1 |
--- smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl.remove_quotes 2009-06-17 11:05:29.000000000 +0200 |
2 |
+++ smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl 2009-06-17 11:05:49.000000000 +0200 |
3 |
@@ -20,7 +20,7 @@ |
4 |
'/var/spool/squid' |
5 |
] |
6 |
}; |
7 |
-$Conf{DumpPreUserCmd} = '$sshPath -l root $host "/sbin/e-smith/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 |
|