Is it possible to disable backup for particular websites?
I want to migrate a Nextcloud instance with huge data. The /var/www directory is a monted volume where is enough space an is still backupped externally . The /backups directory would grow so the whole disk would be full.
I thought about moving the backup role of that site to nirvana (not supported) or set the immutable bit to /backups/xxx directory or symlink /backups/xxx to /dev/null or something?