diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-11 00:41:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-13 00:21:47 +0200 |
commit | 0f30fe7ebbf57f6ea0d19be1204aa4b740a2cde4 (patch) | |
tree | 0b162efec567312fcf669475d4f8fdbab33781ef /gnu/packages/file-systems.scm | |
parent | c341b2addd29de5a04938987d55f319cfad81e96 (diff) | |
download | guix-0f30fe7ebbf57f6ea0d19be1204aa4b740a2cde4.tar.gz |
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.
Diffstat (limited to 'gnu/packages/file-systems.scm')
-rw-r--r-- | gnu/packages/file-systems.scm | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm index 8ac5447466..293322c76b 100644 --- a/gnu/packages/file-systems.scm +++ b/gnu/packages/file-systems.scm @@ -88,10 +88,18 @@ ("xz" ,xz) ("zlib" ,zlib) ("zstd:lib" ,zstd "lib"))) - (synopsis "Filesystem Backup/Deployment Tool") - (description "FSArchiver allows you to save the contents of a file-system to -a compressed archive file. The file-system can be restored on a partition which -has a different size and it can be restored on a different file-system.") + (synopsis "File system back-up, deployment, and migration tool") + (description + "FSArchiver saves the contents of a file system to a compressed archive +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/") (license license:gpl2))) |