DE 

//Cloudogu EcoSystem Docs

backup-watcher

small go application to handle backup and restore of the CES over etcd keys.

etcd keys:

/config/backup/active

/config/backup/time

/config/backup/startnow

/config/backup/start_restore_now

/config/backup/backup_list

build package:

make package -> /target/deb/backup-watcher_.deb

requirements:
  • etcd (3.x)
  • cesapp (>=0.25.1)
development:
  • go (1.11)
  • make (4.1)