jordankaiser
5/14/2019 - 2:30 PM

rsync

# Local to dev example.

rsync -aOv rpmpkgs/ root@192.168.0.101:/home/

# Options
# These are the options set in sr rsync alias.
# -a archive mode; same as -rlptgoD (no -H)
# -O omit directories when preserving times
# -v verbose