diff -Nur -x '*.orig' -x '*.rej' smeserver-rdiff-backup-0.0.1/root/etc/e-smith/db/configuration/defaults/rdiff-backup/RemoteUser mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/etc/e-smith/db/configuration/defaults/rdiff-backup/RemoteUser --- smeserver-rdiff-backup-0.0.1/root/etc/e-smith/db/configuration/defaults/rdiff-backup/RemoteUser 1970-01-01 10:00:00.000000000 +1000 +++ mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/etc/e-smith/db/configuration/defaults/rdiff-backup/RemoteUser 2006-05-19 14:36:33.980182477 +1000 @@ -0,0 +1 @@ +rdiff-backup diff -Nur -x '*.orig' -x '*.rej' smeserver-rdiff-backup-0.0.1/root/etc/e-smith/templates/root/.ssh/config/50rdiff-backup mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/etc/e-smith/templates/root/.ssh/config/50rdiff-backup --- smeserver-rdiff-backup-0.0.1/root/etc/e-smith/templates/root/.ssh/config/50rdiff-backup 2006-05-19 14:36:52.002076786 +1000 +++ mezzanine_patched_smeserver-rdiff-backup-0.0.1/root/etc/e-smith/templates/root/.ssh/config/50rdiff-backup 2006-05-19 14:36:12.675853698 +1000 @@ -4,6 +4,7 @@ my $host = ${'rdiff-backup'}{RemoteHost} || 'localhost'; my $port = ${'rdiff-backup'}{RemotePort} || 22; + my $user = ${'rdiff-backup'}{RemoteUser} || 'rdiff-backup'; return "# rdiff-backup: RemoteHost is localhost" if ($host eq 'localhost'); @@ -17,6 +18,7 @@ Host rdiff-backup-$host Hostname $host + User $user Port $port IdentityFile $identity