Mirror usernames using rsync

by 1 replies
1
Could you please tell me how to mirror one username (domain)on my server to another username on my server? (domain) using rsync

-Owen
#programming #mirror #rsync #usernames
  • username1@domain1:~$ rsync --timeout=1200 -avprz --rsh="/usr/bin/ssh -q -x" /full/path/to/* -e "ssh -p 22" username2@domain2:/full/path/to

Next Topics on Trending Feed