feat: Add dir_per_date logging

This commit is contained in:
gd 2022-01-02 22:15:54 +03:00
parent a151adeda8
commit 61530601dd
1 changed files with 1 additions and 0 deletions

View File

@ -776,6 +776,7 @@ bk_dir_per_date() {
[ "$dir_per_date" ] && dir_per_date="$(date +"$dir_per_date")"
entry_local="${entry_local}/${dir_per_date}"
if [ ! "$dry_run" ]; then
bk_log "baka: Create tree (dir_per_date): $entry_local"
mkdir -p "$entry_local"
fi
}