[SWLUG] Network backups

Jonathan Wright mail at djnauk.co.uk
Sun Sep 10 22:19:55 UTC 2006


Glenn Booth wrote:
> What do you all use for backups? Any 'dump' fans? Is Amanda
> worth a look for small (home) networks?

I use rsync for all our servers, which does a backup at around 4 each 
morning. As for the permissions issue, it's run as root with the 
--numeric-ids option, which seams to work well for us. We've never had a 
problem with it:

/usr/bin/rsync --archive --delete --delete-after \
   --numeric-ids --log-format="%f (%l, %b)"

-- 
  Jonathan Wright                                 mail at djnauk.co.uk
                                                http://djnauk.co.uk

  cat /dev/random (you never know, you may see something you like!)

  2.6.17-gentoo-r3-djnauk-b1 AMD Athlon(tm) XP 2100+
  up 4 days, 4:57, 0 users, load average: 0.19, 0.18, 0.17



More information about the Swlug mailing list