[KLUG Members] help with rsync

John Pesce members@kalamazoolinux.org
Mon, 9 Dec 2002 13:34:10 -0500 (EST)


I'm trying to setup rsync to backup the /warehouse directory on comA to a 
local /warehouse. I have tried the following command from the man page as 
root, but I get permission denied.  I believe I need to be root since the 
files are owned by multiple users, don't I? What is the best way to do 
this and not break security? 

rsync -avz --delete comA:/warehouse/ /warehouse