-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Produce backups of critical files #6
Comments
I have written a bash script that zips up everything in the var/brit/matcher/store directory that contains all the wallet id files and the BRIT addresses given out per day. It is: create-brit-backup.sh in the top level of the BRIT server project It produces a file e.g.
There is now a cron.daily job running on the hamburg server to produce these backups daily. To do next is an rsync script that Jim / Gary can run from their machines to copy these files down to their machines to ensure there is a remote backup |
I have pushed a script "rsync-brit-jim.sh" which rsyncs the hamburg BRIT backups to a local directory: /var/brit/hamburg It's basically just an rsync and has the username 'jim' in it. This should get the job done for now. Awaiting review and closing. |
To remind myself to run the backup I have entered a line in my .bash_profile: Recently run ? : /Users/jim/IdeaProjects/bitcoin-solutions/brit-server/rsync-brit-jim.sh Then everytime I fire up a terminal I'll get a little reminder |
Just reviewed the script. It looks like it'll do the job on an ad hoc basis. Closing. |
Produce a timestamped zip file of critical files (e.g. wallet ids) for easy consumption for other processes (e.g. rsync)
The text was updated successfully, but these errors were encountered: