We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb98418 commit f374b8eCopy full SHA for f374b8e
auto-gitlab-backup.sh
@@ -80,7 +80,7 @@ archiveConfig() {
80
tar -czf "$localConfDir/gitlabConf-$dateStamp.tgz" $localConfig $localsshkeys
81
82
# remove files not within 3 days
83
- find $localConfDir -type f -mtime +3 -exec rm {} \;
+ find $localConfDir -type f -mtime +3 -exec rm -v {} \;
84
85
else
86
echo "Local config backup aren't enabled or $localConfDir is not writable."
0 commit comments