Re: [Hampshire] Rsync backup problems

Top Page

Reply to this message
Author: Graham Bleach
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Rsync backup problems
On 24/12/06, Tim <xendistar@???> wrote:
> Any other suggestions (I have not tired Brian suggestion yet)


I notice you're using the -a flag to rsync. This will attempt to
preserve ownership of files. If /home/mit/web on titan is not owned by
mit, this could be the cause of your problems.

According to the rysnc manpage the equivalent of -a is -rlptgoD, which
includes -o and -g to preserve user and group ownership. Try it with
-rlptD instead and then decide if you want to preserve ownership on
the files.

G