This commit is contained in:
2026-01-21 00:30:52 +01:00
parent bd1078d42e
commit d7f684398e
7 changed files with 9 additions and 8 deletions

View File

@@ -12,6 +12,6 @@ DEST="${2}"
# --bwlimit=30000 --whole-file
rsync -e "ssh -p 2222 -o Compression=no" \
rsync -e "ssh -p 4444 -o Compression=no" \
--progress --human-readable --archive --stats --verbose --acls --xattrs --stats --delete-during \
"${SOURCE}" "${DEST}"