Re: [BackupPC-users] Avoid doing backups on specific weekday

2006-08-11 Thread Craig Barratt
Nicolai Nordahl Rasmussen writes: > - I thought of using the $Conf{BlackoutPeriods} to simply define the > whole sunday as a blackout period, but I'm afraid the incremental > backup would then just be pushed to run monday instead? This should work correctly. Yes, Monday will do an increment

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Craig Barratt
Benjamin Kudria writes: > On Friday, August 11 2006 1:56, Loyd Darby wrote: > > Try this(note the extra comma: > > $Conf{BackupFilesOnly} = ['/home/bkudria', > > '/usr/local/vpopmail/blueboxtech.com',]; > > > > I am guessing that it isn't recognizing the end of the string and is > > re-using what

Re: [BackupPC-users] Upgrading to 3.0 -- RESOLVED

2006-08-11 Thread Craig Barratt
Chris Stone writes: > Had a bit of time to spend on this and I did get the upgrade installed > without having to hack the scripts at all. I DID have to upgrade the > Encode package to 2.18 and that took care of it all and the install > completed and backuppc started successfully. Good detective w

Re: [BackupPC-users] Windows/Linux speed differences (windows is faster?)

2006-08-11 Thread Craig Barratt
Cameron Dale writes: > Craig Barratt said the following on 11/08/2006 1:47 AM: > > Yes, the entire set of files is being transferred on an > > incremental with a linux boot. > > But why is this happening? What is the difference between Windows and > Linux that would cause this? > > > That means

Re: [BackupPC-users] Upgrading to 3.0 -- RESOLVED

2006-08-11 Thread Les Stott
Chris Stone wrote: > Had a bit of time to spend on this and I did get the upgrade installed > without having to hack the scripts at all. I DID have to upgrade the > Encode package to 2.18 and that took care of it all and the install > completed and backuppc started successfully. > > Well Done!

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Benjamin Kudria
On Friday, August 11 2006 1:56, Loyd Darby wrote: > Try this(note the extra comma: > $Conf{BackupFilesOnly} = ['/home/bkudria', > '/usr/local/vpopmail/blueboxtech.com',]; > > I am guessing that it isn't recognizing the end of the string and is > re-using what is in the buffer. > > You might try inc

Re: [BackupPC-users] Which tar for BackupPC 3.0 on MacOS X?

2006-08-11 Thread Jacob S
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 11 Aug 2006 09:19:34 -0400 "Ambrose Li" <[EMAIL PROTECTED]> wrote: > Hi, > > I have set up BackupPC 3.0 on my Macbook (MacOS 10.4) for testing, > and I am wondering if I can safely use the system-supplied pax(1) > command instead of GNU tar.

Re: [BackupPC-users] Upgrading to 3.0 -- RESOLVED

2006-08-11 Thread Chris Stone
Had a bit of time to spend on this and I did get the upgrade installed without having to hack the scripts at all. I DID have to upgrade the Encode package to 2.18 and that took care of it all and the install completed and backuppc started successfully. On Fri, 2006-08-11 at 12:51 -0600, Chris Sto

Re: [BackupPC-users] Upgrading to 3.0

2006-08-11 Thread Chris Stone
Sorry, thought I was running 2.1.1, but checking again, the server is actually running 2.1.2.p0. But, again, it's dieing at the top of the configure.pl script - right when it is checking the packages. I did comment out that check and reran configure.pl and completed the installation upgrade. When t

Re: [BackupPC-users] Windows/Linux speed differences (windows is faster?)

2006-08-11 Thread Cameron Dale
Craig Barratt said the following on 11/08/2006 1:47 AM: > Yes, the entire set of files is being transferred on an > incremental with a linux boot. But why is this happening? What is the difference between Windows and Linux that would cause this? > That means some meta data (eg: uid, gid, mtime, s

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Loyd Darby
Try this(note the extra comma: $Conf{BackupFilesOnly} = ['/home/bkudria', '/usr/local/vpopmail/blueboxtech.com',]; I am guessing that it isn't recognizing the end of the string and is re-using what is in the buffer. You might try including an a --exclude of /tmp in the per host config just to

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Loyd Darby
The only way to backup the system volume is to run ntbackup as a scheduled job to make a *.bkp file. Backuppc can back that up. This is true for registry files and just about anything that gives you an "access denied" when you try to open it. Travis Fraser wrote: > On Fri, 2006-08-11 at 13:27 +

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Rob Terhaar
On Fri, 2006-08-11 at 12:55 -0400, Benjamin Kudria wrote: > On Friday, August 11 2006 12:29, Rob Terhaar wrote: > > ok i see now, > > you're right, the folder is indeed getting added to the excludes > > somehow... The only thing i could think of is that there must be a pc > > level config file as w

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Benjamin Kudria
On Friday, August 11 2006 12:29, Rob Terhaar wrote: > ok i see now, > you're right, the folder is indeed getting added to the excludes > somehow... The only thing i could think of is that there must be a pc > level config file as well as the global config.pl? Perhaps try to put > something into you

Re: [BackupPC-users] Moving installation and Samba and/or rsyncd problems

2006-08-11 Thread Loyd Darby
re:1 Just put a symbolic link where your data folder is. Shut down backuppc move the entire data directory to the larger drive. create a link where the data folder was that points to the new drive. re:2 If the system can't read the file, it can cause the error noted. You can check the logs if the

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Rob Terhaar
On Fri, 2006-08-11 at 10:54 -0400, Benjamin Kudria wrote: > On Friday, August 11 2006 10:45, Rob Terhaar wrote: > > even though you're using sudo... I bet it's a permissions issue > > > > what do the xfer logs say? > > I don't see how it would be a permissions issue...or... > Maybe the backuppc us

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Benjamin Kudria
On Friday, August 11 2006 10:45, Rob Terhaar wrote: > even though you're using sudo... I bet it's a permissions issue > > what do the xfer logs say? I don't see how it would be a permissions issue...or... Maybe the backuppc user needs to be added to the vpopmail or whatever group? The Xfer logs a

Re: [BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Rob Terhaar
On Fri, 2006-08-11 at 10:37 -0400, Benjamin Kudria wrote: > I run a server used for hosting many web and mail accounts. I have installed > BackupPC and configured it to backup files using sudo and rsync, as described > in the docs. For some reason, my /usr/local/vpopmail directory is excluded.

[BackupPC-users] Directory mysteriosly excluded

2006-08-11 Thread Benjamin Kudria
I run a server used for hosting many web and mail accounts. I have installed BackupPC and configured it to backup files using sudo and rsync, as described in the docs. For some reason, my /usr/local/vpopmail directory is excluded. My global config, host config, and log file are at: http://pa

[BackupPC-users] Avoid doing backups on specific weekday

2006-08-11 Thread Nicolai Nordahl Rasmussen
I'm using Erik Meitner's "arch2usb" script to take a weekly dump of the latest full backups, and put them on a removable USB disk for off-siting. As my data is constantly increasing, it takes quite some time to do a full data-dump (around 12 hours for 200gb data). - I have no idea if this is rea

[BackupPC-users] Which tar for BackupPC 3.0 on MacOS X?

2006-08-11 Thread Ambrose Li
Hi, I have set up BackupPC 3.0 on my Macbook (MacOS 10.4) for testing, and I am wondering if I can safely use the system-supplied pax(1) command instead of GNU tar. (The tar command line in the default configuration file includes "--totals"; I am not sure if I can safely remove that option.) In

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'] >'D$' => ['/System Volume Information'] >'D$' => ['/System\

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Travis Fraser
On Fri, 2006-08-11 at 13:27 +0200, Etaoin Shrdlu wrote: > 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{B

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Tony Molloy
On Friday 11 August 2006 12:27, Etaoin Shrdlu wrote: > 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{BackupF

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] Upgrading to 3.0

2006-08-11 Thread Les Stott
>> How about trying to upgrade to 2.1.2, then try going up to 3 >> > > Not getting far enough in the script for that - at this point in the > configure.pl script, it doesn't even know or care if it's a new > installation or an upgrade. > ??? so you downloaded 2.1.2 and tried to upgrad

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Benoit BELY
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.pl file (on bakcuppc 2.1.2 + pl2).$Conf{BackupFilesOnly} = {   'donnee' => ['/'],  # these are for 'donnee' share  'clients' => ['/']

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread daniel berteaud
On Fri, 11 Aug 2006 13:13:34 +0200 Etaoin Shrdlu <[EMAIL PROTECTED]> wrote: > 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

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 Benoit BELY
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",'/Recycle'] }; 2006/8/11, daniel berteaud <[EMAIL PROTECTED]>: On Fri

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 daniel berteaud
On Fri, 11 Aug 2006 12:24:54 +0200 Etaoin Shrdlu <[EMAIL PROTECTED]> wrote: > On Friday 11 August 2006 10:47, Tony Molloy wrote: > > > Try something like the following. > > > > $Conf{SmbShareName} = 'D$'; > > > > $Conf{BackupFilesExclude} = { > > 'D$' => ['\System Volume Information'] > >

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

Re: [BackupPC-users] Excluding directories from smb

2006-08-11 Thread Tony Molloy
On Friday 11 August 2006 09:57, Etaoin Shrdlu wrote: > 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

Re: [BackupPC-users] Windows/Linux speed differences (windows is faster?)

2006-08-11 Thread Craig Barratt
Cameron Dale writes: > I'm backing up several different machines on my local network to my > debian-based server using BackupPC. I'm using rsyncd for all of this, > 2.6.8 on the Linux machines, and cygwin-rsyncd-2.6.2_0.zip on the > Windows machines. One of the machines is even dual booted, and th

Re: [BackupPC-users] 3.0.0beta1 problem.

2006-08-11 Thread Craig Barratt
Jonathan writes: > I have updated my system to the 3.0.0beta1 and wen i try to start the > backuppc server i always get this error: > > 2006-08-10 13:38:09 Another BackupPC is running (pid 3151); > quitting... BackupPC reads the PID file (eg: $TOPDIR/log/BackupPC.pid) and checks if that process e

[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] Errors with 3.0beta1

2006-08-11 Thread Craig Barratt
Tony Molloy writes: > I've just upgraded backuppc to 3.0beta1. The upgrade went OK and I did a > small test backup which went OK. I'm having several problems with the > Cgi interface though. > > When I look at the Log File I sometimes get the following: > > Software error: > > Undefined subr