Re: [ILUG] Linux Backup options

From: Colm Buckley (colm at domain tuatha.org)
Date: Wed 10 Apr 2002 - 14:53:02 IST


On Wednesday 10 April 2002 14:46, Satelle, StevenX wrote:

> I've been looking for a simple backup option for my machines. All I need
> is something that can backup /home and /etc on 2 machines and /home on a
> win2k machine and tar/gzip them onto a hard drv and do this from a cron
> job. All the backup software I've played with only seem to want to backup
> to a tape - afbackup, amanda, kbackup. does anyone know of any software
> that can do this?

Why don't you just use Plain Old Tar to backup the Unix directories,
and smbtar to backup the Windows share? Does it need to be any
fancier than this?

   tar cvfz /backup/directory/backup.tar.gz /home /etc
   smbtar -s WINDOWS_HOSTNAME -u WINDOWS_USERNAME -p WINDOWS_PASSWORD -x
WINDOWS_SHARE_NAME -t /backup/directory/windows.tar
   gzip -9 /backup/directory/windows.tar

... or something. See the man page for smbtar.

             Colm

-- 
Colm Buckley : Systems Architect at NewWorldiQ
Personal : colm at domain tuatha.org | +353 87 2469146 | www.colm.buckley.name
Business : colm at domain newworldiq.com | +353 1 4334334 | www.newworldiq.com
He who hesitates is probably right.


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:15:58 GMT