Thanks for the input....

so, I would need to do this in two steps (as a script)

#!/bin/bash
# rsync script

rsync /USBDevice/Music/ /home/MyProfile/Music
rsync /home/MyProfile/Music /USBDevice/Music



On Jan 19, 10:19 pm, Velocity <[email protected]> wrote:
> There is no question in your entire message?
> rsync -delete /source/ /destination
>
> -delete option in rsync will delete on destination those files which
> are not present on source
> if that is your worry.
>
> On Jan 20, 12:30 am, JTF <[email protected]> wrote:
>
> > Quick one:  I want to rsync disk to disk (/home/MyHome/Music to /
> > usbdevice/music).  I don't want to delete anything.  I want to make
> > sure that both disks/folders have the same content, therefore I do not
> > want to delete from either location.
>
>

-- 
You received this message because you are subscribed to the Linux Users Group.
To post a message, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit our group at 
http://groups.google.com/group/linuxusersgroup

Reply via email to