Displaying 2 results from an estimated 2 matches for "aaanime".
2002 Jan 10
1
Error message when a file moves in the middle
I have a nightly cronjob that uses rsync to back up the files on
another machine. Sometimes, I see error messages like this:
send_files failed to open usr/home/setsuna/Maildir/new/1010573771.27924.lina.aaanime.net: No such file or directory
It seems that the file existed at the moment rsync started, but as it
was running that file (it's a file that stores an e-mail message;
presumably the user retrieved and deleted it) was removed, so rsync
was not able to get it.
Is my assessment correct? Can I ma...
2001 Nov 24
2
Authenticating the rsync server
Scenario: I have a main website. I want to allow other people with web
servers to use rsync to synchronize mirror copies of my website.
When the mirror website uses rsync to connect to the server, how can it be
sure that the server is not an IP spoofing impostor that is serving up
altered files?