Include other files when backing up to download https://www.virtualmin.com/node/20898

This commit is contained in:
Jamie Cameron
2012-01-24 21:25:29 -08:00
parent c4eff461d0
commit cc5f8feef5

View File

@@ -40,7 +40,8 @@ else {
my $temp = &transname();
my $size;
$err = &execute_backup(\@mods, $temp, \$size, undef,
$configfile, $nofiles);
$configfile, $nofiles,
[ split(/\t+/, $others) ]);
if ($err) {
&unlink_file($temp);
&error($err);