Compare commits

..

No commits in common. "3ed8d4ada30fe3ca2aeaca0a2e62de8203962a24" and "0280bb2a19e8ce922a922f4e9ef96464c4511466" have entirely different histories.

View File

@ -54,9 +54,8 @@ TO=$2
# files...
@ pct mount $FROM
@ pct mount $TO
# XXX this seems to fail...
@ rsync -Aavxr \
/var/lib/lxc/$FROM/rootfs/var/www/nextcloud-data \
@ rsync -Aavx \
/var/lib/lxc/$FROM/rootfs/var/www/nextcloud-data
/var/lib/lxc/$TO/rootfs/var/www/nextcloud-data
@ pct unmount $FROM
@ pct unmount $TO