gnu: fsarchiver: Edit synopsis & description.
* gnu/packages/file-systems.scm (fsarchiver)[synopsis, description]: Fix spelling (file system, lose, …). Edit for grammar and style (‘…allows you to…’). Provide more information about the package.
This commit is contained in:
parent
c341b2addd
commit
0f30fe7ebb
1 changed files with 12 additions and 4 deletions
|
|
@ -88,10 +88,18 @@
|
||||||
("xz" ,xz)
|
("xz" ,xz)
|
||||||
("zlib" ,zlib)
|
("zlib" ,zlib)
|
||||||
("zstd:lib" ,zstd "lib")))
|
("zstd:lib" ,zstd "lib")))
|
||||||
(synopsis "Filesystem Backup/Deployment Tool")
|
(synopsis "File system back-up, deployment, and migration tool")
|
||||||
(description "FSArchiver allows you to save the contents of a file-system to
|
(description
|
||||||
a compressed archive file. The file-system can be restored on a partition which
|
"FSArchiver saves the contents of a file system to a compressed archive
|
||||||
has a different size and it can be restored on a different file-system.")
|
file, and restores it to a different file system and/or partition. This
|
||||||
|
partition can be of a different size than the original and FSArchiver will
|
||||||
|
create a new file system if none exists.
|
||||||
|
|
||||||
|
All standard file attributes supported by the kernel are preserved, including
|
||||||
|
file permissions, timestamps, symbolic and hard links, and extended attributes.
|
||||||
|
|
||||||
|
Each file in the archive is protected by a checksum. If part of the archive
|
||||||
|
is corrupted you'll lose the affected file(s) but not the whole back-up.")
|
||||||
(home-page "http://www.fsarchiver.org/")
|
(home-page "http://www.fsarchiver.org/")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue