–include,–exclude,–include-from, –exclude-from,–filter,或–filter-from。尝试它们的最简单方法是使用 ls 命令, 或者–dry-run和v 一起运行。 模式 这个模式用于匹配基于 unix shell 使用的 “文件全局”的包含或排除文件。 如果模式以/开头,则它仅匹配目录树的顶层,相对于远程的根(不一定是本地驱动器...
--exclude-from <规则文件>:从文件添加包含规则 --include-from <规则文件>:从文件添加删除规则 --filter-from <规则文件>:从文件添加包含 / 排除规则。比如--filter-from filter-file.txt。 filter-file.txt示例: 代码语言:javascript 复制 -secret*.jpg+*.jpg+*.png+file2.avi-/dir/Trash/** + /dir/...
--include-from --files-from --min-size --max-size --min-age --max-age --dump-filtersSee the filtering section.Loggingrclone has 3 levels of logging, Error, Info and Debug.By default rclone logs Error and Info to standard error and Debug to standard output. This means you can redirect...
--include-from stringArray Read include patterns from file --log-file string Log everything to this file --log-level string Log level DEBUG|INFO|NOTICE|ERROR (default "INFO") --low-level-retries int Number of low level retries to do. (default 10) --max-age string Don't transfer...
详细介绍可以查看 Rclone 官网:https://rclone.org/。 功能 Rclone 支持以下功能: 将文件备份(和加密)到云存储 从云存储恢复(和解密)文件 将云数据镜像到其他云服务或本地 将数据迁移到云端,或在云存储供应商之间迁移 将多个、加密、缓存或多样化的云存储挂载为磁盘 ...
--metadata-include-from stringArray Read metadata include patterns from file (use - to read from stdin) --metadata-mapper SpaceSepList Program to run to transforming metadata before upload --metadata-set stringArray Add metadata key=value when uploading --metrics-addr stringArray IPaddress:Port ...
Rclone is an excellent tool which can help with all kinds of cloud storage tasks. Novices can quickly set up a batch file to copy or sync a folder or two, while experts can fine-tune operations with a stack of settings and options (include/ exclude filters, bandwidth limiting, deduplication...
--include-from --files-from --min-size --max-size --min-age --max-age --dump filters详见过滤章节.远程控制如果要查看如何远程控制:--rc 任何开头带 --rc- 的命令 参见远程控制章节.日志退出码退出码如下:0 - 成功 1 - 语法或语法错误 2 - 无法归类的错误 3 - 没找到文件夹 4 - 没找到文件...
* HeapSys: This is the amount of memory rclone has obtained from the OS * Sys: this is the total amount of memory requested from the OS * It is virtual memory so may include unused memory","Path":"core/memstats","Title":"Returns the memory statistics"}, ...
Rclone is versatile and can be executed directly from the command line, incorporated into automated scripts, or accessed via its robust API. This makes it a valuable tool for both individual users and developers looking to work effectively with cloud storage solutions. ...