search for: vaxuhs

Displaying 1 result from an estimated 1 matches for "vaxuhs".

Did you mean: values
2007 Sep 05
1
rsync directories that match a string
...ail users from the old server to the new server we have. Basically I want to copy all files from oldserver/home/$USERS/Maildir/new to newserver/home/$USERS/Maildir/new where the $USERS represents all the user's home folders. this is what I have tried but its not working: rsync --dry-run -vaxuHS \ --filter='+ */Maildir/***' \ --filter='- **' \ "rsync://home@10.0.2.16/home/*" /home/ Any suggestions would be appreciated. Thanks, Jason