Results 1 to 3 of 3
Hi All,
I'm trying to setup my rsync correctly and am finding that it's not working like I need it to. The first thing I'm trying to sync is music, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-14-2012 #1
Rsync question
Hi All,
I'm trying to setup my rsync correctly and am finding that it's not working like I need it to. The first thing I'm trying to sync is music, the original sync works fine but then I'm doing some tests and the next sync doesn't send the updated file:
a) changing genre with easy tag, interesting thing is that the mod date doesn't change when I do this. But ultimately a true sync should sync this if the file has changes unless I'm mistaken....
b) when I do a touch on the file, it still doesn't send the file to updated version
here is what I'm running
rsync -ave ssh Music/2PAC sam@110.140.1.10:/data/Music
also tried the same thing with -c included (checksum), no difference.
Basically is there no way for me to ensure a true sync?
Appreciate itBodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"
- 10-15-2012 #2Linux Newbie
- Join Date
- Aug 2006
- Posts
- 116
I don't see a problem in your command, but I have one question.
Did you try using the rsync server feature ? and issuing a command likeafter installing rsync serveur and declaring the share on 110.140.1.10Code:rsync -av Music/2PAC rsync://110.140.1.10/Music
- 10-16-2012 #3Bodhi 1.3 & Bodhi 1.4 using E17
Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17
"The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"




