I found an excellent wee backup prog for linux called sitback. it does it to
tape, cd drives and network shares. Set up the simple ini aand let it rip. no
troubles so far. It obsoleted a lot of my scripts that I had been using for a
while, gives nice feed back results and was so simple even I got it right first
time.
What is even better is it is of course, open sourced.
to back up dirs you just add a line similar to
SOURCE=/Mydir/mysubdir1
SOURCE=/Mydir/mysubdir2
SOURCE=/Mydir2/
....
and it does the rest. i think it might be worth a look for those of you doing
tar tape backups.
Shane
>> tar -czvf $TarFile \
>> /home/user1/.Maildir/ \
>> /home/user2/.Maildir/ \
>> /home/user3/.Maildir/
>
>tar -czvf $TarFile /home/user[1-3]/.Maildir/
>
>or if the user names are very different
>
>tar -czvf $TarFile /home/{user1,user2,user3}/.Maildir/
>
>As I said, use shell globs.
>
>Volker
>
>--
>Volker Kuhlmann is possibly list0570 with the domain in
>header
>http://volker.dnsalias.net/ Please do not CC list postings to me.
>
>
>
>--
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.308 / Virus Database: 266.9.1 - Release Date: 1/04/2005
>
>.
= = = = = = = = = = = = = = = = = = = =
IT Support NZ
[EMAIL PROTECTED]
2005-04-05
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.1 - Release Date: 1/04/2005