1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: fstransform
Section: admin
Priority: optional
Maintainer: Giovanni Mascellani <gio@debian.org>
Build-Depends: debhelper (>= 9.0.0), autotools-dev
Standards-Version: 4.4.1
Homepage: https://github.com/cosmos72/fstransform
Vcs-Browser: https://salsa.debian.org/debian/fstransform
Vcs-Git: https://salsa.debian.org/debian/fstransform.git
Package: fstransform
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tool for in-place filesystem conversion
fstransform is a tool to change a file-system from one format to
another, for example from jfs/xfs/reiser to ext2/ext3/ext4, in-place
and without the need for backup. Idea from convertfs, but it is
fully independent code.
.
The current version of fstransform is fully functional, and ready for
testing from the general public. It has been tested on the following
file-systems, both as source and target: ext2, ext3, ext4, jfs,
minix, reiserfs, xfs.
|