Skip to content

lwfcoin/lwf-snapshot-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

#lwf-snapshot

A bash script to automate backups for LWF blockchain
v0.2 For more information about LWF please visit - https://lwf.io

##Requisites - This script works with postgres and lwf_db, configured with LWF user - You need to have sudo privileges

##Installation Execute the following commands

cd ~/
git clone https://github.com/samuelpaulsun/lwf-snapshot
cd lwf-snapshot/
bash lwf-snapshot.sh help

##Available commands

- create
- restore
- log
- schedule
	- hourly
	- daily
	- weekly
	- monthly

###create Command create is for create new snapshot, example of usage:
bash lwf-snapshot.sh create
Automaticly will create a snapshot file in new folder called snapshot/.
Don't require to stop you node app.js instance.
Example of output:

   + Creating snapshot                                
  -------------------------------------------------- 
  OK snapshot created successfully at block  49037 ( 43 MB).

Also will create a line in the log, there you can see your snapshot at what block height was created.

###restore Command restore is for restore the last snapshot found it in snapshot/ folder.
Example of usage:
bash lwf-snapshot.sh restore

Automaticly will pick the last snapshot file in snapshot/ folder to restore the lwf_db.
If you want to restore a specific file please (for this version) delete or move the other files in snapshot/ folder.
You can use the log command to better pick up your restore file.

###log Display all the snapshots created.
Example of usage:
bash lwf-snapshot.sh log

Example of output:

   + Snapshot Log                                                                  
  --------------------------------------------------                               
  20-10-2016 - 20:59:06 -- Snapshot created successfully at block  48967 ( 43 MB)  
  20-10-2016 - 21:36:07 -- Snapshot created successfully at block  49037 ( 43 MB)  
  --------------------------------------------------END                            

###schedule Schedule snapshot creation periodically, with the available parameters:

- hourly
- daily
- weekly
- monthly

Example: bash lwf-snapshot.sh schedule daily


###Notice You will have a folder in ~/lwf-snapshot/ called snapshot/ where all your snapshots will be created and stored. If you want to use a snapshot from different place (official snapshot for example or other node) you will need to download the snapshot file (with prefix: lwf_db*) and copy it to the ~/lwf-snapshot/snapshot/ folder. After you copy the lwf_db*.tar file you can restore the blockchain with: bash lwf-snapshot.sh restore and will use the last file found in the snapshot/ folder.
If you use the schedule command be aware you will have a log file located in ~/lwf-snapshot/cron.log with this you will know what is happened with your schedule.

About

A bash script to automate backups for SHIFT blockchain

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%