tests: Add more backup programs to remote image

This commit is contained in:
Jerome Charaoui 2020-12-31 11:16:06 -05:00
parent 48af920d95
commit df18da5dd9

2
Vagrantfile vendored
View File

@ -20,7 +20,7 @@ Vagrant.configure("2") do |config|
echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
locale-gen
apt-get update
apt-get install -y rdiff-backup borgbackup restic
apt-get install -y borgbackup duplicity rdiff-backup restic rsync
sed -i 's/^PasswordAuthentication no/PasswordAuthentication yes/' /etc/ssh/sshd_config
systemctl reload sshd
mkdir /tmp/backups