-
-
Notifications
You must be signed in to change notification settings - Fork 38
Backup with Google Drive
This plugin allows you to backup and restore files in UBA to your Google Drive account.
Files to be backed up are in the plugins/menu/GoogleDriveUtility/files_to_backup.txt
file. You can backup multiple files like:
marvelData/note.sqlite
marvelData/journal.sqlite
marvelData/highlights.sqlite
Open "Set Config Flags" window from menu.
Check the item "enablePlugins"
To backup files from UBA to Google drive, run the plugin "Google Drive Backup".
To restore files to UBA from Google drive, run the plugin "Google Drive Restore".
In case you want to automate file restoration from google drive each time UBA starts up, you can simply copy (copy, not move) the file "UniqueBible/plugins/menu/Google Drive Restore.py" to "UniqueBible/plugins/startup/".
In case you want to automate file backup to google drive each time UBA shuts down, you can simply copy (copy, not move) the file "UniqueBible/plugins/menu/Google Drive Backup.py" to "UniqueBible/plugins/shutdown/".
To offer an extra backup, UBA saves a copy of an the current file as with the _backup suffix before it is replaced by the google drive file being downloaded.
All backup files are located in the "UBA-backups" folder.