• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

backup help

|Leviathan|

Limp Gawd
Joined
May 30, 2005
Messages
163
hi there,

i have a linux system running as a mail server, not that big a deal running fedora core 4

now, each and every night i backup the mail directory folders using automated script

problem is that i need to leave out a couple of folders out of the backup

at the moment this is what code i have in my scripts

tar -zcp /home/vpopmail > /backup/tape1/vpopmail.tar.gz


now i could implement more lines of code to back what i need etc, but that would mean quite a lot of hassle to maintain etc, is there a way how i can instruct through code to leave #so and so out of the the zipping process?

thanks for your help
 
Back
Top