From 8c8632987e287eb5f1b9ef489c0a7b2864855238 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 23 Jan 2025 23:36:19 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- nextcloud/backup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud/backup.sh b/nextcloud/backup.sh index 4a17b49..a6bd9c3 100755 --- a/nextcloud/backup.sh +++ b/nextcloud/backup.sh @@ -71,6 +71,7 @@ echo "# BACKUP: $DIR" # files... @ pct mount $ID +# XXX should this be an incremental backup/sync??? (i.e. removing deleted files (to a dir))??? @ rsync -Aavx /var/lib/lxc/$ID/rootfs/var/www/nextcloud-data . @ pct unmount $ID