Re: [BackupPC-users] Removing Bacakup Data

2009-11-05 Thread Robert Kosinski
I think what you're looking for is: rm -rf /var/lib/backuppc/cpool/* /var/lib/backuppc/pool/* /var/lib/backuppc/pc/* This deletes the pool plus all host data, basically starting back at zero. Assuming the host is still listed as a target, backups will repopulate next job. If you're looking for a

[BackupPC-users] Removing Bacakup Data

2009-11-05 Thread Robert Furman
I have been doing some testing with BackupPC and need to find the best way to do two things: #1 - Delete all backed up data, but retain the host #2 - Delete the host as well as all backup data. Thanks Robert -

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Jeffrey J. Kosowsky
Les Mikesell wrote at about 16:01:49 -0600 on Thursday, November 5, 2009: > Jeffrey J. Kosowsky wrote: > > > > > I was wondering if is it possibile to limit the backup space of an > > > > user like 30Gb or something like that > > > > > > This is not currently possible with BackupPC. It

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Les Mikesell
Jeffrey J. Kosowsky wrote: > > > I was wondering if is it possibile to limit the backup space of an > > > user like 30Gb or something like that > > > > This is not currently possible with BackupPC. It wouldn't fit the > > pooling scheme either - how would you count a file which is shared amo

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Jeffrey J. Kosowsky
Tino Schwarze wrote at about 20:20:54 +0100 on Thursday, November 5, 2009: > On Thu, Nov 05, 2009 at 12:32:10PM -0500, Il Neofita wrote: > > > I was wondering if is it possibile to limit the backup space of an > > user like 30Gb or something like that > > This is not currently possible with

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Dan Pritts
On Thu, Nov 05, 2009 at 08:20:54PM +0100, Tino Schwarze wrote: > > I was wondering if is it possibile to limit the backup space of an > > user like 30Gb or something like that > > This is not currently possible with BackupPC. It wouldn't fit the > pooling scheme either - how would you count a file

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Carl Wilhelm Soderstrom
On 11/05 12:32 , Il Neofita wrote: > I was wondering if is it possibile to limit the backup space of an user like > 30Gb or something like that No. All data is pooled under common ownership; so without running separate backuppc instances, it's not really possible to put quotas on usage. -- Carl

Re: [BackupPC-users] Limit user space

2009-11-05 Thread Tino Schwarze
On Thu, Nov 05, 2009 at 12:32:10PM -0500, Il Neofita wrote: > I was wondering if is it possibile to limit the backup space of an > user like 30Gb or something like that This is not currently possible with BackupPC. It wouldn't fit the pooling scheme either - how would you count a file which is sh