nextcloud / backup

Backup now. Restore later.
GNU Affero General Public License v3.0
242 stars 33 forks source link

How to search for a file? #516

Open lehboi opened 1 year ago

lehboi commented 1 year ago

I use the commands sudo -u www-data php /var/www/html/occ backup:file:search <my_account>/files/<path>/<filename> sudo -u www-data php /var/www/html/occ backup:file:search <my_account>/<path>/<filename> sudo -u www-data php /var/www/html/occ backup:file:search <path>/<filename> sudo -u www-data php /var/www/html/occ backup:file:search <filename>

The answer always is "no result" from all restoring points, full and differential. Have I used the commands correctly? Thanks!