/[smecontribs]/rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC-0.1-smeserver_template.patch
ViewVC logotype

Annotation of /rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC-0.1-smeserver_template.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Mon Mar 2 22:33:48 2009 UTC (15 years, 3 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-BackupPC-0_1-6_el4_sme, smeserver-BackupPC-0_1-12_el4_sme, smeserver-BackupPC-0_1-11_el4_sme, smeserver-BackupPC-0_1-4_el4_sme, smeserver-BackupPC-0_1-7_el4_sme, smeserver-BackupPC-0_1-5_el4_sme, smeserver-BackupPC-0_1-10_el4_sme, smeserver-BackupPC-0_1-9_el4_sme, smeserver-BackupPC-0_1-8_el4_sme, HEAD
Fix smeserver sample config and logrotate issue

1 vip-ire 1.1 diff -Nur -x '*.orig' -x '*.rej' smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl mezzanine_patched_smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl
2     --- smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl 2009-01-18 11:36:23.000000000 +0100
3     +++ mezzanine_patched_smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl 2009-01-18 11:34:54.000000000 +0100
4     @@ -3,11 +3,11 @@
5     ];
6     $Conf{BackupFilesExclude} = {
7     '/' => [
8     - '/opt/backuppc/files/pc',
9     - '/opt/backuppc/files/pool',
10     - '/opt/backuppc/files/cpool',
11     - '/opt/backuppc/files/trash',
12     - '/opt/backuppc/files/lost+found',
13     + '/var/lib/BackupPC/pc',
14     + '/var/lib/BackupPC/pool',
15     + '/var/lib/BackupPC/cpool',
16     + '/var/lib/BackupPC/trash',
17     + '/var/lib/BackupPC/lost+found',
18     '/proc',
19     '/tmp',
20     '/sys',
21     @@ -20,10 +20,9 @@
22     '/lost+found',
23     '/initrd',
24     '/var/tmp',
25     - '/var/lib/mysql'
26     ]
27     };
28     -$Conf{DumpPreUserCmd} = '$sshPath -l root $host "/usr/local/BackupPC/bin/BackupPC_SME_pre-backup"';
29     +$Conf{DumpPreUserCmd} = '$sshPath -l root $host "signal-event pre-backup"';
30     $Conf{XferMethod} = 'rsync';
31     $Conf{BackupsDisable} = 1;
32    

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed