Re: [BackupPC-users] Idea: disk usage graphs

2007-07-31 Thread Thomas Nygreen
erent needs and preferences. I have several other partitions to monitor too, so I will have to check my monitoring tool anyway. Let BackupPC do what BackupPC does best, and leave monitoring to a monitoring app. -- Thomas Nygreen ---

Re: [BackupPC-users] Did pool optimization work?

2007-07-01 Thread Thomas Nygreen
filled unless you ask for it in the config settings. http://backuppc.sourceforge.net/faq/BackupPC.html#item__conf_incrfill_ > I've configured backuppc with tar and compression 9. There's not much point in setting compression level 9. http://backu

Re: [BackupPC-users] Did pool optimization work?

2007-07-01 Thread Thomas Nygreen
2007/7/1, Matthias Meyer <[EMAIL PROTECTED]>: > 0full160701000.10.924950.000.0 > 1incr20562.90.4700.000.0 > 2incr28165.10.6640.00.0 > 3full917241914.90.534370.00.0 > 4

Re: [BackupPC-users] bug or feature ?

2007-06-22 Thread Thomas Nygreen
PC will remove last weeks backup, and every other second week it will keep it. If what you want is to keep the last three backups, set $Conf{FullKeepCnt} = 3; You can also set it to [2,1,1] to be sure you have the last two full backups. -thomas nygreen -

Re: [BackupPC-users] Using Backup PC in "online backup" model

2007-06-16 Thread Thomas Nygreen
y in the pool, but backed up from some other host or another path on the same host, it will not be transferred, only mapped/remapped? thomas nygreen - This SF.net email is sponsored by DB2 Express Download DB2 Express C - t

Re: [BackupPC-users] Using Backup PC in "online backup" model

2007-06-13 Thread Thomas Nygreen
David Rees skrev: > On 6/13/07, Francis Lessard <[EMAIL PROTECTED]> wrote: >> I currently use BackupPC 3.0.0 to backup 2 www servers. As bandwidth cost a >> lot, I would like to use BackupPC similar to a commercial online backup >> service we use. This service does a full backup only once, then do

Re: [BackupPC-users] exclude certain files from one subdirectory only - how?

2007-06-13 Thread Thomas Nygreen
esn't. That means '/path/*.mp3' will match '/path/music.mp3' but not '/path/folder/music.mp3'. '/path/**.mp3' will match both (and BackupPC just passes the arguments to rsync so there's no difference) thomas nygreen ---

Re: [BackupPC-users] Dequeu a backup for unknown time

2007-06-13 Thread Thomas Nygreen
Klaas Vantournhout skrev: > Hi, > > I was wondering if you can dequeu a backup for an unknown time? > > Thanks > Klaas You can set $Conf{FullPeriod} = -1; in the config file for the host you don't want to b

Re: [BackupPC-users] Backup won't complete (problem solved)

2007-06-07 Thread Thomas Nygreen
tree, I located the problem to /sys/bus/pci_express. I don't see why. So I excluded '/sys/bus/pci_express' and now it works just fine. Thanks for leading me to the right track! Thomas Nygreen - This SF.ne

[BackupPC-users] Backup won't complete

2007-06-07 Thread Thomas Nygreen
;/pub','/tmp','/proc','/media','/sys/bus/pci/drivers','/var','/root','/usr','/bin','/lib']; I hope someone can help. Regards, Thomas Nygreen --