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
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
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
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
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!
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
-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.
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
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
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
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
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 +
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
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: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
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
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
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.
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
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
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
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\
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
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
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
>> 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
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' => ['/']
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
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
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
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
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']
> >
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
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
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
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
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} =
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
38 matches
Mail list logo