Re: [BackupPC-users] Merge config in per-host config?

2009-09-08 Thread Etaoin Shrdlu
On Thursday 03 September 2009 20:45:01 Davide Brini wrote: > I agree that it should work like that. However, if I'm not mistaken, it > seems that what's written here still applies: > > http://osdir.com/ml/sysutils.backup.backuppc.general/2003-10/msg00010.html > > As it happens, I was having the sa

[BackupPC-users] Merge config in per-host config?

2009-09-03 Thread Etaoin Shrdlu
Apologies if this is a FAQ, but it seems I'm not able to merge the per-host config with the general config. In config.pl, I have $Conf{BackupFilesExclude} = { '/' => [ '/proc', '/dev', '/sys' ] }; For a specific host, I want to exclude some other direc

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
On Friday 11 August 2006 13:13, Etaoin Shrdlu wrote: > Although I too think it should be forward slash, I tried all ways: > >'D$' => ['\System Volume Information'] >'D$' => ['\System\ Volume\ Information'] >

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
On Friday 11 August 2006 14:14, Benoit BELY wrote: > Have you tried backuped just one directory eg '/Test' without > excludeDir?? It Work?? > Because I received same error message, an now it work with this > config.plfile (on bakcuppc > 2.1.2 + pl2). > > > $Conf{BackupFilesOnly} = { > 'donne

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
On Friday 11 August 2006 12:52, Benoit BELY wrote: > I readed something like it is bettre use double quote " instead of > simple quote ' on file name with space... but I can't find this > message in mailign list so trie > $Conf{BackupFilesExclude} = {'D$' => ["/System Volume > Information",'/Recy

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
On Friday 11 August 2006 12:19, daniel berteaud wrote: > I think it should be this instead > > $Conf{BackupFilesExclude} = { > 'D$' => ['/System\ Volume\ Information'] > }; Although I too think it should be forward slash, I tried all ways: 'D$' => ['\System Volume Inform

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
On Friday 11 August 2006 10:47, Tony Molloy wrote: > Try something like the following. > > $Conf{SmbShareName} = 'D$'; > > $Conf{BackupFilesExclude} = { > 'D$' => ['\System Volume Information'] > }; Thanks for the tip, I just tried it and nothing changed (same messages and errors

[BackupPC-users] Excluding directories from smb

2006-08-11 Thread Etaoin Shrdlu
I'm probably doing something wrong here...I want to backup a windows share (G$), but excluding directories "System Volume Information" and "RECYCLER". Here is my config for the host: $Conf{XferMethod} = 'smb'; $Conf{SmbShareName} = 'G$'; $Conf{SmbShareUserName} = ''; $Conf{SmbSharePasswd} =

Re: [BackupPC-users] PackupPC CGI interface and Plesk

2006-06-07 Thread Etaoin Shrdlu
On Wednesday 7 June 2006 17:44, Etaoin Shrdlu wrote: > Mine are (as stated in the docs): > > -rwsr-x--- 2 backuppc apache 3894 Apr 20 15:29 BackupPC_Admin By the way, the docs list the permissions as -swxr-x---1 __BACKUPPCUSER__ web 82406 Jun 17 22:58 __CGIDIR__/BackupPC

Re: [BackupPC-users] PackupPC CGI interface and Plesk

2006-06-07 Thread Etaoin Shrdlu
On Wednesday 7 June 2006 17:07, Nils Breunese (Lemonbit Internet) wrote: > I have set up a vhost backup.lemonbit.nl through Plesk and this > automatically creates a /var/www/vhosts/backup.lemonbit.nl/cgi-bin/ > directory as this domain's cgi-bin directory. This is also the > location I entered whe

[BackupPC-users] Problem if cgi and server are on different hosts

2006-04-18 Thread Etaoin Shrdlu
First of all, many thanks for the wonderful program. I've been using it for nearly 6 months now, and I'm very happy with it. Now, I want to give the CGI control interface a try. I have a dedicated backup host, namely "bckserver", on which the BackupPC server is running (and stores backups) as u