View Single Post
Posts: 171 | Thanked: 13 times | Joined on Nov 2009
#1
Hi

I am trying to get a solution I can run from n900 to sync certain directories eg Music etc.

I have my nas mounted at /media/NAS and that works fine.

Setup grsync, synced ok. Made sure ignore existing was ticked, ran it again and it started copying over the same music tracks, ahh.

Ok - so i though, lets try rsync, which I would prefer as I can use that in a script where I mount the NAS.

Tried: rsync -avzr --ignore-existing /media/NAS/Music/Music /home/user/MyDocs/.sounds/Music

Got some chown errors but copied files. Ran it twice and again, it copied over existing files.

Any ideas?

NAS is a readynas duo so runs a version of linux.

Scott