mirror of https://github.com/tteck/Proxmox.git
Update hacore2hacontainer-data.sh
This commit is contained in:
parent
6d9f394038
commit
c6c047288a
|
@ -106,7 +106,7 @@ RSYNC_OPTIONS=(
|
|||
--info=progress2
|
||||
)
|
||||
msg "<======== Docker Data ========>"
|
||||
rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${DOCKER_PATH} ${CTID_TO_PATH}${DOCKER_PATH}
|
||||
rsync ${RSYNC_OPTIONS[*]} ${CTID_FROM_PATH}${CORE_PATH} ${CTID_TO_PATH}${DOCKER_PATH}
|
||||
echo -en "\e[1A\e[0K\e[1A\e[0K"
|
||||
|
||||
info "Successfully Transferred Data."
|
||||
|
|
Loading…
Reference in New Issue