From: ianmdlvl Date: Mon, 12 May 2003 00:11:58 +0000 (+0000) Subject: pass -s to ntfsimage X-Git-Tag: branchpoint-trivsoundd~4 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;ds=sidebyside;h=119eed72570e87be84e04aece002c458028149ca;p=chiark-utils.git pass -s to ntfsimage --- diff --git a/backup/full b/backup/full index 2f630eb..a467260 100755 --- a/backup/full +++ b/backup/full @@ -220,7 +220,7 @@ for $tf (@fsys) { $dumpcmd = "afio -b $softblocksizebytes -Zo -"; $dumpin = '<&FINDOR'; } elsif ($tm eq 'ntfsimage') { - $dumpcmd= "ntfsimage -vvf --dirty $dev"; + $dumpcmd= "ntfsimage -svvf --dirty $dev"; } else { die "unknown method $tm for $prefix:$atf\n"; }