Backup exclusion testing#1595
Conversation
Changed exclusion variable to point at flat file which contains list of exclusions.
Used to define excluded directories and files during backup.
Remenants of working on a Mac
Update to include new backup mechanism using Dropbox upload
Revert "Update to include new backup mechanism using Dropbox upload"
|
I will have to take a look at this when I get a chance 👍 |
|
Yeah no rush on it. It has been working well for what I'm using it for and wasn't sure how much other admins would like such a feature but figured I push it to you to see what you thought. |
|
Interested in the status of this. Been migrating my backup strategy to push the archives to an S3 bucket and wanted to see about this exclusion method so I can update my LGSM configs to the newest version without worrying about |
|
Actually looking at the age and the changes of this request, it may be best to redo the request with the more up-to-date version of the app. |
|
close this due to we have a much better and up-to-date implement #2312 |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I've reworked the backup command to use a flat file that is used for file and folder exclusions in an attempt to allow admins to exclude files or folders from their backups. The idea being they can exclude game files that will be replaced by repairing the game server and it helps keep their backups smaller.
I've also added the necessary exclude file variable and a check for the "backupexclude.cfg" in the same fashion as "common.cfg" and "instance.cfg" so it should fold into current installations without issue.