Skip to content

Commit

Permalink
Issue #58: add --safely option to backups (backup and snapshot) then …
Browse files Browse the repository at this point in the history
…let owner of system define subsequent backup semantics [ci skip]
  • Loading branch information
dalehenrich committed Mar 22, 2015
1 parent 0e571ec commit a19ec39
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tode/sys/default/client/scripts/installServerTode2
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bu backup tode.dbf
script --script=setUpSys
bu backup home.dbf
bu backup --safely tode.dbf # make a backup of initial tODE install
bu snapshot --safely tode.dbf # make a snapshot of initial tODE install
script --script=setUpSys # set up the in-image tODE /sys structure
bu backup --safely home.dbf # backup of initial tODE install with /sys structures in place

0 comments on commit a19ec39

Please sign in to comment.