ansible/playbooks/apps/files/nextcloud
2024-10-12 13:33:33 +02:00
..
docker-compose.yaml add nextcloud 2024-10-12 13:33:33 +02:00
README.md add nextcloud 2024-10-12 13:33:33 +02:00
update add nextcloud 2024-10-12 13:33:33 +02:00

To get help: occ help <command> To list commands: occ list

Examples

Rescan file for modifications that happened outside nextcloud (e.g. on the filesystem directly).

/usr/bin/docker-compose -f /home/gaugendre/nextcloud/docker-compose.yaml exec --user www-data nextcloud php occ files:scan -p gaugendre/files/Photos

Calling files:scan without arguments will scan all files for all users. This may take a very long time. Scope to a user or a path instead.