Carl Wilhelm Soderstrom wrote:
> On 03/05 04:59 , cedric briner wrote:
>> Is there any possiblity to move a set of host from one backuppc server
>> to an other one.
>>
>> I was thinking to rsync all the server1:/pc/host[1,2,3] to
>> server2:/pc
>>
>> and then ask backuppc to create the pool or th
Jean-Claude writes:
> I finally managed to solve the problem. This is a patch for BackupPC 3.0
> (in addition to your configuration changes) :
Thanks for the patch. However, I'm wondering why this existing
code doesn't fix the subject:
if ( $utf8 ) {
binmode(MAIL, ":utf8");
Tim writes:
> I'm using Rync xfer method. From my config here
> is the RsyncShareName => /mnt/wkm_main/vol1
>
> and here is what I'm trying to exclude
> BackupFilesExclude => ['/mnt/wkm_main/vol1/Email'];
The exclude should be relative to the share, so
you need:
BackupFilesExclude => ['/
Raman writes:
> Ahh, that's it -- since the backup of the previous hosts the night
> before finished about an hour later than the current night, only 23
> hours had passed since the previous backup. My incremental period is
> set to 0.97 (equivalent to 23.28 hours), so therefore it did not run.
>
Carlos writes:
> For some reason all backups for a host have disappeared, but the data is
> still there, with correct permissions and there is free space. According
> to the web interface, that host has never been backed up.
>
> -rw-r- 1 backuppc backuppc 1940766 2008-02-23 04:09 backups
> -
I'm having no luck excluding a directory from one
of my backups and I'm not sure why I seen the
examples in the doc but I can't make it work.
I'm using Rync xfer method. From my config here
is the RsyncShareName => /mnt/wkm_main/vol1
and here is what I'm trying to exclude
BackupFilesExclude =>
On Mon, 2008-02-25 at 13:49 +0100, Alan Orlič Belšak wrote:
> is there a way to speed up transfer via rsyncd, the last backup was at
> 0,9 MB/s. The network is 100Mb, the backup was made on local disk (no
> USB involved), except the include list was involved and there is a lot
> of empty directo
Raman Gupta wrote:
> Les Mikesell wrote:
>> or that for some reason the required time since
>> the last run had not expired in time for the one you expected to start
>
> Ahh, that's it -- since the backup of the previous hosts the night
> before finished about an hour later than the current night,
Les Mikesell wrote:
> or that for some reason the required time since
> the last run had not expired in time for the one you expected to start
Ahh, that's it -- since the backup of the previous hosts the night
before finished about an hour later than the current night, only 23
hours had passed sin
Raman Gupta wrote:
>
>
> The other hosts that completed successfully run before the host that
> did not run, but after 3:30 am, so I don't see how the nightly could
> be the problem.
>
> Any other ideas? :-)
The only other things I can think of are that you have set a different
blackout period
Les Mikesell wrote:
> Raman Gupta wrote:
>>
>> Log snippet from the night that did not work -- note that host1
>> finishes at 4:13 am, which is about an hour before the previous night
>> -- also note the "0" skipped hosts:
>>
>> 2008-03-04 03:30:00 24hr disk usage: 58% max, 58% recent, 0 skipped ho
Raman Gupta wrote:
>
> Log snippet from the night that did not work -- note that host1
> finishes at 4:13 am, which is about an hour before the previous night
> -- also note the "0" skipped hosts:
>
> 2008-03-04 03:30:00 24hr disk usage: 58% max, 58% recent, 0 skipped hosts
> [...]
> 2008-03-04 04
On 03/05 04:59 , cedric briner wrote:
> Is there any possiblity to move a set of host from one backuppc server
> to an other one.
>
> I was thinking to rsync all the server1:/pc/host[1,2,3] to
> server2:/pc
>
> and then ask backuppc to create the pool or the cpool from the
> /pc
>
> any idea
hello,
Is there any possiblity to move a set of host from one backuppc server
to an other one.
I was thinking to rsync all the server1:/pc/host[1,2,3] to
server2:/pc
and then ask backuppc to create the pool or the cpool from the
/pc
any idea on how to do this.
Ced.
--
Cedric BRINER
Geneva
Les Mikesell wrote:
> Raman Gupta wrote:
>> The backup for one of my hosts did not run two nights ago. I can't
>> find any indication of the reason why -- no errors at all. The logs
>> indicate the backup didn't even start. My other two hosts completed
>> successfully.
>>
>> This is the first time
Raman Gupta wrote:
> The backup for one of my hosts did not run two nights ago. I can't
> find any indication of the reason why -- no errors at all. The logs
> indicate the backup didn't even start. My other two hosts completed
> successfully.
>
> This is the first time this has happened in about
The backup for one of my hosts did not run two nights ago. I can't
find any indication of the reason why -- no errors at all. The logs
indicate the backup didn't even start. My other two hosts completed
successfully.
This is the first time this has happened in about three weeks, and
without me doi
Hello,
For some reason all backups for a host have disappeared, but the data is
still there, with correct permissions and there is free space. According
to the web interface, that host has never been backed up.
May be the backups file has been corrupted?
This is the file list for that host:
d
Craig Barratt a écrit :
> Jean-Claude,
>
>> The RFC 2822 forbids the inclusion of non-ASCII characters in any e-mail
>> header, including the subject.
>
> You're right. Try this:
>
> - Add:
>
> use Encode;
>
> near the top of bin/BackupPC_sendEmail (after the other "use" lines).
19 matches
Mail list logo