summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-xdraksnapshot-config3
1 files changed, 2 insertions, 1 deletions
diff --git a/draksnapshot-config b/draksnapshot-config
index f749c52..72aab47 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -271,7 +271,8 @@ sub save() {
my $where2snapshot = $where->get_text;
save_keyword('backup', map { join("\t", 'backup', @$_[0], 'localhost/') } @{$backup_list->{data}});
- save_keyword('exclude', map { join("\t", 'exclude', @$_[0]) } @{$exclude_list->{data}});
+ save_keyword('exclude', map { join("\t", 'exclude', $_) }
+ uniq($where2snapshot, map { @$_[0] } @{$exclude_list->{data}}));
save_keyword('snapshot_root', join("\t", 'snapshot_root', $where2snapshot));
generate_cron_entry();
}