Found some good arguments for these commands and am including examples in case I need to use them later.master
@@ -0,0 +1,3 @@ | |||
#!/usr/bin/env bash | |||
time fpsync -n 32 -f 1000 -s 536870912 -o '--acls --archive --bwlimit=2048 --compress --compress-level=6 --fuzzy --hard-links --human-readable --noatime --numeric-ids --stats --xattrs' -t /var/cache/fpsync_tmp /path/to/source fqdn.tld:/path/to/dest |
@@ -0,0 +1,3 @@ | |||
#!/usr/bin/env bash | |||
rsync --acls --archive --bwlimit=2048 --compress --compress-level=6 --fuzzy --hard-links --human-readable --noatime --numeric-ids --stats --xattrs /path/to/source/ fqdn.tld:/path/to/dest/ |