From bb1489d783cc50b0253cbadd3f5d0ba750347acf Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Mon, 19 Jan 2015 13:21:16 +0000 Subject: Fixed up calls to trigger the snapshot. --- byteback-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byteback-backup') 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") -- cgit v1.2.1