Allow dumping of ext4 filesystems
authorJamie Cameron <jcameron@webmin.com>
Tue, 31 May 2011 16:41:35 +0000 (09:41 -0700)
committerJamie Cameron <jcameron@webmin.com>
Tue, 31 May 2011 16:41:35 +0000 (09:41 -0700)
https://www.virtualmin.com/node/18368

fsdump/linux-lib.pl

index 57f3c26..e181460 100755 (executable)
@@ -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;
 }