Allow dumping of ext4 filesystems

https://www.virtualmin.com/node/18368
This commit is contained in:
Jamie Cameron
2011-05-31 09:41:35 -07:00
parent e96015a92c
commit a38d2937f0

View File

@@ -18,7 +18,7 @@ $supports_tar = 1;
sub supported_filesystems
{
local @rv;
push(@rv, "ext2", "ext3") if (&has_command("dump"));
push(@rv, "ext2", "ext3", "ext4") if (&has_command("dump"));
push(@rv, "xfs") if (&has_command("xfsdump"));
return @rv;
}