Skip to content
Snippets Groups Projects
Commit 4c00dce0 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

localdump - change headers

parent c01bb32d
No related branches found
No related tags found
1 merge request!9Version 2
......@@ -68,7 +68,7 @@
# cleanup a backup dir: remove old files and delete empty dirs
function cleanup_backup_target(){
echo
h2 "CLEANUP ${BACKUP_TARGETDIR} older $BACKUP_KEEP_DAYS days ..."
h3 "CLEANUP ${BACKUP_TARGETDIR} older $BACKUP_KEEP_DAYS days ..."
if [ -d "${BACKUP_TARGETDIR}" ]; then
echo find "${BACKUP_TARGETDIR}" -mtime +$BACKUP_KEEP_DAYS -delete -print
color cmd
......@@ -138,7 +138,7 @@
function show_info_backup_target(){
echo
h2 "INFO about backup target ${BACKUP_TARGETDIR}"
h3 "INFO about backup target ${BACKUP_TARGETDIR}"
if [ -d "${BACKUP_TARGETDIR}" ]; then
echo -n "used space: "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment