Basic Rsync Script

This is for references

rsync --verbose --owner --group --progress --stats  --recursive --times --perms --links --delete --rsh="/usr/bin/ssh -l root -p9321" 103.21.183.28:/home/buildingma/domains/ /home/buildingma/domains/

Last updated

Was this helpful?