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

remove unneeded Skips of non existing dirs

parent 4fdff636
No related branches found
No related tags found
1 merge request!79Finetune output
......@@ -331,6 +331,7 @@ function setAction(){
# --------------------------------------------------------------------------------
# ----- START BACKUPS
(
if [ "$ACTION" = "backup" ]; then
for mydir in $sDirs2Backup
do
......@@ -341,8 +342,6 @@ function setAction(){
BACKUP_DIR=$mydir
if [ "$ACTION" = "backup" ]; then
h2 "`date` STORE $BACKUP_DIR"
# --- build parameters
......@@ -403,7 +402,6 @@ function setAction(){
echo
touch ${lastbackupfile}
fi
else
color warning
......@@ -412,6 +410,7 @@ function setAction(){
fi
echo
done
fi
# --- prune
if [ $doPrune -eq 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment