@@ -801,6 +801,8 @@ process_dbs() { find "${CONFIG_backup_dir}/${subfolder}${subsubfolder}" -mtime +"${rotation}" -type f -exec echo "dry-running: rm" {} \; else find "${CONFIG_backup_dir}/${subfolder}${subsubfolder}" -mtime +"${rotation}" -type f -exec rm {} \; + ### 20150313 - list content of backup dirs + ls -lh "${CONFIG_backup_dir}/${subfolder}${subsubfolder}" fi files_postprocessing "$cfname" tmp_flags=$?; var=; (( $tmp_flags & $flags_files_postprocessing_success_encrypt )) && var=.enc
Log in to post a comment.