Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-01-13 21:51:57 +03:00
parent 365b9272fb
commit d332b32b17

View File

@ -54,9 +54,8 @@ TO=$2
# files...
@ pct mount $FROM
@ pct mount $TO
# XXX .../rootfs/ dirs are empty, unmounted???
# ...check how tjis shold be mounted canonically
@ rsync -Aavx \
# XXX this seems to fail...
@ rsync -Aavxr \
/var/lib/lxc/$FROM/rootfs/var/www/nextcloud-data
/var/lib/lxc/$TO/rootfs/var/www/nextcloud-data
@ pct unmount $FROM