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 tuatha.org | +353 87 2469146 | www.colm.buckley.name
Business : colm at newworldiq.com | +353 1 4334334 | www.newworldiq.com
He who hesitates is probably right.
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!