mirror of
https://github.com/flynx/proxmox-utils.git
synced 2025-12-26 21:32:05 +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 $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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user