mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-09 20:32:38 +01:00
tests: Add more backup programs to remote image
This commit is contained in:
parent
48af920d95
commit
df18da5dd9
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user