OpenBazaar-Server
OpenBazaar-Server copied to clipboard
Manually Backup Database
- create a backup API, which accepts a password parameter that is used to encrypt the zipped backup file
- when the backup API is called, create a zipped, encrypted backup file with the provided password, save it to a standard location in the server directory, and return the URL of the backup file so the caller can copy it to a new location.
Related UI Issue: https://github.com/OpenBazaar/OpenBazaar-Client/issues/1574