Sudev Barar spake the following on 1/23/2007 7:55 PM:
On 24/01/07, Fajar Priyanto fajarpri@cbn.net.id wrote:
After I change to rsync -avz all is ok. The ownership, permission are now correctly rsync-ed.
I would lean towards "rsync -avzP ......" P will do partial restores in case of dropped connectios. Where I am with frequent and unexpected power outages this is a help.
But it adds a lot of noise if run from cron scripts. If you need the partial file support then run "rsync -avz --partial"