Results 1 to 3 of 3
I started using Rsync by following the directions in this tutorial:
Mirror Your Web Site With rsync | HowtoForge - Linux Howtos and Tutorials
I used this command to run ...
- 08-03-2009 #1Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
RSYNC Newbie
I started using Rsync by following the directions in this tutorial:
Mirror Your Web Site With rsync | HowtoForge - Linux Howtos and Tutorials
I used this command to run my first remote sync:
rsync -avz -e ssh someuser@server1.example.com:/srv/www/htdocs/ /srv/www/htdocs/
Everything seemed to synchronize however I was concerned about the "rysnc error" below. Why were some files not transferred as indicated by the error message? How do I resolve this error?
sent 347546 bytes received 164724744 bytes 185787.61 bytes/sec
total size is 247429232 speedup is 1.50
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(151
[generator=3.0.4]
Thanks,
-MikeSuse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1
- 08-04-2009 #2Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
This might shed some light:
Rsync Error Code 23?
- 08-04-2009 #3Linux Newbie
- Join Date
- Feb 2007
- Location
- USA
- Posts
- 221
Thanks D-Cat!
I re-ran rsync and was able to identify the files that did not rsync. It turns out those files are from a directory in my web application that are not critical. The files in there are changed at run-time and used by the PHP Smarty system in my application.
-MikeSuse Linux Enterprise Server 11
Suse Linux Enterprise Server 10 - SP3
OpenSuse 11.2, KDE 4.3.1


