Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Beware | 5 comments | Create New Account
Click here to return to the 'Beware' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Beware
Authored by: zman on Thu, Jan 31 2008 at 1:04AM PST
rsync -avE -e ssh --delete remote_machine:/path/to/remote/music /path/containing/local/music/folder
makes the "to" folder exactly the same as the "from" folder. this is fine for backups but usually you want to merge your music. so to merge in only one direction you could

use the -u option (update) and
leave the --delete away

You may want to make a
testrun (using -n) before you snivel afterwards. and type just type
rsync to see what the options are doing

[ Reply to This | # ]