Nextcloud data verify check

Hi, I am Mertcan , I am able to save my data with restic remote backup, however I have virtual machines and one of nextcloud server , other one data backup server etc. I can record my file snapshot and I can see detailed what inside , I changed my default files and I can save my file in a virtual machine but when I restore the snapshot in terminal , It doesn’t change on web server .

Maybe you have forgotten to re-scan the files. Nextcloud uses a database e.g. MariaDB for managing the files. Maybe it is not needed if you also restore the Nextcloud database tables.

sudo -u www-data php occ files:scan --all

documentation occ files

Please also read Backup and Restore. Read the part for database e.g. MariaDB.

1 Like

Thank you for your answer.
Best regards