On Sun, Dec 14, 2008 at 10:09 PM, Neil Bothwick <n...@digimed.co.uk> wrote:
> On Sun, 14 Dec 2008 21:24:23 +0100, damian wrote:
>
>>      rsync -a --delete --relative  --exclude '/home' / /mnt/wd-backups/
>
> That will also backup virtual filesystems like /proc, /dev and/sys. Add
> the -x option to avoid this.
OK, so the command should be
    rsync -ax --delete --relative  --exclude '/home' / /mnt/wd-backups/
?


>
>
> --
> Neil Bothwick
>
> I am Barney of Borg: I love you. You love me. We're a happy Borg.
>

Reply via email to