make rclone master

This commit is contained in:
cy 2025-03-20 10:09:34 -04:00
parent 5cc48a3eb3
commit 02dc7351ef
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -44,15 +44,17 @@
--config ${config.sops.secrets."rclone/config".path} \ --config ${config.sops.secrets."rclone/config".path} \
--allow-other \ --allow-other \
--cache-dir /var/cache/rclone \ --cache-dir /var/cache/rclone \
--transfers=32 \ --transfers 32 \
--vfs-cache-mode full \ --vfs-cache-mode full \
--vfs-cache-min-free-space 5G \ --vfs-cache-min-free-space 5G \
--dir-cache-time 30d \ --dir-cache-time 30d \
--no-checksum \ --no-checksum \
--no-modtime \ --no-modtime \
--vfs-fast-fingerprint \ --vfs-fast-fingerprint \
--vfs-read-chunk-size 10M \ --vfs-read-chunk-size 4M \
--vfs-read-chunk-streams 32 \ --vfs-read-chunk-streams 64 \
--sftp-concurrency 128 \
--sftp-chunk-size 255k \
rsyncnet:garage /mnt/garage rsyncnet:garage /mnt/garage
''; '';
ExecStop = "${lib.getExe' pkgs.fuse "fusermount"} -u /mnt/garage"; ExecStop = "${lib.getExe' pkgs.fuse "fusermount"} -u /mnt/garage";