Programming talk:Brackup: Difference between revisions
From Robupixipedia
Jump to navigationJump to search
(first draft plan complete) |
(make it one list) |
||
Line 5: | Line 5: | ||
## make a small script (robfilecopy) to archive it via copy | ## make a small script (robfilecopy) to archive it via copy | ||
## make a small script (robbrackup) to archive it via brackup | ## make a small script (robbrackup) to archive it via brackup | ||
# first backup test | # first backup test | ||
## robfilecopy | ## robfilecopy | ||
Line 13: | Line 12: | ||
## restore the file from brackup | ## restore the file from brackup | ||
## do a diff on the files | ## do a diff on the files | ||
# first incremental test | # first incremental test | ||
## make a slight modification to the original | ## make a slight modification to the original | ||
Line 23: | Line 21: | ||
## restore the file from brackup | ## restore the file from brackup | ||
## do a diff on the files | ## do a diff on the files | ||
# first test with encryption | # first test with encryption | ||
## get gpg keys set up | ## get gpg keys set up | ||
Line 32: | Line 29: | ||
## restore the file from brackup | ## restore the file from brackup | ||
## do a diff on the files | ## do a diff on the files | ||
# first encrypted test to Amazon | # first encrypted test to Amazon | ||
## get Amazon keys set up | ## get Amazon keys set up | ||
Line 43: | Line 38: | ||
## restore the file from brackup | ## restore the file from brackup | ||
## do a diff on the files | ## do a diff on the files | ||
# set up a cron job | # set up a cron job | ||
# modify the file between cron jobs | # modify the file between cron jobs |
Revision as of 19:13, 24 August 2008
To Do
- initialize
- find a small dir to archive
- make a small script (robfilecopy) to archive it via copy
- make a small script (robbrackup) to archive it via brackup
- first backup test
- robfilecopy
- do a diff on the files
- robbrackup
- wipe the original file
- restore the file from brackup
- do a diff on the files
- first incremental test
- make a slight modification to the original
- rename robfilecopied version to .old
- robfilecopy again
- do a diff on the files
- robbrackup
- wipe the original file
- restore the file from brackup
- do a diff on the files
- first test with encryption
- get gpg keys set up
- robfilecopy
- do a diff on the files
- robbrackup
- wipe the original file
- restore the file from brackup
- do a diff on the files
- first encrypted test to Amazon
- get Amazon keys set up
- modify robbrackup to use Amazon as target
- robfilecopy
- do a diff on the files
- robbrackup
- wipe the original file
- restore the file from brackup
- do a diff on the files
- set up a cron job
- modify the file between cron jobs
- recover from Amazon
Did:
- download Brackup 1.6
- do a quick local file test