Re: [BackupPC-users] Scaling BackupPC

2008-04-10 Thread Tino Schwarze
On Thu, Apr 10, 2008 at 10:48:33AM -0400, Rob Owens wrote: > I know I'm coming into this thread way late, but I think this could be > fairly easily managed using a master/slave setup (similar to what MythTV > offers). BackupPC could default to being a "master", but you could > optionally set i

Re: [BackupPC-users] Scaling BackupPC

2008-04-10 Thread Rob Owens
I know I'm coming into this thread way late, but I think this could be fairly easily managed using a master/slave setup (similar to what MythTV offers). BackupPC could default to being a "master", but you could optionally set it as "slave" and then define its master. The master handles all th

Re: [BackupPC-users] Scaling BackupPC

2008-01-21 Thread Jean-Michel Beuken
Hello, > Instead of trying to have 1 server that handles everything, just > use multiple servers to do the work. I am interested in the concept of > using some network/cluster filesystem to have multiple servers backup to > a single SAN/NAS with the cluster filesystem. I have this kind

Re: [BackupPC-users] Scaling BackupPC

2008-01-19 Thread David Nalley
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Jean-Michel Beuken > Sent: Saturday, January 19, 2008 1:08 PM > To: backuppc-users@lists.sourceforge.net > Subject: Re: [BackupPC-users] Scaling BackupPC > > Hello, >

Re: [BackupPC-users] Scaling BackupPC

2008-01-19 Thread Jean-Michel Beuken
Hello, > Instead of trying to have 1 server that handles everything, just > use multiple servers to do the work. I am interested in the concept of > using some network/cluster filesystem to have multiple servers backup to > a single SAN/NAS with the cluster filesystem. I have this kind

Re: [BackupPC-users] Scaling BackupPC

2008-01-19 Thread David Nalley
>iSCSI isn't going to let 2 servers access the same thing at once. Does >GFS give better performance than NFS? While many low-end iSCSI appliances won't allow this, and the defaults on open source targets IET is to not permit multiple servers to access the same LUN, you can configure it other

Re: [BackupPC-users] Scaling BackupPC

2008-01-18 Thread Les Mikesell
Timothy J. Massey wrote: > > DRDB might help propagate the disaster in real-time. I'm not convinced > > that is desirable. > > You are correct; but that's what my second idea (replication of > individual backups) is for: *automatic* and hands-off movement of > backup data from one place to

Re: [BackupPC-users] Scaling BackupPC

2008-01-18 Thread Les Mikesell
dan wrote: > A database can be an order of magnitude or more > faster than direct file access. Certain operations can be optimized differently, especially if you compare a loaded/cached dataset to the first access to a file but how can you expect a database to be faster in general than the fil

Re: [BackupPC-users] Scaling BackupPC

2008-01-18 Thread dan
Actually most modern filesystems are a lot like a database. Though the database is another level of abstraction from the hardware, there is a ton less overhead creating a file which is small on a single file basis but cumulatively with thousands or millions of files makes a big difference. This is

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Timothy J. Massey
Les Mikesell <[EMAIL PROTECTED]> wrote on 01/17/2008 01:24:24 PM: > Timothy J. Massey wrote: > > > And there's no > > coordination between the two instances: the moment the copy is > > finished, they're two separate pools with separate schedules, etc. > > Which means, of course, that if s

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Carl Wilhelm Soderstrom
On 01/17 12:45 , Timothy J. Massey wrote: > There are two separate solutions I would love to see. One is the > ability to run BackupPC in an active/active cluster: two (or more) > BackupPC servers with a common pool between them. the problem here is that BackupPC is disk-I/O-limited in a lot

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Les Mikesell
Timothy J. Massey wrote: > And there's no > coordination between the two instances: the moment the copy is > finished, they're two separate pools with separate schedules, etc. Which means, of course, that if something goes horribly wrong on one (like the admin typing 'rm -rf ...' in the wro

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Timothy J. Massey
Ski Kacoroski <[EMAIL PROTECTED]> wrote on 01/17/2008 11:40:15 AM: > I have actually done the replication for a smaller site where BackupPC > is backing up about 10 machines so it is only running for a few hours a > day. When it is not running I have an rsync to a separate machine > run. The

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Ski Kacoroski
On Wed, 16 Jan 2008 17:14:48 -0500 "Timothy J. Massey" <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote on 01/16/2008 > 01:51:41 PM: > > Another way of doing it would be to have a way to replicate a backup > from one server to another, where backup data could be pushed or > pulled by the Bac

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Les Mikesell
Timothy J. Massey wrote: > [EMAIL PROTECTED] wrote on 01/16/2008 > 11:50:03 PM: > > > A more radical change would likely be more effective but im not sure > > how likely it is to get implemented, and that is to store the files > > for the backup in an SQL database > > At the very top of my re

Re: [BackupPC-users] Scaling BackupPC

2008-01-17 Thread Timothy J. Massey
[EMAIL PROTECTED] wrote on 01/16/2008 11:50:03 PM: > A more radical change would likely be more effective but im not sure > how likely it is to get implemented, and that is to store the files > for the backup in an SQL database At the very top of my reasons for selecting BackupPC are: 1) Ext

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread dan
this reply is specific to: > I think solaris or *bsd (maybe OS X soon) with zfs sounds promising for > this with its incremental send/receive facility but I haven't tried it > yet to see if millions of hardlinks are an issue. I'm using a hot-swap > sata cage to raid-sync a 750 gig drive to rotate

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread Les Mikesell
Timothy J. Massey wrote: > > > I am not sure a SAN/NAS with a clustered file system buys you much > > > because each instance of BackupPC needs its own space (e.g. you cannot > > > have multiple instances sharing the same pool space. > > > > Interesting concept... I bet you could if you could

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread Timothy J. Massey
[EMAIL PROTECTED] wrote on 01/16/2008 01:51:41 PM: > Ski Kacoroski wrote: > > I am not sure a SAN/NAS with a clustered file system buys you much > > because each instance of BackupPC needs its own space (e.g. you cannot > > have multiple instances sharing the same pool space. > > Interestin

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread dan
so does backuppc care if the files in the $pool are hardlinks? if not, then some script could traverse the seperate $TopDIR trees from each server to a master $pool on some sort of schedule. On Jan 16, 2008 11:51 AM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Ski Kacoroski wrote: > > I am not sur

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread Les Mikesell
Ski Kacoroski wrote: > I am not sure a SAN/NAS with a clustered file system buys you much > because each instance of BackupPC needs its own space (e.g. you cannot > have multiple instances sharing the same pool space. Interesting concept... I bet you could if you could coordinate the nightly cle

Re: [BackupPC-users] Scaling BackupPC

2008-01-16 Thread Ski Kacoroski
I am not sure a SAN/NAS with a clustered file system buys you much because each instance of BackupPC needs its own space (e.g. you cannot have multiple instances sharing the same pool space. For another install I run, I have setup separate instances on the same server, but in that case they you se

Re: [BackupPC-users] Scaling BackupPC

2008-01-15 Thread dan
I was about to suggest something like Ski has. Instead of trying to have 1 server that handles everything, just use multiple servers to do the work. I am interested in the concept of using some network/cluster filesystem to have multiple servers backup to a single SAN/NAS with the clust

Re: [BackupPC-users] Scaling BackupPC

2008-01-14 Thread Ski Kacoroski
David, I backup around 1500 clients to a set of (8) low end 1U x86 boxes. Each box has a 3ware card with (4) 250G disks in a raid 5 setup. Each box can handle 4 concurrent backups/restores at a time (at one point when the client machines were old and failing we were doing 10 - 15 restores a week)

[BackupPC-users] Scaling BackupPC

2008-01-13 Thread David Nalley
I have been running BackupPC with a number of clients for the past few months. I am about to add even more clients to the degree that I think I will have to add 2-3 additional BackupPC servers. I am curious to find out how others are scaling BackupPC. The storage for this is a SAN, and I have conte