mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-23 03:02:32 +01:00
tests: Fix rsync config in Vagrantfile
This commit is contained in:
parent
851e319569
commit
1355d692ba
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -17,6 +17,6 @@ Vagrant.configure("2") do |config|
|
||||
SHELL
|
||||
config.vm.synced_folder ".", "/vagrant", type: "rsync",
|
||||
rsync__exclude: ".git/",
|
||||
rsync__args: ["--delete"]
|
||||
rsync__args: ["--recursive", "--delete"]
|
||||
config.vm.hostname = "bntest0"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user