I have a scheduled backup job saving to the local file system. I configured it to never delete old backups and to use strftime. I expected my backup folder to contain multiple copies with datetime string’d names but instead I only have one copy being overwritten every time.
What gives?