Mirror usernames using rsync

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

-Owen
#mirror #rsync #usernames
  • Profile picture of the author sautaja
    username1@domain1:~$ rsync --timeout=1200 -avprz --rsh="/usr/bin/ssh -q -x" /full/path/to/* -e "ssh -p 22" username2@domain2:/full/path/to
    Signature
    Jomify - Free multi-channel shopping cart. Open your free store now.
    {{ DiscussionBoard.errors[5719357].message }}

Trending Topics