2021年7月1日星期四

rclone mount 挂载命令收录

nano /etc/crontab

开机自启动

@reboot root rclone mount --allow-other --dir-cache-time 48h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 5G --buffer-size 256M --umask 002 --cache-dir=/tmp --vfs-cache-mode writes gdrive:video /mnt/gdrive --daemon 


rclone mount --allow-other --dir-cache-time 48h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit 10G --buffer-size 512M --umask 002 --bind 192.168.1.132 --cache-dir=/volume2/TestHd/vfs --vfs-cache-mode writes --log-level DEBUG --stats 1m crsjone:/  /volume2/TestHd/crsj5



没有评论:

发表评论

caddy反代下载文件

# 监听端口 51110,提供静态文件服务和目录浏览 :51110 {     root * /home/tls     encode gzip  # 只启用 gzip 压缩     file_server {         browse     }     # 使用提供的证书...