summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index 4170ccb..ef3e4d8 100755
--- a/draklive
+++ b/draklive
@@ -921,7 +921,7 @@ sub record_harddisk_master {
my $source = $live->get_system_root;
my $total = directory_usage($source);
local $/ = "\r";
- my $r = run_foreach(update_progress_rsync($live, $total), 'rsync', '-avP', $source . '/', $live->{mnt});
+ my $r = run_foreach(update_progress_rsync($live, $total), 'rsync', '-a', $source . '/', $live->{mnt});
if (!$r) {
run_('umount', $live->{mnt});
maybe_umount_device($device);