BackupManager Limit Files #789
logifloor
started this conversation in
Tips & Tricks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have my backups running every hour during dev, so they are accumulating at quite a rate. I've modified the BackupManager controller index to limit the number of files it shows on the page. In case anybody finds it useful. It still has to load the files, so it only trims the number in view, but if it slows down too much or if anybody has any need for it, I'm going to make the backups write to the db, so a list can be called from there instead.
Beta Was this translation helpful? Give feedback.
All reactions