Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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,

    -Mike
    Suse Linux Enterprise Server 11
    Suse Linux Enterprise Server 10 - SP3
    OpenSuse 11.2, KDE 4.3.1

  2. #2
    Linux Guru
    Join Date
    Jan 2009
    Location
    Dover, NH
    Posts
    1,633
    This might shed some light:
    Rsync Error Code 23?

  3. #3
    Linux 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.

    -Mike
    Suse Linux Enterprise Server 11
    Suse Linux Enterprise Server 10 - SP3
    OpenSuse 11.2, KDE 4.3.1

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...