Parent Directory | Revision Log | Revision Graph
Remove quotes when calling signal-event with ssh
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 |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |