diff options
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | draksnapshot-config | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +- configurator: + o set 'no_create_root' option so that we skip backuping when devices + are not mounted + Version 0.18.1 - 30 September 2008, Thierry Vignaud - applet: diff --git a/draksnapshot-config b/draksnapshot-config index 14c7b3f..ebb7f4b 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -298,6 +298,7 @@ sub save() { my $where2snapshot = $where->get_text; save_keyword('backup', map { join("\t", 'backup', @$_[0], 'localhost/') } @{$backup_list->{data}}); + save_keyword('no_create_root', "no_create_root\t1"); save_keyword('exclude', map { join("\t", 'exclude', $_) } uniq($where2snapshot, map { @$_[0] } @{$exclude_list->{data}})); save_keyword('snapshot_root', join("\t", 'snapshot_root', $where2snapshot)); |