StrangeLoopGames / EcoSuggestions

Repo for storing Eco game suggestions, separate from EcoIssues
34 stars 1 forks source link

[Server] Allow for customization of backup target #1311

Open BartonsGit opened 3 years ago

BartonsGit commented 3 years ago

I would love for the ability to choose a backup location outside of the default Storage folder. Being able to write to a separate disk / storage location.

Possible ideas could include the choice of backing up over network to a UNC path or to a different local disk.

Example: image

BartonsGit commented 3 years ago

Possibly perform NTFS/CHMOD check against backup target location to insure the backups will be capable of being placed into folder.

If permission error, alert user in interface/shell that the server cannot access the backup target location, and a backup will run locally with default configuration until it is resolved.