[BackupPC-users] auto-expire when the disk is full

2008-05-12 Thread Rob Owens
Correct me if I'm wrong, but I think that if /var/lib/backuppc is full, BackupPC will simply not perform any backups. I'd like an option to automatically delete the oldest backup in order to perform a new backup. This is similar to the way MythTV works, if anybody's familiar with that. When

Re: [BackupPC-users] auto-expire when the disk is full

2008-05-12 Thread dan
I think that you could do this with a bash script in cron. do a `df /var/lib/backuppc`, determine if the drive is over the limit, which you can include the backuppc config file and use that variable in there for percentage, then if you are over that percent do an `ls -l $TopDIR/pc/` and choose th

Re: [BackupPC-users] auto-expire when the disk is full

2008-05-12 Thread Rob Owens
Thanks for the advice. I'll see if I can work this into a script and post back. For future releases, I'd really love to see this as a config option in the CGI interface (hint, hint!) -Rob dan wrote: > I think that you could do this with a bash script in cron. do a `df > /var/lib/backuppc`,

[BackupPC-users] dumb-down the CGI interface

2008-05-12 Thread Rob Owens
I'd like to make the CGI interface a little less overwhelming for my non-technical users. Could somebody give me advice on how to edit it? I really know nothing about CGI, but I hope that I can rely on my logic to figure out what lines of code do what. I'm hoping I can have both a simple and t

Re: [BackupPC-users] auto-expire when the disk is full

2008-05-12 Thread John Rouillard
On Mon, May 12, 2008 at 07:46:07AM -0600, dan wrote: > On Mon, May 12, 2008 at 5:50 AM, Rob Owens <[EMAIL PROTECTED]> > wrote: > > Correct me if I'm wrong, but I think that if /var/lib/backuppc is full, > > BackupPC will simply not perform any backups. I'd like an option to > > automatically delet

Re: [BackupPC-users] break 3ware mirror

2008-05-12 Thread Carl Wilhelm Soderstrom
On 05/10 11:31 , R.Quenett wrote: > In another thread some time ago, Carl Wilhelm Soderstrom wrote: > > " With a 3ware hardware RAID controller and good-quality hot-swap drive > " bays; you go to the web or command line interface for the array, remove > " the failed drive from the array, pull t

Re: [BackupPC-users] Using backuppc over WAN

2008-05-12 Thread Rob Owens
[EMAIL PROTECTED] wrote: > > Thanks, but what about weekly full backups? Would that swamp our remote > 512mbps connections? > Rsync never needs to do a full transfer, except for the first backup. BackupPC still does a "full backup" using rsync, but that doesn't mean "full transfer". It means

Re: [BackupPC-users] auto-expire when the disk is full

2008-05-12 Thread Matthias Meyer
You can reuse my script "BackupPC_deleteBackup": http://backuppc.wiki.sourceforge.net/How+to+delete+backups It will delete a specified backup-number and all incrementals depends on it if it is a full backup. Furthermore it will modify the pc//backups. Last but not least it can start BackupPC_nig

[BackupPC-users] Help Backing Up a WindowsXP Client over OpenVPN with rsyncd

2008-05-12 Thread Kurt Jasper
Hi, I'm still struggling to enable backuppc to backup on of my windows xp notebooks (Roadwarrior). After my request a few days ago, I followed the tips mentioned there and installed OpenVPN on the IPCop Firewall in order to have a secure connection from the Notebook (called x31) to the Bac

Re: [BackupPC-users] Help Backing Up a WindowsXP Client over OpenVPN with rsyncd

2008-05-12 Thread Les Mikesell
Kurt Jasper wrote: > > What I want: > To backup the Windows XP Notebook via OpenVPN using rsyncd. > > Unfortunately I never got rsync working (using cygwin) and browsing the > web, it seems that rsyncd is the preferred method. > But before I try to get Rsyncd working I would like to check if > e

Re: [BackupPC-users] dumb-down the CGI interface

2008-05-12 Thread dan
?? How is the interface complicated? I have a number of VERY low tech users that are capable of using the standard interface to backup their computers. I man a fairly simple PDF walk through for them as a refernce and I have virtually zero issues. Are you trying to avoid a potential issue or do y

Re: [BackupPC-users] Help Backing Up a WindowsXP Client over OpenVPN with rsyncd

2008-05-12 Thread dan
instead of using the entry in /etc/hosts, just put the IP in client alias in the hosts config file. backuppc uses nmblookup to resolve IP from HOSTNAME and nmblookup does not check /etc/hosts. On Mon, May 12, 2008 at 5:10 PM, Les Mikesell <[EMAIL PROTECTED]> wrote: > Kurt Jasper wrote: > > > >