mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Allow dumping of ext4 filesystems
https://www.virtualmin.com/node/18368
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user