This commit is contained in:
Marc Beninca 2024-03-23 13:15:17 +01:00
parent c5be132b42
commit f9e02c2173
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,9 +15,9 @@ SYNC_USER='cd'
SYNC_TARGET="${SYNC_USER}@${SYNC_HOST}:${SYNC_ROOT}"
[ "${2}" ] && SYNC_TARGET="${SYNC_TARGET}/${2}"
#rsync \
#--archive \
#--delete-before \
#--verbose \
echo "${SYNC_SOURCE}/"
echo "${SYNC_TARGET}/"
rsync \
--archive \
--delete-before \
--verbose \
"${SYNC_SOURCE}/" \
"${SYNC_TARGET}/"