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
2022-02-01 21:31:15 +01:00
committed by github@kiekerjan.isdronken.nl
parent 3a739823af
commit e952a69486
+1 -1
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.