summaryrefslogtreecommitdiff
path: root/bin/byteback-receive
diff options
context:
space:
mode:
Diffstat (limited to 'bin/byteback-receive')
-rwxr-xr-xbin/byteback-receive2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/byteback-receive b/bin/byteback-receive
index d6fce81..0d7d025 100755
--- a/bin/byteback-receive
+++ b/bin/byteback-receive
@@ -71,6 +71,8 @@ if (ARGV[0] == 'byteback-restore')
Dir.chdir(byteback_host)
+ args << "."
+
restore.results.each do |r|
args << File.join(".", r.snapshot, r.path)
end