mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-27 05:42:14 +00:00
another standard rsync mistake))))
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
3ed8d4ada3
commit
bd4475fc6e
@ -55,8 +55,8 @@ TO=$2
|
|||||||
@ pct mount $FROM
|
@ pct mount $FROM
|
||||||
@ pct mount $TO
|
@ pct mount $TO
|
||||||
# XXX this seems to fail...
|
# XXX this seems to fail...
|
||||||
@ rsync -Aavxr \
|
@ rsync -Aavx \
|
||||||
/var/lib/lxc/$FROM/rootfs/var/www/nextcloud-data \
|
/var/lib/lxc/$FROM/rootfs/var/www/nextcloud-data/ \
|
||||||
/var/lib/lxc/$TO/rootfs/var/www/nextcloud-data
|
/var/lib/lxc/$TO/rootfs/var/www/nextcloud-data
|
||||||
@ pct unmount $FROM
|
@ pct unmount $FROM
|
||||||
@ pct unmount $TO
|
@ pct unmount $TO
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user