Fix purpose of the script
This commit is contained in:
parent
fc7b154907
commit
969fa130e0
|
@ -1,12 +1,11 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# Purpose {{{
|
# Purpose {{{
|
||||||
## This script will check if some Ceph related Debian packages are available
|
## This script will check if Ceph is available on the system.
|
||||||
## in APT cache.
|
## And download all deb files of all Ceph related packages installed on the system
|
||||||
## And backup all of them (ceph, rados, rbd,…) in tar with version name and date.
|
## (eg. ceph, rbd, rados,…).
|
||||||
#
|
#
|
||||||
## You can use this script in a cron (for periodic backup of Ceph packages) or
|
## You can use this script in a cron (for periodic backup of Ceph packages) or directly.
|
||||||
## directly.
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
||||||
# Vars {{{
|
# Vars {{{
|
||||||
|
|
Loading…
Reference in New Issue