I'm new to Hazel and trying to figure out the best way to do something. I have a piece of software that does a nightly database dump and we then backup to the cloud. It gives each backup a new name based on the date.
What I need to do is have new backups be renamed to the the same thing, and replacing the oldest backup with the newest. This way, I always have one backup that is the same name, and then my cloud based backup can do a block level backup and only grab what is new.
I have everything setup to rename the files and that is working great, but it's just giving the second backup the added text of "-1" instead of replacing the file. Is it possible to rename and replace within Hazel?