--- trunk/bin/BackupPC_recover_from_increments 2006/03/07 10:48:28 345 +++ trunk/bin/BackupPC_recover_from_increments 2006/03/07 14:03:09 346 @@ -90,7 +90,7 @@ if (-e $restore_path) { unlink $restore_path || die "can't remove $restore_path: $!\n"; } - link $path, $restore_path || die "can't create link $path -> $restore_path: $!\n"; + symlink $path, $restore_path || die "can't create link $path -> $restore_path: $!\n"; my $user = $host_info->{$host}->{user} || die "can't get user for host $host";