aria2.conf/rclone.env

45 lines
1.3 KiB
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#
# https://github.com/P3TERX/aria2.conf
# File namerclone.env
# Description: RCLONE environment variables file
# Version: 2020.11.26
#
# For more information on RCLONE environment variables
# https://rclone.org/docs/#environment-variables
#
# RCLONE 配置文件路径
#RCLONE_CONFIG=$HOME/.config/rclone/rclone.conf
# RCLONE 配置文件密码
#RCLONE_CONFIG_PASS=
# RCLONE 速率限制(单位K,M,G)
#RCLONE_BWLIMIT=10M
# RCLONE 并行上传文件数,使用 Aria2 联动上传时仅适用于单个任务。
#RCLONE_TRANSFERS=4
# RCLONE 缓存大小。默认16M
# 理论上此项值越大文件传输速度越快。每个并行任务都将占用此大小的内存进行缓存,根据实际内存大小合理设置,设置得太大可能会导致进程中断。
#RCLONE_BUFFER_SIZE=16M
# RCLONE 上传失败重试次数默认3
#RCLONE_RETRIES=3
# RCLONE 上传失败重试等待时间(s, m, h),默认禁用
RCLONE_RETRIES_SLEEP=10s
# RCLONE 跳过错误继续上传。默认false
#RCLONE_IGNORE_ERRORS=true
# RCLONE 跳过已经存在的文件。默认false
#RCLONE_IGNORE_EXISTING=true
# RCLONE 实时显示传输进度。默认false每分钟显示一次
#RCLONE_PROGRESS=true
# RCLONE 代理设置
#HTTP_PROXY=localhost:1080
#HTTPS_PROXY=$HTTP_PROXY