Files
docker-infrastructure/paperless-ngx/mount-rclone.sh
Siddhartha Golu bc44e2c159 add paperless config
also add the rclone mount script which mounts the primary storage from backblaze b2
2023-08-11 18:21:53 +00:00

2 lines
487 B
Bash
Executable File

rclone mount backblaze:selfhost-backups/paperless-ngx/media /home/opc/paperless-ngx/media/ --no-checksum --use-server-modtime --no-gzip-encoding --no-update-modtime --no-seek --modify-window 2m --allow-other --allow-non-empty --dir-cache-time 30m --cache-read-retries 15 --cache-db-purge --timeout 30m --vfs-cache-mode full --vfs-read-chunk-size 2M --vfs-read-chunk-size-limit 5M --vfs-cache-max-age 30m --attr-timeout 20s --poll-interval 9m --vfs-cache-poll-interval 10m --daemon -vv &