unsichtbare
24th November 2008, 23:55
When I run rsync I get:
rsync: opendir "/var/www/web5/user/web5_rsts/Maildir" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_rsts/.spamassassin" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_test/Maildir" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_test/.spamassassin" failed: Permission denied (13)
Although it does successfully copy some files.
Also, when I try to automate the rsync process following the tutorial, it still asks for a password, then fails.
root@mirrior1:~# rsync -avz --delete --exclude=**/stats --exclude=**/error --exclude=**/files/pictures -e "ssh -i /root/rsync/mirror-rsync-key" someuser@clients1.myserver.com:/var/www/ /var/www/
someuser@clients1.myserver.com's password:
bash: /home/someuser/rsync/checkrsync: /bin/shcase: bad interpreter: No such file or directory
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: remote command could not be run (code 126) at io.c(454) [receiver=2.6.9]
Yes I actually created a user account "someuser", following the tutorial.
Any suggestions?
One other thing, when I ran:
ssh-keygen -t dsa -b 2048 -f /root/rsync/mirror-rsync-key
as root, it told me that the key needed to be 1024 bits so I changed 2048 to 1024 and re-ran it.
-J
rsync: opendir "/var/www/web5/user/web5_rsts/Maildir" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_rsts/.spamassassin" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_test/Maildir" failed: Permission denied (13)
rsync: opendir "/var/www/web5/user/web5_test/.spamassassin" failed: Permission denied (13)
Although it does successfully copy some files.
Also, when I try to automate the rsync process following the tutorial, it still asks for a password, then fails.
root@mirrior1:~# rsync -avz --delete --exclude=**/stats --exclude=**/error --exclude=**/files/pictures -e "ssh -i /root/rsync/mirror-rsync-key" someuser@clients1.myserver.com:/var/www/ /var/www/
someuser@clients1.myserver.com's password:
bash: /home/someuser/rsync/checkrsync: /bin/shcase: bad interpreter: No such file or directory
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
rsync error: remote command could not be run (code 126) at io.c(454) [receiver=2.6.9]
Yes I actually created a user account "someuser", following the tutorial.
Any suggestions?
One other thing, when I ran:
ssh-keygen -t dsa -b 2048 -f /root/rsync/mirror-rsync-key
as root, it told me that the key needed to be 1024 bits so I changed 2048 to 1024 and re-ran it.
-J