* [gentoo-user] [OT] Backup-software for small network
@ 2005-08-14 9:15 Dan Johansson
2005-08-16 20:32 ` Bryan Whitehead
0 siblings, 1 reply; 4+ messages in thread
From: Dan Johansson @ 2005-08-14 9:15 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1224 bytes --]
Hi,
I'm looking for an OpenSource backup solution for a small network. Today I'm
using Arkeia-Light to do the job, but it's not OpenSource and can only
support one server and two clients and also have some other restrictions.
So I'm now asking for suggestions for alternative solutions.
These are my requirements:
* Secure
* OpenSource
* One Central Backup Host (with tape-drive and backup-db)
* Backup of Clients over Network (even through Firewall)
* Support for DDS and DLT tapes
* Unlimited number of Clients
* Tape Management (the SW keep track of used/unused tapes)
* Full/Incremental/Differential/Archive - Backups
* Retention time management for Backups
* Command Line Interface (for scripting) and GUI (for easy Backup/Restore)
* Definition of Backup-sets
* Online/Offline backup of Databases (MySQL)
* And of course it should be in Portage.
At the moment I see two candidates, Amanda and Bacula.
Any comments (pro/con) on those two or any suggestion on some other Backup-SW.
Regards,
--
Dan Johansson, <http://www.dmj.nu>
***************************************************
This message is printed on 100% recycled electrons!
***************************************************
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] [OT] Backup-software for small network
2005-08-14 9:15 [gentoo-user] [OT] Backup-software for small network Dan Johansson
@ 2005-08-16 20:32 ` Bryan Whitehead
2005-08-17 1:56 ` Brett I. Holcomb
0 siblings, 1 reply; 4+ messages in thread
From: Bryan Whitehead @ 2005-08-16 20:32 UTC (permalink / raw
To: gentoo-user
Amanda can't span tapes. So you must split up your directories/partitions
so they are smaller than your tape size.
Just buy something - your time is worth more than a few thousand for
backups. ;)
On Sun, 14 Aug 2005, Dan Johansson wrote:
> Hi,
>
> I'm looking for an OpenSource backup solution for a small network. Today I'm
> using Arkeia-Light to do the job, but it's not OpenSource and can only
> support one server and two clients and also have some other restrictions.
> So I'm now asking for suggestions for alternative solutions.
> These are my requirements:
> * Secure
> * OpenSource
> * One Central Backup Host (with tape-drive and backup-db)
> * Backup of Clients over Network (even through Firewall)
> * Support for DDS and DLT tapes
> * Unlimited number of Clients
> * Tape Management (the SW keep track of used/unused tapes)
> * Full/Incremental/Differential/Archive - Backups
> * Retention time management for Backups
> * Command Line Interface (for scripting) and GUI (for easy Backup/Restore)
> * Definition of Backup-sets
> * Online/Offline backup of Databases (MySQL)
> * And of course it should be in Portage.
>
> At the moment I see two candidates, Amanda and Bacula.
> Any comments (pro/con) on those two or any suggestion on some other Backup-SW.
>
> Regards,
>
--
Bryan Whitehead
Email:driver@megahappy.net
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] [OT] Backup-software for small network
2005-08-16 20:32 ` Bryan Whitehead
@ 2005-08-17 1:56 ` Brett I. Holcomb
2005-08-17 11:25 ` Fernando Meira
0 siblings, 1 reply; 4+ messages in thread
From: Brett I. Holcomb @ 2005-08-17 1:56 UTC (permalink / raw
To: gentoo-user
You might also check out Unitrends - www.unitrends.com - BackupPro. It
works very well.
On Tue, 16 Aug 2005, Bryan Whitehead wrote:
> Amanda can't span tapes. So you must split up your directories/partitions so
> they are smaller than your tape size.
>
> Just buy something - your time is worth more than a few thousand for backups.
> ;)
>
> On Sun, 14 Aug 2005, Dan Johansson wrote:
>
>> Hi,
>>
>> I'm looking for an OpenSource backup solution for a small network. Today
>> I'm
>> using Arkeia-Light to do the job, but it's not OpenSource and can only
>> support one server and two clients and also have some other restrictions.
>> So I'm now asking for suggestions for alternative solutions.
>> These are my requirements:
>> * Secure
>> * OpenSource
>> * One Central Backup Host (with tape-drive and backup-db)
>> * Backup of Clients over Network (even through Firewall)
>> * Support for DDS and DLT tapes
>> * Unlimited number of Clients
>> * Tape Management (the SW keep track of used/unused tapes)
>> * Full/Incremental/Differential/Archive - Backups
>> * Retention time management for Backups
>> * Command Line Interface (for scripting) and GUI (for easy Backup/Restore)
>> * Definition of Backup-sets
>> * Online/Offline backup of Databases (MySQL)
>> * And of course it should be in Portage.
>>
>> At the moment I see two candidates, Amanda and Bacula.
>> Any comments (pro/con) on those two or any suggestion on some other
>> Backup-SW.
>>
>> Regards,
>>
>
>
--
Brett I. Holcomb
brettholcomb@R777bellsouth.net
Registered Linux User #188143
Remove R777 to email
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] [OT] Backup-software for small network
2005-08-17 1:56 ` Brett I. Holcomb
@ 2005-08-17 11:25 ` Fernando Meira
0 siblings, 0 replies; 4+ messages in thread
From: Fernando Meira @ 2005-08-17 11:25 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1403 bytes --]
Hi Dan,
I am currently developing a P2P backup-system. It allows you to distribute
your backups through all clients with space-efficiency and
error-correcting-codes. However, it doesn't cover all your requirements (at
least the current version), but you may want to have a look in the future..
>> These are my requirements:
> >> * Secure
yes
> >> * OpenSource
yes
> >> * One Central Backup Host (with tape-drive and backup-db)
no, backup files are stored in a client's folder.
> >> * Backup of Clients over Network (even through Firewall)
yes (though is not working yet :)
> >> * Support for DDS and DLT tapes
no
> >> * Unlimited number of Clients
yes
> >> * Tape Management (the SW keep track of used/unused tapes)
no (i dont plan to use tapes)
> >> * Full/Incremental/Differential/Archive - Backups
currently only full, but the incremental is in TODO list
> >> * Retention time management for Backups
not sure of what you mean..
> >> * Command Line Interface (for scripting) and GUI (for easy
> Backup/Restore)
only GUI for now
> >> * Definition of Backup-sets
>
>> * Online/Offline backup of Databases (MySQL)
> >> * And of course it should be in Portage.
no for the last 3.
Yep.. still incomplete.. but, still starting!!
If you want to contribute with some ideas/suggestions, I'll be glad.
Cheers,
Fernando
[-- Attachment #2: Type: text/html, Size: 3526 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-08-17 11:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-14 9:15 [gentoo-user] [OT] Backup-software for small network Dan Johansson
2005-08-16 20:32 ` Bryan Whitehead
2005-08-17 1:56 ` Brett I. Holcomb
2005-08-17 11:25 ` Fernando Meira
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox