![]() |
2010-02-12
, 23:09
|
Posts: 37 |
Thanked: 9 times |
Joined on Nov 2008
|
#2
|
![]() |
2010-02-12
, 23:36
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#3
|
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