• 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.

open source backup server?

Joined
Feb 22, 2009
Messages
928
Can anybody tell me an good open source backup server? Because I am looking to start backing up my mail server and billing server soon and I need to find an good open source backup server.
 
Linux based samba server? It depends on how you're doing backups, but a backup server is just a storage server with some sort of interface.
 
yes its going to be linux server and what you mean "it depends on how your doing backups"?

How are you moving the files? You can do Rsync as others have mentioned, filesystem snapshots/dumps, timemachine, windows backup, etc...
Having a samba mount may or may not simplify things depending on how which method.
 
Ok, are your mail and billing servers also linux? If so then you can just do/make a script to do
scp fileToBackup.file account@backupserver:/filesystem/location/for/backups
and voila, backups are done.
 
now on some of these programs would an old p4 with 1gb of memory be good enough for system setup for backup?
 
It should work fine, but don't expect great speed out of it, you're really going to be limited by IDE ports (or sata1 ports) and associated hard drives. A decent e-350 board might be worth investing in just for the sata3 ports (and thus faster disks).
 
Back
Top