search for: syncfiles

Displaying 2 results from an estimated 2 matches for "syncfiles".

Did you mean: sync_files
2004 May 31
0
Auth problem when running a remote script over SSH
...etd to start the service). This is my home computer. A script on my computer at work (having an older rsync version 2.4.6, protocol 24) synces the files between the two computers. When I log on to this computer using ssh and execute the script everything is fine. So I do: ssh me@computer.work ./syncfiles (this is the script) The script contains the line: rsync -arvcu thesis/ home.computer::work/thesis However (here comes the funny part), when I try to call the script like this: ssh me@workcomputer './syncfiles' I get an auth failed error: 2004/05/30 20:23:23 [13009] auth failed on module w...
2009 Jan 10
1
Implementing a conditional branch within rsync based on modified time of a file
Greetings, I've been looking through archives, googling, and reading through man pages to no avail for some time now. I believe I need some combination of rsync -u (update) and rsync --del, and I'm not quite sure how to get it. I'm looking to build a rough implementation of a multi-client rdiff-backup system; in order to do this I'm using rsync before rdiff-backup. (We'll