From 969fa130e072cbf08256372eaf8d7c72692ae05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 24 Jul 2019 11:12:40 +0200 Subject: [PATCH] Fix purpose of the script --- ceph/ceph.backup.deb.files.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ceph/ceph.backup.deb.files.sh b/ceph/ceph.backup.deb.files.sh index e4e7dad..66eaf71 100755 --- a/ceph/ceph.backup.deb.files.sh +++ b/ceph/ceph.backup.deb.files.sh @@ -1,12 +1,11 @@ #!/bin/sh # Purpose {{{ -## This script will check if some Ceph related Debian packages are available -## in APT cache. -## And backup all of them (ceph, rados, rbd,…) in tar with version name and date. +## This script will check if Ceph is available on the system. +## And download all deb files of all Ceph related packages installed on the system +## (eg. ceph, rbd, rados,…). # -## You can use this script in a cron (for periodic backup of Ceph packages) or -## directly. +## You can use this script in a cron (for periodic backup of Ceph packages) or directly. # }}} # Vars {{{