1 |
unnilennium |
1.1 |
--- smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl.full_path 2009-05-29 16:29:11.000000000 +0200 |
2 |
|
|
+++ smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl 2009-05-29 16:33:26.000000000 +0200 |
3 |
|
|
@@ -20,7 +20,7 @@ |
4 |
|
|
'/var/spool/squid' |
5 |
|
|
] |
6 |
|
|
}; |
7 |
|
|
-$Conf{DumpPreUserCmd} = '$sshPath -l root $host "signal-event pre-backup"'; |
8 |
|
|
+$Conf{DumpPreUserCmd} = '$sshPath -l root $host "/sbin/e-smith/signal-event pre-backup"'; |
9 |
|
|
$Conf{XferMethod} = 'rsync'; |
10 |
|
|
$Conf{BackupsDisable} = 1; |
11 |
|
|
|