cronie-crond / cronie

Cronie cron daemon project
Other
467 stars 80 forks source link

Option to disable backup files? #167

Closed auouymous closed 2 months ago

auouymous commented 9 months ago

128 added the creation of backup files, but doesn't appear to give the user or system admin any way to disable them. I have the files tracked by git and had to patch cronie to disable the backups. Would it be possible to add options to disable backups per-user or system wide?

t8m commented 9 months ago

You could use .gitignore to ignore these backup files.

But yeah, adding an option to disable them would be possible.

ileGITimo commented 2 months ago

Second this

t8m commented 2 months ago

Fixed by @ileGITimo, thank you.