I want to change the first part of the From-Address of emails sent from
BackupPC to the administrator. Although I can change the Email-Adress
with $Conf{EMailFromUserName} I didn't manage to change the first part
of the From-Address: the From-Header now contains
"BackupPC <[EMAIL PROTECTED]>" bu
Arron writes:
> Yup its in there and set to en
>
> $Conf{Language} = 'en';
The error is actually a bit more serious: it can't
read or find the config at all. Something is wrong
with the install: incorrect paths or permissions.
Craig
I know it's possible to set specific schedules for backups per host
using $Conf{FullPeriod}, $Conf{IncPeriod}, and $Conf{FullKeepCnt}among
others, but I was wondering if there is a way to do scheduling specific
to a smaller subset of that - being per shares on the same host. Any
ideas/solution
Great thank you for your help, I ran that command and got this
[EMAIL PROTECTED]:/etc/backuppc# perl -wc
/etc/backuppc/config.pl/etc/backuppc/config.pl syntax OKThank you for your help!
-Arron
> From: [EMAIL PROTECTED]> To: backuppc-users@lists.sourceforge.net> Date: Thu,
> 10 Jan 2008 0
Arron Cox wrote:
> Yup its in there and set to en
>
> $Conf{Language} = 'en';
I guess there is some other syntax error in your config file then.
Maybe a missing/misplaced semicolon somewhere? Since it's Perl, you
can feed it to the perl binary to find out what's wrong with it.
pe
Yup its in there and set to en
$Conf{Language} = 'en';
> From: [EMAIL PROTECTED]> To: backuppc-users@lists.sourceforge.net> Date: Thu,
> 10 Jan 2008 00:08:30 +0100> Subject: Re: [BackupPC-users] Ugrade from 3.0.0
> to 3.1.0> > Arron Cox wrote:> > > I just did an upgrade from 3.0.0 to 3.1
Arron Cox wrote:
> I just did an upgrade from 3.0.0 to 3.1.0 on an Ubuntu feisty
> server. During the install I told it where the config file was and
> it read it and set everything up accordingly and the install went
> smooth. When I went to start BackupPC I get this error...
>
> [EMAIL P
I just did an upgrade from 3.0.0 to 3.1.0 on an Ubuntu feisty server. During
the install I told it where the config file was and it read it and set
everything up accordingly and the install went smooth. When I went to start
BackupPC I get this error...
[EMAIL PROTECTED]:/etc/backuppc# /etc/i
Sean Carolan wrote:
> We are using backuppc in our production environment and it's working
> well. I would like to start doing regular backups of the BackupPC
> server to external USB drives. The problem we've run into is that
> there are so many files, rsync dies with an 'out of memory' error.
Jinshi wrote:
> Thanks for the suggestion. Regarding the network transfer, why do I
> still need to transfer all the files? The new full backup is following a
> previous full backup.
An rsync 'full' does a block-checksum comparison on all the files. It
doesn't actually transfer the data, but d
Thanks for the suggestion. Regarding the network transfer, why do I
still need to transfer all the files? The new full backup is following a
previous full backup. So all the files are already in "pool" and do not
need to transfer again. It should only transfer the new files, which I
do not have
Martin writes:
> Don't ask me why $Conf{BackupFilesOnly} did not work and using a file
> gets this right, but it works now!
$Conf{BackupFilesOnly} is less flexible than rsync's
exclude/include options, since it is common the all the
XferMethods. $Conf{BackupFilesOnly} assumes that it is
rooted t
Jockes wrote:
> What approach do you have when using backuppc and taking backups of
> mysql databases. Previously I have used a cron job executing
> mysqldump but wonder if you are using something different?
We use $Conf{DumpPreUserCmd} instead of cron to run a script that runs
mysqldump on
Hello,
What approach do you have when using backuppc and taking backups of
mysql databases. Previously I have used a cron job executing mysqldump
but wonder if you are using something different?
Best Regards
Jocke
-
Check
Jockes writes:
> $Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C
> $shareName'
> . ' --totals';
You are running tar as the backuppc user, so it probably
doesn't have access to /var/mail.
Craig
-
Paul writes:
> sigh. i'm not doing well on this, am i. you're right -- i just checked
> the 3.0.0 tarball. i must have dropped '--hard-links' when i brought my
> config forward from 2.1.x.
>
> sorry, again, for the noise.
No, this time it's not your issue. During an upgrade existing
config s
Frederic writes:
> Since I upgrade from 3.0 to 3.1 I've this error when I try to view the
> directory listing of a client.
>
> Software error:
>
> Can't locate object method "dirRead" via package "BackupPC::Lib" at
> /usr/local/BackupPC/lib/BackupPC/View.pm line 133.
>
>
> What can I do to resol
Christoph writes:
> As far as I read the docs, starting with 3.0.x backuppc supports
> (unix/linux) acls and extended attributes (MacOS). But when adding
> option --acls to RsyncArgs, backuppc stalls. The BackupPC_dump process
> and the rsync process on the client are just hanging in select calls.
Simon writes:
> I`m trying to run a Backup from an Netware 6.5 server running rsyc 2.6.3. I
> tested if the netware side is working by executing the following command on
> my backuppc system directly on the console:
>
> rsync -D --numeric-ids --perms --owner --group --links --hard-links --times
>
Paul writes:
> i may have been mistaken about what changed. googling, i just
> found the following thread, from this list, from august of this
> year. rob owens describes my problem exactly, and claims the
> buttons stopped working with 3.0.0, not with a change in browser:
>
>
> http://www.ma
I managed to get this done in the following way:
Instead of using $Conf{BackupFilesOnly} and $Conf{BackupFilesExclude} I
added an additional parameter "--exclude-from=" in $Conf{RsyncArgs}
which reads exclude-specifications from a file:
$Conf{RsyncArgs} = [
'--numeric-ids',
'--perms',
Mark Best wrote:
> Tony’s idea of using Exmerge is just brilliant, But it got me
> thinking… Has anyone ever thought of being able to recover
> _individual emails_ directly to/and from an Exchange server? I’m
> just brain storming here but scripts like
> http://cwashington.netreach.net/depo
All,
I tried to go onto sourceforge and do a search but kept getting an error
message saying "Unable to connect to Search Server".
I've had backuppc installed for quite a while and recently noticed that it
wasn't running. When I went to start the service I got the following
messages:
.
Tony's idea of using Exmerge is just brilliant, But it got me
thinking... Has anyone ever thought of being able to recover _individual
emails_ directly to/and from an Exchange server? I'm just brain storming
here but scripts like
http://cwashington.netreach.net/depo/view.asp?Index=1140&ScriptType=v
hello,
my backuppc always generates an NT_STATUS_LOGON_FAILURE when backing up.
xferlog log:
Running: /usr/bin/smbclient markus\\C -U Administrator -E -N -d 1 -c
tarmode\ full -TcrX - /backuppc /home/backuppc /media /mnt /proc /sys /tmp
/var/tmp
full backup started for share C
Xfer PIDs
Hi Jockes
Jockes <[EMAIL PROTECTED]> writes:
> Jockes wrote:
>> The log below was from the host and the global log says:
>>
>> 2008-01-08 22:37:40 Reading hosts file
>> 2008-01-08 22:37:40 BackupPC started, pid 12469
>> ...
> ...
> tarExtract: Done: 0 errors, 2461 filesExist, 0 sizeExist, 0 size
Jockes wrote:
Jockes wrote:
The log below was from the host and the global log says:
2008-01-08 22:37:40 Reading hosts file
2008-01-08 22:37:40 BackupPC started, pid 12469
2008-01-08 22:37:40 Running BackupPC_trashClean (pid=12471)
2008-01-08 22:37:40 Next wakeup is 2008-01-08 23:00:00
2008-01-
27 matches
Mail list logo