From b9a9c1366987aa8342a0c87622fff87a49f140c7 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 7 Oct 2008 09:30:49 +0000 Subject: (save) set 'no_create_root' option so that we skip backuping when devices are not mounted git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247863 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- NEWS | 4 ++++ draksnapshot-config | 1 + 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e8c5bd1..c461b7b 100644 --- a/NEWS +++ b/NEWS @@ -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)); -- cgit v1.2.1