rclone: Enable fast-list, WebDAV backups

Fast listing for B2 will help reduce chargeable `b2_list_file_names`
operations, with higher memory use as a trade-off. In addition, the
volume used by `rclone-webdav` is now handled via `container-volume`
and is therefore eligible for remote backups.
This commit is contained in:
Alex Palaistras 2024-04-02 16:51:21 +01:00
parent 6e2e0037e4
commit c07ea5d4c8
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Rclone WebDAV Server
[email protected] lldap.service
[email protected] lldap.service
[email protected] container-volume@%N.service lldap.service
[email protected] container-volume@%N.service lldap.service
[Container]
AutoUpdate=local

View File

@ -1,6 +1,7 @@
# Common configuration.
RCLONE_LOG_LEVEL=INFO
RCLONE_LINKS=true
RCLONE_FAST_LIST=true
# Configuration for LDAP authentication.
AUTH_LDAP_HOST=lldap