diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-01-19 13:21:16 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2015-01-19 13:21:16 +0000 |
commit | bb1489d783cc50b0253cbadd3f5d0ba750347acf (patch) | |
tree | 438eb4ef58a8046d98a5d5198cd76259147bdfac /byteback-backup | |
parent | b92141d597f786c91fa57647e3acb6f05d6f90ef (diff) |
Fixed up calls to trigger the snapshot.
Diffstat (limited to 'byteback-backup')
-rwxr-xr-x | byteback-backup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/byteback-backup b/byteback-backup index 20ef746..3b6a040 100755 --- a/byteback-backup +++ b/byteback-backup @@ -253,6 +253,6 @@ info("Backup completed, requesting snapshot") # Mark the backup as done on the other end # fatal("Backup could not be marked complete") unless - ssh("byteback-snapshot", "--snapshot", @verbose) == 0 + ssh("byteback-receive", "--complete", @verbose) == 0 info("Finished") |