From 0f30fe7ebbf57f6ea0d19be1204aa4b740a2cde4 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 11 May 2020 00:41:34 +0200 Subject: gnu: fsarchiver: Edit synopsis & description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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. --- gnu/packages/file-systems.scm | 16 ++++++++++++---- 1 file 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))) -- cgit v1.2.3