Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
rsync problem
Name: legolas Date: December 2, 2008 at 02:42:50 Pacific OS: Ubuntu 8.04 CPU/Ram: 2 GHz/1 GB Product: HP
Comment:
I'm trying to automate backups from my spare PC to my main PC. I've installed the ssh public key on the spare and from my main I can login using ssh without the need for specifying pw. But trying a $ sudo rsync -e ssh ... (from same non-root user to same non-root user) gives the prompt: root@spare's password: which is tricky as there is no root account on the spare PC! If I try without sudo, it'll not ask for root pw but then I'll get "Permission denied". I'm trying to do this without the need for a root account. Shouldn't that be possible?
Summary: I'm having the below rsync problem on one of my production machines. I did some google searching and thought it might be long file names, But its now. Can anyone please shed some light on this for me?...
Summary: Hello, I have two linux boxes call them A and B. I use rsync to copy files from A to B. I've changed the dns domain on both boxes and updated DNS accordingly. Now I get the following error on box B...
Summary: “rsync error: partial transfer (code 23)…” is an rsync general error. What it means is for whatever reason at least one write/delete did not occur. Either because you ran out of space, there...