#!/bin/bash
rclone mount \
--config=/root/.config/rclone/rclone.conf \
onfea: \
--allow-other \
--allow-non-empty \
--read-only \
--fast-list \
--dir-cache-time 8h \
--vfs-read-chunk-size 64M \
--vfs-read-chunk-size-limit 1024m \
--buffer-size 16M \
--vfs-cache-max-age 1h \
--vfs-cache-mode writes \
--log-level NOTICE \
--log-file /root/.config/rclone/rclone_mount.log \
--daemon /mnt/onfea
