Include rsync to the installed basic packages (#2067)

Some VPS providers strip this package from their Ubuntu 18.04 VM images. This will help avoid errors.
This commit is contained in:
Ilnahro 2021-12-01 00:50:01 +00:00 committed by github@kiekerjan.isdronken.nl
parent 3a739823af
commit e952a69486
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ done
#
# certbot installs EFF's certbot which we use to
# provision free TLS certificates.
apt_install duplicity python3-pip virtualenv certbot
apt_install duplicity python3-pip virtualenv certbot rsync
# b2sdk is used for backblaze backups.
# boto is used for amazon aws backups.