diff options
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") |