Skip to content

Commit f374b8e

Browse files
committed
show removed configbackups
mail output was quiet on removing configBackups.
1 parent fb98418 commit f374b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auto-gitlab-backup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ archiveConfig() {
8080
tar -czf "$localConfDir/gitlabConf-$dateStamp.tgz" $localConfig $localsshkeys
8181

8282
# remove files not within 3 days
83-
find $localConfDir -type f -mtime +3 -exec rm {} \;
83+
find $localConfDir -type f -mtime +3 -exec rm -v {} \;
8484

8585
else
8686
echo "Local config backup aren't enabled or $localConfDir is not writable."

0 commit comments

Comments
 (0)