opencode-skills-collection 3.1.12 → 3.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (770) hide show
  1. package/README.md +4 -6
  2. package/bundled-skills/.antigravity-install-manifest.json +195 -1
  3. package/bundled-skills/ab-testing/SKILL.md +368 -0
  4. package/bundled-skills/ab-testing/evals/evals.json +105 -0
  5. package/bundled-skills/ab-testing/references/sample-size-guide.md +263 -0
  6. package/bundled-skills/ab-testing/references/test-templates.md +277 -0
  7. package/bundled-skills/accint-commitments/SKILL.md +32 -0
  8. package/bundled-skills/accint-frames/SKILL.md +35 -0
  9. package/bundled-skills/accint-solve/SKILL.md +22 -192
  10. package/bundled-skills/add-app-clip/SKILL.md +297 -0
  11. package/bundled-skills/add-app-clip/agents/openai.yaml +4 -0
  12. package/bundled-skills/add-app-clip/references/native-module.md +96 -0
  13. package/bundled-skills/agent-memory/SKILL.md +84 -0
  14. package/bundled-skills/alternatives-pages/README.md +46 -0
  15. package/bundled-skills/alternatives-pages/SKILL.md +376 -0
  16. package/bundled-skills/analytics/SKILL.md +324 -0
  17. package/bundled-skills/analytics/evals/evals.json +90 -0
  18. package/bundled-skills/analytics/references/event-library.md +260 -0
  19. package/bundled-skills/analytics/references/ga4-implementation.md +300 -0
  20. package/bundled-skills/analytics/references/gtm-implementation.md +390 -0
  21. package/bundled-skills/anti-deception/SKILL.md +50 -0
  22. package/bundled-skills/api-analyzer/SKILL.md +101 -0
  23. package/bundled-skills/api-and-interface-design/SKILL.md +307 -0
  24. package/bundled-skills/api-designer/SKILL.md +167 -0
  25. package/bundled-skills/api-integration/SKILL.md +175 -0
  26. package/bundled-skills/api-onboarding/README.md +47 -0
  27. package/bundled-skills/api-onboarding/SKILL.md +473 -0
  28. package/bundled-skills/api-sdk-generator/SKILL.md +223 -0
  29. package/bundled-skills/appium-skill/SKILL.md +317 -0
  30. package/bundled-skills/applicationinsights-web-ts/SKILL.md +477 -0
  31. package/bundled-skills/automated-triage/SKILL.md +189 -0
  32. package/bundled-skills/aws-agentic-ai/SKILL.md +141 -0
  33. package/bundled-skills/aws-cdk-development/SKILL.md +275 -0
  34. package/bundled-skills/aws-cost-operations/SKILL.md +273 -0
  35. package/bundled-skills/aws-mcp-setup/SKILL.md +192 -0
  36. package/bundled-skills/aws-serverless-eda/SKILL.md +394 -0
  37. package/bundled-skills/aws-sst-development/SKILL.md +175 -0
  38. package/bundled-skills/azure-ai-language-conversations-py/SKILL.md +112 -0
  39. package/bundled-skills/azure-servicebus-rust/SKILL.md +182 -0
  40. package/bundled-skills/azure-storage-queue-rust/SKILL.md +178 -0
  41. package/bundled-skills/baseline-ui/SKILL.md +15 -10
  42. package/bundled-skills/before-you-build/SKILL.md +111 -0
  43. package/bundled-skills/brooks-audit/SKILL.md +49 -0
  44. package/bundled-skills/brooks-audit/architecture-guide.md +195 -0
  45. package/bundled-skills/brooks-audit/onboarding-guide.md +89 -0
  46. package/bundled-skills/brooks-debt/SKILL.md +42 -0
  47. package/bundled-skills/brooks-debt/debt-guide.md +125 -0
  48. package/bundled-skills/brooks-harness/SKILL.md +139 -0
  49. package/bundled-skills/brooks-review/SKILL.md +42 -0
  50. package/bundled-skills/brooks-review/pr-review-guide.md +163 -0
  51. package/bundled-skills/brooks-sweep/SKILL.md +44 -0
  52. package/bundled-skills/brooks-sweep/sweep-guide.md +264 -0
  53. package/bundled-skills/brooks-test/SKILL.md +41 -0
  54. package/bundled-skills/brooks-test/test-guide.md +147 -0
  55. package/bundled-skills/bug-hunt-swarm/SKILL.md +189 -0
  56. package/bundled-skills/bug-hunt-swarm/agents/openai.yaml +4 -0
  57. package/bundled-skills/building-native-ui/SKILL.md +77 -18
  58. package/bundled-skills/building-native-ui/agents/openai.yaml +4 -0
  59. package/bundled-skills/building-native-ui/references/animations.md +220 -0
  60. package/bundled-skills/building-native-ui/references/controls.md +270 -0
  61. package/bundled-skills/building-native-ui/references/form-sheet.md +253 -0
  62. package/bundled-skills/building-native-ui/references/gradients.md +106 -0
  63. package/bundled-skills/building-native-ui/references/icons.md +213 -0
  64. package/bundled-skills/building-native-ui/references/media.md +198 -0
  65. package/bundled-skills/building-native-ui/references/route-structure.md +229 -0
  66. package/bundled-skills/building-native-ui/references/search.md +248 -0
  67. package/bundled-skills/building-native-ui/references/storage.md +121 -0
  68. package/bundled-skills/building-native-ui/references/tabs.md +433 -0
  69. package/bundled-skills/building-native-ui/references/toolbar-and-headers.md +284 -0
  70. package/bundled-skills/building-native-ui/references/visual-effects.md +197 -0
  71. package/bundled-skills/building-native-ui/references/webgpu-three.md +605 -0
  72. package/bundled-skills/building-native-ui/references/zoom-transitions.md +158 -0
  73. package/bundled-skills/changelog-updates/README.md +53 -0
  74. package/bundled-skills/changelog-updates/SKILL.md +552 -0
  75. package/bundled-skills/ci-cd-and-automation/SKILL.md +403 -0
  76. package/bundled-skills/claimable-postgres/SKILL.md +91 -59
  77. package/bundled-skills/co-marketing/SKILL.md +301 -0
  78. package/bundled-skills/co-marketing/evals/evals.json +84 -0
  79. package/bundled-skills/code-review-and-quality/SKILL.md +394 -0
  80. package/bundled-skills/code-showcase-core-components/SKILL.md +281 -0
  81. package/bundled-skills/code-showcase-react-ui-patterns/SKILL.md +306 -0
  82. package/bundled-skills/code-showcase-systematic-debugging/SKILL.md +167 -0
  83. package/bundled-skills/code-showcase-testing-patterns/SKILL.md +276 -0
  84. package/bundled-skills/code-simplification/SKILL.md +344 -0
  85. package/bundled-skills/community-building/README.md +102 -0
  86. package/bundled-skills/community-building/SKILL.md +415 -0
  87. package/bundled-skills/competitor-profiling/SKILL.md +427 -0
  88. package/bundled-skills/competitor-profiling/evals/evals.json +85 -0
  89. package/bundled-skills/competitor-profiling/references/templates.md +167 -0
  90. package/bundled-skills/competitor-profiling/references/tool-reference.md +179 -0
  91. package/bundled-skills/competitor-tracking/README.md +40 -0
  92. package/bundled-skills/competitor-tracking/SKILL.md +322 -0
  93. package/bundled-skills/context-engineering/SKILL.md +302 -0
  94. package/bundled-skills/cro/SKILL.md +202 -0
  95. package/bundled-skills/cro/evals/evals.json +111 -0
  96. package/bundled-skills/cro/references/experiments.md +248 -0
  97. package/bundled-skills/cro/references/form.md +422 -0
  98. package/bundled-skills/cron-doctor/scripts/cron-engine.js +10 -7
  99. package/bundled-skills/cucumber-skill/SKILL.md +235 -0
  100. package/bundled-skills/customer-research/SKILL.md +287 -0
  101. package/bundled-skills/customer-research/evals/evals.json +162 -0
  102. package/bundled-skills/customer-research/references/source-guides.md +401 -0
  103. package/bundled-skills/cypress-skill/SKILL.md +235 -0
  104. package/bundled-skills/debugging-and-error-recovery/SKILL.md +313 -0
  105. package/bundled-skills/debugging-code/SKILL.md +284 -0
  106. package/bundled-skills/debugging-code/references/advanced-techniques.md +50 -0
  107. package/bundled-skills/debugging-code/references/installing-debuggers.md +67 -0
  108. package/bundled-skills/debugging-code/scripts/install-dap.sh +87 -0
  109. package/bundled-skills/deprecation-and-migration/SKILL.md +219 -0
  110. package/bundled-skills/design-philosophy/SKILL.md +40 -0
  111. package/bundled-skills/design-philosophy/reference.md +19 -0
  112. package/bundled-skills/design-spatial/SKILL.md +271 -0
  113. package/bundled-skills/design-spatial/scripts/layout-audit.js +138 -0
  114. package/bundled-skills/design-system/SKILL.md +140 -0
  115. package/bundled-skills/design-system/references/motion-choreography.md +111 -0
  116. package/bundled-skills/design-thinking/SKILL.md +109 -0
  117. package/bundled-skills/design-ux/SKILL.md +75 -0
  118. package/bundled-skills/dev-to-hashnode/README.md +62 -0
  119. package/bundled-skills/dev-to-hashnode/SKILL.md +399 -0
  120. package/bundled-skills/developer-advocacy/README.md +102 -0
  121. package/bundled-skills/developer-advocacy/SKILL.md +423 -0
  122. package/bundled-skills/developer-audience-context/README.md +61 -0
  123. package/bundled-skills/developer-audience-context/SKILL.md +271 -0
  124. package/bundled-skills/developer-audience-context/references/example-apitest.md +175 -0
  125. package/bundled-skills/developer-audience-context/references/template.md +152 -0
  126. package/bundled-skills/developer-churn/README.md +80 -0
  127. package/bundled-skills/developer-churn/SKILL.md +652 -0
  128. package/bundled-skills/developer-listening/README.md +30 -0
  129. package/bundled-skills/developer-listening/SKILL.md +232 -0
  130. package/bundled-skills/developer-newsletter/README.md +84 -0
  131. package/bundled-skills/developer-newsletter/SKILL.md +376 -0
  132. package/bundled-skills/developer-onboarding/README.md +35 -0
  133. package/bundled-skills/developer-onboarding/SKILL.md +530 -0
  134. package/bundled-skills/developer-sandbox/README.md +47 -0
  135. package/bundled-skills/developer-sandbox/SKILL.md +504 -0
  136. package/bundled-skills/developer-seo/README.md +36 -0
  137. package/bundled-skills/developer-seo/SKILL.md +296 -0
  138. package/bundled-skills/developer-signup-flow/README.md +36 -0
  139. package/bundled-skills/developer-signup-flow/SKILL.md +397 -0
  140. package/bundled-skills/devrel-content/README.md +81 -0
  141. package/bundled-skills/devrel-content/SKILL.md +428 -0
  142. package/bundled-skills/dispatch/SKILL.md +130 -0
  143. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  144. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  145. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  146. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  147. package/bundled-skills/docs/users/bundles.md +1 -1
  148. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  149. package/bundled-skills/docs/users/faq.md +1 -1
  150. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  151. package/bundled-skills/docs/users/getting-started.md +1 -1
  152. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  153. package/bundled-skills/docs/users/usage.md +8 -8
  154. package/bundled-skills/docs/users/visual-guide.md +8 -8
  155. package/bundled-skills/docs-as-marketing/README.md +37 -0
  156. package/bundled-skills/docs-as-marketing/SKILL.md +398 -0
  157. package/bundled-skills/documentation-and-adrs/SKILL.md +291 -0
  158. package/bundled-skills/doubt-driven-development/SKILL.md +256 -0
  159. package/bundled-skills/eas-update-insights/SKILL.md +232 -0
  160. package/bundled-skills/eas-update-insights/agents/openai.yaml +4 -0
  161. package/bundled-skills/eas-update-insights/references/channel-insights-schema.md +47 -0
  162. package/bundled-skills/eas-update-insights/references/update-insights-schema.md +69 -0
  163. package/bundled-skills/expo-api-routes/SKILL.md +9 -5
  164. package/bundled-skills/expo-api-routes/agents/openai.yaml +4 -0
  165. package/bundled-skills/expo-brownfield/SKILL.md +71 -0
  166. package/bundled-skills/expo-brownfield/agents/openai.yaml +4 -0
  167. package/bundled-skills/expo-brownfield/references/brownfield-integrated.md +526 -0
  168. package/bundled-skills/expo-brownfield/references/brownfield-isolated.md +402 -0
  169. package/bundled-skills/expo-brownfield/references/comparison.md +63 -0
  170. package/bundled-skills/expo-brownfield/references/troubleshooting.md +88 -0
  171. package/bundled-skills/expo-cicd-workflows/SKILL.md +18 -16
  172. package/bundled-skills/expo-cicd-workflows/agents/openai.yaml +4 -0
  173. package/bundled-skills/expo-cicd-workflows/scripts/fetch.js +109 -0
  174. package/bundled-skills/expo-cicd-workflows/scripts/package.json +11 -0
  175. package/bundled-skills/expo-cicd-workflows/scripts/validate.js +84 -0
  176. package/bundled-skills/expo-deployment/SKILL.md +157 -53
  177. package/bundled-skills/expo-deployment/agents/openai.yaml +4 -0
  178. package/bundled-skills/expo-deployment/references/app-store-metadata.md +497 -0
  179. package/bundled-skills/expo-deployment/references/ios-app-store.md +371 -0
  180. package/bundled-skills/expo-deployment/references/play-store.md +246 -0
  181. package/bundled-skills/expo-deployment/references/testflight.md +58 -0
  182. package/bundled-skills/expo-deployment/references/workflows.md +160 -0
  183. package/bundled-skills/expo-dev-client/SKILL.md +25 -14
  184. package/bundled-skills/expo-dev-client/agents/openai.yaml +4 -0
  185. package/bundled-skills/expo-examples/SKILL.md +111 -0
  186. package/bundled-skills/expo-examples/references/catalog.md +105 -0
  187. package/bundled-skills/expo-module/SKILL.md +152 -0
  188. package/bundled-skills/expo-module/agents/openai.yaml +4 -0
  189. package/bundled-skills/expo-module/references/config-plugin.md +90 -0
  190. package/bundled-skills/expo-module/references/create-expo-module.md +206 -0
  191. package/bundled-skills/expo-module/references/lifecycle.md +127 -0
  192. package/bundled-skills/expo-module/references/module-config.md +48 -0
  193. package/bundled-skills/expo-module/references/native-module.md +286 -0
  194. package/bundled-skills/expo-module/references/native-view.md +171 -0
  195. package/bundled-skills/expo-observe/SKILL.md +44 -0
  196. package/bundled-skills/expo-observe/references/metrics.md +47 -0
  197. package/bundled-skills/expo-observe/references/queries.md +342 -0
  198. package/bundled-skills/expo-observe/references/setup.md +255 -0
  199. package/bundled-skills/expo-tailwind-setup/SKILL.md +13 -10
  200. package/bundled-skills/expo-tailwind-setup/agents/openai.yaml +4 -0
  201. package/bundled-skills/expo-ui/SKILL.md +61 -0
  202. package/bundled-skills/expo-ui/agents/openai.yaml +4 -0
  203. package/bundled-skills/expo-ui/references/drop-in-replacements.md +27 -0
  204. package/bundled-skills/expo-ui/references/jetpack-compose.md +73 -0
  205. package/bundled-skills/expo-ui/references/swift-ui.md +73 -0
  206. package/bundled-skills/expo-ui/references/universal.md +73 -0
  207. package/bundled-skills/expo-ui/scripts/list-components.js +193 -0
  208. package/bundled-skills/faf-context/SKILL.md +106 -0
  209. package/bundled-skills/faf-go/SKILL.md +336 -0
  210. package/bundled-skills/fixing-accessibility/SKILL.md +16 -5
  211. package/bundled-skills/fixing-metadata/SKILL.md +18 -8
  212. package/bundled-skills/fixing-motion-performance/SKILL.md +17 -6
  213. package/bundled-skills/formik-patterns/SKILL.md +379 -0
  214. package/bundled-skills/free-tier-strategy/README.md +39 -0
  215. package/bundled-skills/free-tier-strategy/SKILL.md +462 -0
  216. package/bundled-skills/frontend-architecture/SKILL.md +419 -0
  217. package/bundled-skills/frontend-data-contracts/SKILL.md +331 -0
  218. package/bundled-skills/frontend-observability/SKILL.md +434 -0
  219. package/bundled-skills/frontend-optimistic-mutations/SKILL.md +278 -0
  220. package/bundled-skills/frontend-seo/SKILL.md +710 -0
  221. package/bundled-skills/frontend-slides-frontend-slides/SKILL.md +397 -0
  222. package/bundled-skills/frontend-ui-engineering/SKILL.md +341 -0
  223. package/bundled-skills/gemini-api-dev/SKILL.md +96 -53
  224. package/bundled-skills/gemini-live-api-dev/SKILL.md +339 -0
  225. package/bundled-skills/gemini-omni-flash-api/SKILL.md +335 -0
  226. package/bundled-skills/gemini-omni-flash-api/scripts/upload_file.py +218 -0
  227. package/bundled-skills/gemini-omni-flash-api/scripts/video/generate_video.py +439 -0
  228. package/bundled-skills/gemini-omni-flash-api/scripts/video/inspect_video.py +197 -0
  229. package/bundled-skills/gemini-omni-flash-api/scripts/video/prep_video.py +255 -0
  230. package/bundled-skills/gh-image/SKILL.md +10 -2
  231. package/bundled-skills/git-workflow-and-versioning/SKILL.md +313 -0
  232. package/bundled-skills/github-presence/README.md +67 -0
  233. package/bundled-skills/github-presence/SKILL.md +484 -0
  234. package/bundled-skills/graphql-schema/SKILL.md +309 -0
  235. package/bundled-skills/hf-mcp/SKILL.md +195 -0
  236. package/bundled-skills/hf-mem/SKILL.md +92 -0
  237. package/bundled-skills/hugging-face-cli/SKILL.md +155 -115
  238. package/bundled-skills/hugging-face-community-evals/SKILL.md +14 -7
  239. package/bundled-skills/hugging-face-dataset-viewer/SKILL.md +30 -37
  240. package/bundled-skills/hugging-face-gradio/SKILL.md +14 -7
  241. package/bundled-skills/hugging-face-model-trainer/SKILL.md +42 -11
  242. package/bundled-skills/hugging-face-model-trainer/references/gguf_conversion.md +5 -0
  243. package/bundled-skills/hugging-face-model-trainer/scripts/convert_to_gguf.py +57 -51
  244. package/bundled-skills/hugging-face-model-trainer/scripts/hf_benchmarks.py +659 -0
  245. package/bundled-skills/hugging-face-paper-publisher/SKILL.md +13 -6
  246. package/bundled-skills/hugging-face-papers/SKILL.md +12 -5
  247. package/bundled-skills/hugging-face-trackio/SKILL.md +11 -5
  248. package/bundled-skills/hugging-face-vision-trainer/SKILL.md +11 -5
  249. package/bundled-skills/huggingface-best/SKILL.md +143 -0
  250. package/bundled-skills/huggingface-local-models/SKILL.md +130 -0
  251. package/bundled-skills/huggingface-local-models/references/hardware.md +38 -0
  252. package/bundled-skills/huggingface-local-models/references/hub-discovery.md +178 -0
  253. package/bundled-skills/huggingface-local-models/references/quantization.md +256 -0
  254. package/bundled-skills/huggingface-lora-space-builder/SKILL.md +409 -0
  255. package/bundled-skills/huggingface-lora-space-builder/references/adapting-to-the-lora.md +113 -0
  256. package/bundled-skills/huggingface-lora-space-builder/references/base-models/krea-2.md +63 -0
  257. package/bundled-skills/huggingface-lora-space-builder/references/base-models/ltx.md +205 -0
  258. package/bundled-skills/huggingface-lora-space-builder/references/base-models/qwen-image.md +144 -0
  259. package/bundled-skills/huggingface-lora-space-builder/references/creative-mode.md +262 -0
  260. package/bundled-skills/huggingface-lora-space-builder/references/tasks.md +124 -0
  261. package/bundled-skills/huggingface-lora-space-builder/references/zerogpu-and-publishing.md +194 -0
  262. package/bundled-skills/huggingface-spaces/SKILL.md +247 -0
  263. package/bundled-skills/huggingface-spaces/references/buckets.md +89 -0
  264. package/bundled-skills/huggingface-spaces/references/debugging.md +234 -0
  265. package/bundled-skills/huggingface-spaces/references/gradio.md +171 -0
  266. package/bundled-skills/huggingface-spaces/references/grants.md +56 -0
  267. package/bundled-skills/huggingface-spaces/references/inference-providers.md +85 -0
  268. package/bundled-skills/huggingface-spaces/references/known-errors.md +232 -0
  269. package/bundled-skills/huggingface-spaces/references/requirements.md +153 -0
  270. package/bundled-skills/huggingface-spaces/references/zerogpu.md +276 -0
  271. package/bundled-skills/huggingface-tool-builder/SKILL.md +137 -0
  272. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.py +57 -0
  273. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.sh +40 -0
  274. package/bundled-skills/huggingface-tool-builder/references/baseline_hf_api.tsx +57 -0
  275. package/bundled-skills/huggingface-tool-builder/references/find_models_by_paper.sh +230 -0
  276. package/bundled-skills/huggingface-tool-builder/references/hf_enrich_models.sh +96 -0
  277. package/bundled-skills/huggingface-tool-builder/references/hf_model_card_frontmatter.sh +188 -0
  278. package/bundled-skills/huggingface-tool-builder/references/hf_model_papers_auth.sh +171 -0
  279. package/bundled-skills/huggingface-zerogpu/SKILL.md +306 -0
  280. package/bundled-skills/huggingface-zerogpu/references/concurrency.md +79 -0
  281. package/bundled-skills/huggingface-zerogpu/references/cuda-and-deps.md +66 -0
  282. package/bundled-skills/huggingface-zerogpu/references/how-quota-works.md +74 -0
  283. package/bundled-skills/huggingface-zerogpu/references/how-zerogpu-works.md +50 -0
  284. package/bundled-skills/hugo-to-markdown/SKILL.md +201 -0
  285. package/bundled-skills/hugo-to-markdown/agents/openai.yaml +4 -0
  286. package/bundled-skills/hugo-to-markdown/references/conversion-workflow.md +143 -0
  287. package/bundled-skills/hugo-to-markdown/references/front-matter-and-content.md +145 -0
  288. package/bundled-skills/hugo-to-markdown/references/links-assets-and-validation.md +106 -0
  289. package/bundled-skills/hugo-to-markdown/references/shortcodes-and-render-hooks.md +281 -0
  290. package/bundled-skills/hugo-to-markdown/scripts/check_standard_markdown.py +70 -0
  291. package/bundled-skills/hugo-to-markdown/scripts/inventory_hugo_rules.py +188 -0
  292. package/bundled-skills/hyperexecute-skill/SKILL.md +65 -0
  293. package/bundled-skills/idea-refine/SKILL.md +195 -0
  294. package/bundled-skills/idea-refine/examples.md +238 -0
  295. package/bundled-skills/idea-refine/frameworks.md +99 -0
  296. package/bundled-skills/idea-refine/refinement-criteria.md +113 -0
  297. package/bundled-skills/idea-refine/scripts/idea-refine.sh +15 -0
  298. package/bundled-skills/implement/SKILL.md +32 -0
  299. package/bundled-skills/incremental-implementation/SKILL.md +262 -0
  300. package/bundled-skills/jest-skill/SKILL.md +182 -0
  301. package/bundled-skills/junit-5-skill/SKILL.md +236 -0
  302. package/bundled-skills/logic-diff/SKILL.md +50 -0
  303. package/bundled-skills/logic-diff/logic-diff-guide.md +75 -0
  304. package/bundled-skills/logic-explain/SKILL.md +50 -0
  305. package/bundled-skills/logic-explain/logic-explain-guide.md +74 -0
  306. package/bundled-skills/logic-fix-all/SKILL.md +87 -0
  307. package/bundled-skills/logic-fix-all/guide-phases-0-2-consent-scope-health.md +113 -0
  308. package/bundled-skills/logic-fix-all/guide-phases-3-5-review-locate-clarify.md +47 -0
  309. package/bundled-skills/logic-fix-all/guide-phases-6-9-fix-iterate-report.md +143 -0
  310. package/bundled-skills/logic-fix-all/logic-fix-all-guide.md +60 -0
  311. package/bundled-skills/logic-locate/SKILL.md +52 -0
  312. package/bundled-skills/logic-locate/logic-locate-guide.md +85 -0
  313. package/bundled-skills/logic-review/SKILL.md +100 -0
  314. package/bundled-skills/logic-review/logic-review-guide.md +296 -0
  315. package/bundled-skills/longbridge-content/SKILL.md +87 -0
  316. package/bundled-skills/longbridge-fundamentals/SKILL.md +134 -0
  317. package/bundled-skills/longbridge-market-data/SKILL.md +129 -0
  318. package/bundled-skills/loopy/SKILL.md +289 -0
  319. package/bundled-skills/loopy/agents/openai.yaml +4 -0
  320. package/bundled-skills/loopy/references/audit.md +61 -0
  321. package/bundled-skills/loopy/references/debrief.md +43 -0
  322. package/bundled-skills/loopy/references/discover.md +72 -0
  323. package/bundled-skills/loopy/references/publish.md +65 -0
  324. package/bundled-skills/loopy/references/run.md +73 -0
  325. package/bundled-skills/marketing-plan/SKILL.md +283 -0
  326. package/bundled-skills/marketing-plan/evals/evals.json +96 -0
  327. package/bundled-skills/marketing-plan/references/aarrr-framework.md +180 -0
  328. package/bundled-skills/marketing-plan/references/budget-planning.md +168 -0
  329. package/bundled-skills/marketing-plan/references/client-types.md +373 -0
  330. package/bundled-skills/marketing-plan/references/current-state-rubric.md +255 -0
  331. package/bundled-skills/marketing-plan/references/example-quietude.md +972 -0
  332. package/bundled-skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  333. package/bundled-skills/marketing-plan/references/growth-patterns.md +148 -0
  334. package/bundled-skills/marketing-plan/references/idea-cross-reference.md +265 -0
  335. package/bundled-skills/marketing-plan/references/measurement-framework.md +213 -0
  336. package/bundled-skills/marketing-plan/references/methodology.md +363 -0
  337. package/bundled-skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  338. package/bundled-skills/marketing-plan/references/plan-template.md +494 -0
  339. package/bundled-skills/marketing-plan/references/team-and-agency-model.md +278 -0
  340. package/bundled-skills/mdpr-skill/SKILL.md +233 -0
  341. package/bundled-skills/monte-carlo-analyze-root-cause/SKILL.md +229 -0
  342. package/bundled-skills/monte-carlo-asset-health/SKILL.md +200 -0
  343. package/bundled-skills/monte-carlo-monitoring-advisor/SKILL.md +317 -0
  344. package/bundled-skills/monte-carlo-performance-diagnosis/SKILL.md +153 -0
  345. package/bundled-skills/monte-carlo-remediation/SKILL.md +359 -0
  346. package/bundled-skills/monte-carlo-storage-cost-analysis/SKILL.md +162 -0
  347. package/bundled-skills/native-data-fetching/SKILL.md +11 -8
  348. package/bundled-skills/native-data-fetching/agents/openai.yaml +4 -0
  349. package/bundled-skills/native-data-fetching/references/expo-router-loaders.md +341 -0
  350. package/bundled-skills/neon-ai-gateway/SKILL.md +237 -0
  351. package/bundled-skills/neon-functions/SKILL.md +465 -0
  352. package/bundled-skills/neon-functions/references/ai-sdk.md +139 -0
  353. package/bundled-skills/neon-functions/references/hono-websockets.md +145 -0
  354. package/bundled-skills/neon-functions/references/mastra-studio.md +132 -0
  355. package/bundled-skills/neon-functions/references/mcp.md +137 -0
  356. package/bundled-skills/neon-functions/references/sentry.md +131 -0
  357. package/bundled-skills/neon-functions/references/sse.md +143 -0
  358. package/bundled-skills/neon-object-storage/SKILL.md +200 -0
  359. package/bundled-skills/neon-postgres/SKILL.md +234 -469
  360. package/bundled-skills/neon-postgres-branches/SKILL.md +292 -0
  361. package/bundled-skills/neon-postgres-egress-optimizer/SKILL.md +256 -0
  362. package/bundled-skills/newman-cicd-integration/SKILL.md +330 -0
  363. package/bundled-skills/observability-and-instrumentation/SKILL.md +216 -0
  364. package/bundled-skills/odw/SKILL.md +57 -0
  365. package/bundled-skills/offers/SKILL.md +168 -0
  366. package/bundled-skills/offers/references/bonus-stacking.md +150 -0
  367. package/bundled-skills/offers/references/examples.md +215 -0
  368. package/bundled-skills/offers/references/guarantee-design.md +172 -0
  369. package/bundled-skills/offers/references/offer-anatomy.md +203 -0
  370. package/bundled-skills/offers/references/offer-formats.md +240 -0
  371. package/bundled-skills/offers/references/scarcity-urgency.md +175 -0
  372. package/bundled-skills/offers/references/value-equation.md +134 -0
  373. package/bundled-skills/onboarding/SKILL.md +235 -0
  374. package/bundled-skills/onboarding/evals/evals.json +92 -0
  375. package/bundled-skills/onboarding/references/experiments.md +258 -0
  376. package/bundled-skills/open-source-marketing/README.md +100 -0
  377. package/bundled-skills/open-source-marketing/SKILL.md +466 -0
  378. package/bundled-skills/openapi-spec-generator/SKILL.md +335 -0
  379. package/bundled-skills/performance-optimization/SKILL.md +363 -0
  380. package/bundled-skills/planning-and-task-breakdown/SKILL.md +240 -0
  381. package/bundled-skills/polis-protocol-a-self-optimizing-city-of-agents/SKILL.md +170 -0
  382. package/bundled-skills/postgresql-cli/SKILL.md +498 -0
  383. package/bundled-skills/postgresql-cli/references/cli-options-and-variables.md +444 -0
  384. package/bundled-skills/postgresql-cli/references/meta-commands-core.md +466 -0
  385. package/bundled-skills/postgresql-cli/references/meta-commands-formatting.md +154 -0
  386. package/bundled-skills/postgresql-cli/references/meta-commands-inspection.md +134 -0
  387. package/bundled-skills/postgresql-cli/references/tips-advanced.md +289 -0
  388. package/bundled-skills/postgresql-cli/references/tips-workflows.md +407 -0
  389. package/bundled-skills/postman-collection-generator/SKILL.md +184 -0
  390. package/bundled-skills/postman-newman-automation/SKILL.md +311 -0
  391. package/bundled-skills/postman-openapi-converter/SKILL.md +174 -0
  392. package/bundled-skills/power-user-cultivation/README.md +78 -0
  393. package/bundled-skills/power-user-cultivation/SKILL.md +598 -0
  394. package/bundled-skills/pricing/SKILL.md +246 -0
  395. package/bundled-skills/pricing/evals/evals.json +90 -0
  396. package/bundled-skills/pricing/references/research-methods.md +152 -0
  397. package/bundled-skills/pricing/references/tier-structure.md +232 -0
  398. package/bundled-skills/privacy-mask/SKILL.md +96 -0
  399. package/bundled-skills/product-marketing/SKILL.md +256 -0
  400. package/bundled-skills/product-marketing/evals/evals.json +85 -0
  401. package/bundled-skills/public-relations/SKILL.md +146 -0
  402. package/bundled-skills/public-relations/references/journalist-pitching.md +368 -0
  403. package/bundled-skills/public-relations/references/media-outlets.md +207 -0
  404. package/bundled-skills/public-relations/references/newsjacking.md +218 -0
  405. package/bundled-skills/public-relations/references/press-platforms.md +188 -0
  406. package/bundled-skills/puppeteer-skill/SKILL.md +143 -0
  407. package/bundled-skills/pytest-skill/SKILL.md +201 -0
  408. package/bundled-skills/rclone-cli/SKILL.md +351 -0
  409. package/bundled-skills/rclone-cli/references/bisync.md +2003 -0
  410. package/bundled-skills/rclone-cli/references/cache.md +726 -0
  411. package/bundled-skills/rclone-cli/references/chunker.md +484 -0
  412. package/bundled-skills/rclone-cli/references/combine.md +187 -0
  413. package/bundled-skills/rclone-cli/references/commands/rclone.md +1169 -0
  414. package/bundled-skills/rclone-cli/references/commands/rclone_about.md +89 -0
  415. package/bundled-skills/rclone-cli/references/commands/rclone_archive.md +49 -0
  416. package/bundled-skills/rclone-cli/references/commands/rclone_archive_create.md +97 -0
  417. package/bundled-skills/rclone-cli/references/commands/rclone_archive_extract.md +83 -0
  418. package/bundled-skills/rclone-cli/references/commands/rclone_archive_list.md +98 -0
  419. package/bundled-skills/rclone-cli/references/commands/rclone_authorize.md +53 -0
  420. package/bundled-skills/rclone-cli/references/commands/rclone_backend.md +82 -0
  421. package/bundled-skills/rclone-cli/references/commands/rclone_bisync.md +160 -0
  422. package/bundled-skills/rclone-cli/references/commands/rclone_cat.md +122 -0
  423. package/bundled-skills/rclone-cli/references/commands/rclone_check.md +134 -0
  424. package/bundled-skills/rclone-cli/references/commands/rclone_checksum.md +120 -0
  425. package/bundled-skills/rclone-cli/references/commands/rclone_cleanup.md +49 -0
  426. package/bundled-skills/rclone-cli/references/commands/rclone_completion.md +40 -0
  427. package/bundled-skills/rclone-cli/references/commands/rclone_completion_bash.md +70 -0
  428. package/bundled-skills/rclone-cli/references/commands/rclone_completion_fish.md +57 -0
  429. package/bundled-skills/rclone-cli/references/commands/rclone_completion_powershell.md +49 -0
  430. package/bundled-skills/rclone-cli/references/commands/rclone_completion_zsh.md +57 -0
  431. package/bundled-skills/rclone-cli/references/commands/rclone_config.md +56 -0
  432. package/bundled-skills/rclone-cli/references/commands/rclone_config_create.md +150 -0
  433. package/bundled-skills/rclone-cli/references/commands/rclone_config_delete.md +33 -0
  434. package/bundled-skills/rclone-cli/references/commands/rclone_config_disconnect.md +40 -0
  435. package/bundled-skills/rclone-cli/references/commands/rclone_config_dump.md +33 -0
  436. package/bundled-skills/rclone-cli/references/commands/rclone_config_edit.md +39 -0
  437. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption.md +36 -0
  438. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_check.md +43 -0
  439. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_remove.md +44 -0
  440. package/bundled-skills/rclone-cli/references/commands/rclone_config_encryption_set.md +54 -0
  441. package/bundled-skills/rclone-cli/references/commands/rclone_config_file.md +33 -0
  442. package/bundled-skills/rclone-cli/references/commands/rclone_config_password.md +49 -0
  443. package/bundled-skills/rclone-cli/references/commands/rclone_config_paths.md +33 -0
  444. package/bundled-skills/rclone-cli/references/commands/rclone_config_providers.md +33 -0
  445. package/bundled-skills/rclone-cli/references/commands/rclone_config_reconnect.md +40 -0
  446. package/bundled-skills/rclone-cli/references/commands/rclone_config_redacted.md +45 -0
  447. package/bundled-skills/rclone-cli/references/commands/rclone_config_show.md +33 -0
  448. package/bundled-skills/rclone-cli/references/commands/rclone_config_string.md +57 -0
  449. package/bundled-skills/rclone-cli/references/commands/rclone_config_touch.md +33 -0
  450. package/bundled-skills/rclone-cli/references/commands/rclone_config_update.md +150 -0
  451. package/bundled-skills/rclone-cli/references/commands/rclone_config_userinfo.md +38 -0
  452. package/bundled-skills/rclone-cli/references/commands/rclone_convmv.md +440 -0
  453. package/bundled-skills/rclone-cli/references/commands/rclone_copy.md +258 -0
  454. package/bundled-skills/rclone-cli/references/commands/rclone_copyto.md +219 -0
  455. package/bundled-skills/rclone-cli/references/commands/rclone_copyurl.md +91 -0
  456. package/bundled-skills/rclone-cli/references/commands/rclone_cryptcheck.md +141 -0
  457. package/bundled-skills/rclone-cli/references/commands/rclone_cryptdecode.md +51 -0
  458. package/bundled-skills/rclone-cli/references/commands/rclone_dedupe.md +166 -0
  459. package/bundled-skills/rclone-cli/references/commands/rclone_delete.md +117 -0
  460. package/bundled-skills/rclone-cli/references/commands/rclone_deletefile.md +50 -0
  461. package/bundled-skills/rclone-cli/references/commands/rclone_gendocs.md +39 -0
  462. package/bundled-skills/rclone-cli/references/commands/rclone_gitannex.md +113 -0
  463. package/bundled-skills/rclone-cli/references/commands/rclone_hashsum.md +120 -0
  464. package/bundled-skills/rclone-cli/references/commands/rclone_link.md +60 -0
  465. package/bundled-skills/rclone-cli/references/commands/rclone_listremotes.md +55 -0
  466. package/bundled-skills/rclone-cli/references/commands/rclone_ls.md +114 -0
  467. package/bundled-skills/rclone-cli/references/commands/rclone_lsd.md +127 -0
  468. package/bundled-skills/rclone-cli/references/commands/rclone_lsf.md +241 -0
  469. package/bundled-skills/rclone-cli/references/commands/rclone_lsjson.md +195 -0
  470. package/bundled-skills/rclone-cli/references/commands/rclone_lsl.md +115 -0
  471. package/bundled-skills/rclone-cli/references/commands/rclone_md5sum.md +96 -0
  472. package/bundled-skills/rclone-cli/references/commands/rclone_mkdir.md +43 -0
  473. package/bundled-skills/rclone-cli/references/commands/rclone_mount.md +1105 -0
  474. package/bundled-skills/rclone-cli/references/commands/rclone_move.md +223 -0
  475. package/bundled-skills/rclone-cli/references/commands/rclone_moveto.md +218 -0
  476. package/bundled-skills/rclone-cli/references/commands/rclone_ncdu.md +140 -0
  477. package/bundled-skills/rclone-cli/references/commands/rclone_nfsmount.md +1111 -0
  478. package/bundled-skills/rclone-cli/references/commands/rclone_obscure.md +60 -0
  479. package/bundled-skills/rclone-cli/references/commands/rclone_purge.md +58 -0
  480. package/bundled-skills/rclone-cli/references/commands/rclone_rc.md +111 -0
  481. package/bundled-skills/rclone-cli/references/commands/rclone_rcat.md +79 -0
  482. package/bundled-skills/rclone-cli/references/commands/rclone_rcd.md +219 -0
  483. package/bundled-skills/rclone-cli/references/commands/rclone_rmdir.md +52 -0
  484. package/bundled-skills/rclone-cli/references/commands/rclone_rmdirs.md +66 -0
  485. package/bundled-skills/rclone-cli/references/commands/rclone_selfupdate.md +91 -0
  486. package/bundled-skills/rclone-cli/references/commands/rclone_serve.md +61 -0
  487. package/bundled-skills/rclone-cli/references/commands/rclone_serve_dlna.md +619 -0
  488. package/bundled-skills/rclone-cli/references/commands/rclone_serve_docker.md +653 -0
  489. package/bundled-skills/rclone-cli/references/commands/rclone_serve_ftp.md +698 -0
  490. package/bundled-skills/rclone-cli/references/commands/rclone_serve_http.md +837 -0
  491. package/bundled-skills/rclone-cli/references/commands/rclone_serve_nfs.md +670 -0
  492. package/bundled-skills/rclone-cli/references/commands/rclone_serve_restic.md +246 -0
  493. package/bundled-skills/rclone-cli/references/commands/rclone_serve_s3.md +867 -0
  494. package/bundled-skills/rclone-cli/references/commands/rclone_serve_sftp.md +745 -0
  495. package/bundled-skills/rclone-cli/references/commands/rclone_serve_webdav.md +896 -0
  496. package/bundled-skills/rclone-cli/references/commands/rclone_settier.md +63 -0
  497. package/bundled-skills/rclone-cli/references/commands/rclone_sha1sum.md +99 -0
  498. package/bundled-skills/rclone-cli/references/commands/rclone_size.md +94 -0
  499. package/bundled-skills/rclone-cli/references/commands/rclone_sync.md +252 -0
  500. package/bundled-skills/rclone-cli/references/commands/rclone_test.md +51 -0
  501. package/bundled-skills/rclone-cli/references/commands/rclone_test_changenotify.md +34 -0
  502. package/bundled-skills/rclone-cli/references/commands/rclone_test_histogram.md +41 -0
  503. package/bundled-skills/rclone-cli/references/commands/rclone_test_info.md +51 -0
  504. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefile.md +39 -0
  505. package/bundled-skills/rclone-cli/references/commands/rclone_test_makefiles.md +47 -0
  506. package/bundled-skills/rclone-cli/references/commands/rclone_test_memory.md +33 -0
  507. package/bundled-skills/rclone-cli/references/commands/rclone_test_speed.md +66 -0
  508. package/bundled-skills/rclone-cli/references/commands/rclone_touch.md +110 -0
  509. package/bundled-skills/rclone-cli/references/commands/rclone_tree.md +121 -0
  510. package/bundled-skills/rclone-cli/references/commands/rclone_version.md +83 -0
  511. package/bundled-skills/rclone-cli/references/crypt.md +844 -0
  512. package/bundled-skills/rclone-cli/references/docker.md +615 -0
  513. package/bundled-skills/rclone-cli/references/faq.md +364 -0
  514. package/bundled-skills/rclone-cli/references/filtering.md +991 -0
  515. package/bundled-skills/rclone-cli/references/flags.md +1221 -0
  516. package/bundled-skills/rclone-cli/references/hasher.md +383 -0
  517. package/bundled-skills/rclone-cli/references/install.md +686 -0
  518. package/bundled-skills/rclone-cli/references/overview.md +620 -0
  519. package/bundled-skills/rclone-cli/references/providers/alias.md +141 -0
  520. package/bundled-skills/rclone-cli/references/providers/archive.md +287 -0
  521. package/bundled-skills/rclone-cli/references/providers/azureblob.md +1140 -0
  522. package/bundled-skills/rclone-cli/references/providers/azurefiles.md +834 -0
  523. package/bundled-skills/rclone-cli/references/providers/b2.md +879 -0
  524. package/bundled-skills/rclone-cli/references/providers/box.md +573 -0
  525. package/bundled-skills/rclone-cli/references/providers/cloudinary.md +259 -0
  526. package/bundled-skills/rclone-cli/references/providers/compress.md +222 -0
  527. package/bundled-skills/rclone-cli/references/providers/drime.md +319 -0
  528. package/bundled-skills/rclone-cli/references/providers/drive.md +2032 -0
  529. package/bundled-skills/rclone-cli/references/providers/dropbox.md +661 -0
  530. package/bundled-skills/rclone-cli/references/providers/fichier.md +230 -0
  531. package/bundled-skills/rclone-cli/references/providers/filefabric.md +298 -0
  532. package/bundled-skills/rclone-cli/references/providers/filelu.md +256 -0
  533. package/bundled-skills/rclone-cli/references/providers/filen.md +243 -0
  534. package/bundled-skills/rclone-cli/references/providers/filescom.md +209 -0
  535. package/bundled-skills/rclone-cli/references/providers/ftp.md +621 -0
  536. package/bundled-skills/rclone-cli/references/providers/gofile.md +274 -0
  537. package/bundled-skills/rclone-cli/references/providers/googlecloudstorage.md +846 -0
  538. package/bundled-skills/rclone-cli/references/providers/googlephotos.md +676 -0
  539. package/bundled-skills/rclone-cli/references/providers/hdfs.md +263 -0
  540. package/bundled-skills/rclone-cli/references/providers/hidrive.md +487 -0
  541. package/bundled-skills/rclone-cli/references/providers/http.md +323 -0
  542. package/bundled-skills/rclone-cli/references/providers/iclouddrive.md +212 -0
  543. package/bundled-skills/rclone-cli/references/providers/internetarchive.md +355 -0
  544. package/bundled-skills/rclone-cli/references/providers/internxt.md +189 -0
  545. package/bundled-skills/rclone-cli/references/providers/jottacloud.md +604 -0
  546. package/bundled-skills/rclone-cli/references/providers/koofr.md +395 -0
  547. package/bundled-skills/rclone-cli/references/providers/linkbox.md +117 -0
  548. package/bundled-skills/rclone-cli/references/providers/local.md +749 -0
  549. package/bundled-skills/rclone-cli/references/providers/mailru.md +470 -0
  550. package/bundled-skills/rclone-cli/references/providers/mega.md +361 -0
  551. package/bundled-skills/rclone-cli/references/providers/memory.md +109 -0
  552. package/bundled-skills/rclone-cli/references/providers/netstorage.md +371 -0
  553. package/bundled-skills/rclone-cli/references/providers/onedrive.md +1322 -0
  554. package/bundled-skills/rclone-cli/references/providers/opendrive.md +222 -0
  555. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/_index.md +932 -0
  556. package/bundled-skills/rclone-cli/references/providers/oracleobjectstorage/tutorial_mount.md +503 -0
  557. package/bundled-skills/rclone-cli/references/providers/pcloud.md +373 -0
  558. package/bundled-skills/rclone-cli/references/providers/pikpak.md +373 -0
  559. package/bundled-skills/rclone-cli/references/providers/pixeldrain.md +182 -0
  560. package/bundled-skills/rclone-cli/references/providers/premiumizeme.md +253 -0
  561. package/bundled-skills/rclone-cli/references/providers/protondrive.md +397 -0
  562. package/bundled-skills/rclone-cli/references/providers/putio.md +246 -0
  563. package/bundled-skills/rclone-cli/references/providers/qingstor.md +346 -0
  564. package/bundled-skills/rclone-cli/references/providers/quatrix.md +295 -0
  565. package/bundled-skills/rclone-cli/references/providers/s3.md +9687 -0
  566. package/bundled-skills/rclone-cli/references/providers/seafile.md +432 -0
  567. package/bundled-skills/rclone-cli/references/providers/sftp.md +1277 -0
  568. package/bundled-skills/rclone-cli/references/providers/shade.md +267 -0
  569. package/bundled-skills/rclone-cli/references/providers/sharefile.md +357 -0
  570. package/bundled-skills/rclone-cli/references/providers/sia.md +223 -0
  571. package/bundled-skills/rclone-cli/references/providers/smb.md +309 -0
  572. package/bundled-skills/rclone-cli/references/providers/storj.md +503 -0
  573. package/bundled-skills/rclone-cli/references/providers/sugarsync.md +305 -0
  574. package/bundled-skills/rclone-cli/references/providers/swift.md +744 -0
  575. package/bundled-skills/rclone-cli/references/providers/ulozto.md +283 -0
  576. package/bundled-skills/rclone-cli/references/providers/webdav.md +565 -0
  577. package/bundled-skills/rclone-cli/references/providers/yandex.md +283 -0
  578. package/bundled-skills/rclone-cli/references/providers/zoho.md +305 -0
  579. package/bundled-skills/rclone-cli/references/rc.md +2725 -0
  580. package/bundled-skills/rclone-cli/references/union.md +336 -0
  581. package/bundled-skills/rclone-cli/references/usage.md +3555 -0
  582. package/bundled-skills/rclone-cli/scripts/install.sh +204 -0
  583. package/bundled-skills/redis-cli/SKILL.md +392 -0
  584. package/bundled-skills/redis-cli/references/advanced-features.md +338 -0
  585. package/bundled-skills/redis-cli/references/connection-and-options.md +258 -0
  586. package/bundled-skills/redis-cli/references/data-query-commands.md +417 -0
  587. package/bundled-skills/redis-cli/references/inspection-and-monitoring.md +309 -0
  588. package/bundled-skills/redis-cli/references/key-management.md +252 -0
  589. package/bundled-skills/redis-cli/references/module-data-types.md +429 -0
  590. package/bundled-skills/redis-cli/references/server-administration.md +366 -0
  591. package/bundled-skills/repo-maintainer/SKILL.md +480 -0
  592. package/bundled-skills/resolving-merge-conflicts/SKILL.md +32 -0
  593. package/bundled-skills/review-and-simplify-changes/SKILL.md +202 -0
  594. package/bundled-skills/review-swarm/SKILL.md +185 -0
  595. package/bundled-skills/review-swarm/agents/openai.yaml +4 -0
  596. package/bundled-skills/riffkit/SKILL.md +122 -0
  597. package/bundled-skills/robot-framework-skill/SKILL.md +153 -0
  598. package/bundled-skills/sdk-dx/README.md +39 -0
  599. package/bundled-skills/sdk-dx/SKILL.md +541 -0
  600. package/bundled-skills/security-and-hardening/SKILL.md +474 -0
  601. package/bundled-skills/selenium-skill/SKILL.md +258 -0
  602. package/bundled-skills/shipping-and-launch/SKILL.md +323 -0
  603. package/bundled-skills/smartui-skill/SKILL.md +149 -0
  604. package/bundled-skills/source-driven-development/SKILL.md +207 -0
  605. package/bundled-skills/spec-driven-development/SKILL.md +217 -0
  606. package/bundled-skills/sql-sentinel/SKILL.md +12 -3
  607. package/bundled-skills/styleseed-design-review/SKILL.md +126 -0
  608. package/bundled-skills/supabase/CHANGELOG.md +35 -0
  609. package/bundled-skills/supabase/SKILL.md +149 -0
  610. package/bundled-skills/supabase/assets/feedback-issue-template.md +17 -0
  611. package/bundled-skills/supabase/references/skill-feedback.md +17 -0
  612. package/bundled-skills/supabase-postgres-best-practices/CHANGELOG.md +29 -0
  613. package/bundled-skills/supabase-postgres-best-practices/SKILL.md +74 -0
  614. package/bundled-skills/supabase-postgres-best-practices/references/_contributing.md +170 -0
  615. package/bundled-skills/supabase-postgres-best-practices/references/_sections.md +39 -0
  616. package/bundled-skills/supabase-postgres-best-practices/references/_template.md +34 -0
  617. package/bundled-skills/supabase-postgres-best-practices/references/advanced-full-text-search.md +55 -0
  618. package/bundled-skills/supabase-postgres-best-practices/references/advanced-jsonb-indexing.md +49 -0
  619. package/bundled-skills/supabase-postgres-best-practices/references/conn-idle-timeout.md +46 -0
  620. package/bundled-skills/supabase-postgres-best-practices/references/conn-limits.md +44 -0
  621. package/bundled-skills/supabase-postgres-best-practices/references/conn-pooling.md +41 -0
  622. package/bundled-skills/supabase-postgres-best-practices/references/conn-prepared-statements.md +46 -0
  623. package/bundled-skills/supabase-postgres-best-practices/references/data-batch-inserts.md +54 -0
  624. package/bundled-skills/supabase-postgres-best-practices/references/data-n-plus-one.md +53 -0
  625. package/bundled-skills/supabase-postgres-best-practices/references/data-pagination.md +50 -0
  626. package/bundled-skills/supabase-postgres-best-practices/references/data-upsert.md +50 -0
  627. package/bundled-skills/supabase-postgres-best-practices/references/lock-advisory.md +56 -0
  628. package/bundled-skills/supabase-postgres-best-practices/references/lock-deadlock-prevention.md +68 -0
  629. package/bundled-skills/supabase-postgres-best-practices/references/lock-short-transactions.md +50 -0
  630. package/bundled-skills/supabase-postgres-best-practices/references/lock-skip-locked.md +54 -0
  631. package/bundled-skills/supabase-postgres-best-practices/references/monitor-explain-analyze.md +45 -0
  632. package/bundled-skills/supabase-postgres-best-practices/references/monitor-pg-stat-statements.md +55 -0
  633. package/bundled-skills/supabase-postgres-best-practices/references/monitor-vacuum-analyze.md +55 -0
  634. package/bundled-skills/supabase-postgres-best-practices/references/query-composite-indexes.md +44 -0
  635. package/bundled-skills/supabase-postgres-best-practices/references/query-covering-indexes.md +40 -0
  636. package/bundled-skills/supabase-postgres-best-practices/references/query-index-types.md +48 -0
  637. package/bundled-skills/supabase-postgres-best-practices/references/query-missing-indexes.md +43 -0
  638. package/bundled-skills/supabase-postgres-best-practices/references/query-partial-indexes.md +45 -0
  639. package/bundled-skills/supabase-postgres-best-practices/references/schema-constraints.md +80 -0
  640. package/bundled-skills/supabase-postgres-best-practices/references/schema-data-types.md +46 -0
  641. package/bundled-skills/supabase-postgres-best-practices/references/schema-foreign-key-indexes.md +59 -0
  642. package/bundled-skills/supabase-postgres-best-practices/references/schema-lowercase-identifiers.md +55 -0
  643. package/bundled-skills/supabase-postgres-best-practices/references/schema-partitioning.md +55 -0
  644. package/bundled-skills/supabase-postgres-best-practices/references/schema-primary-keys.md +61 -0
  645. package/bundled-skills/supabase-postgres-best-practices/references/security-privileges.md +54 -0
  646. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-basics.md +50 -0
  647. package/bundled-skills/supabase-postgres-best-practices/references/security-rls-performance.md +63 -0
  648. package/bundled-skills/swiftui-expert-skill/SKILL.md +175 -242
  649. package/bundled-skills/swiftui-expert-skill/references/accessibility-patterns.md +215 -0
  650. package/bundled-skills/swiftui-expert-skill/references/animation-advanced.md +428 -0
  651. package/bundled-skills/swiftui-expert-skill/references/animation-basics.md +284 -0
  652. package/bundled-skills/swiftui-expert-skill/references/animation-transitions.md +326 -0
  653. package/bundled-skills/swiftui-expert-skill/references/charts-accessibility.md +135 -0
  654. package/bundled-skills/swiftui-expert-skill/references/charts.md +602 -0
  655. package/bundled-skills/swiftui-expert-skill/references/focus-patterns.md +299 -0
  656. package/bundled-skills/swiftui-expert-skill/references/image-optimization.md +203 -0
  657. package/bundled-skills/swiftui-expert-skill/references/latest-apis.md +528 -0
  658. package/bundled-skills/swiftui-expert-skill/references/layout-best-practices.md +266 -0
  659. package/bundled-skills/swiftui-expert-skill/references/liquid-glass.md +423 -0
  660. package/bundled-skills/swiftui-expert-skill/references/list-patterns.md +467 -0
  661. package/bundled-skills/swiftui-expert-skill/references/localization.md +194 -0
  662. package/bundled-skills/swiftui-expert-skill/references/macos-scenes.md +318 -0
  663. package/bundled-skills/swiftui-expert-skill/references/macos-views.md +357 -0
  664. package/bundled-skills/swiftui-expert-skill/references/macos-window-styling.md +303 -0
  665. package/bundled-skills/swiftui-expert-skill/references/performance-patterns.md +417 -0
  666. package/bundled-skills/swiftui-expert-skill/references/previews.md +313 -0
  667. package/bundled-skills/swiftui-expert-skill/references/scroll-patterns.md +293 -0
  668. package/bundled-skills/swiftui-expert-skill/references/sheet-navigation-patterns.md +363 -0
  669. package/bundled-skills/swiftui-expert-skill/references/soft-deprecation.md +39 -0
  670. package/bundled-skills/swiftui-expert-skill/references/state-management.md +492 -0
  671. package/bundled-skills/swiftui-expert-skill/references/text-patterns.md +34 -0
  672. package/bundled-skills/swiftui-expert-skill/references/trace-analysis.md +295 -0
  673. package/bundled-skills/swiftui-expert-skill/references/trace-recording.md +134 -0
  674. package/bundled-skills/swiftui-expert-skill/references/view-structure.md +854 -0
  675. package/bundled-skills/swiftui-expert-skill/scripts/analyze_trace.py +301 -0
  676. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/__init__.py +1 -0
  677. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/causes.py +187 -0
  678. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/correlate.py +179 -0
  679. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/events.py +291 -0
  680. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hangs.py +108 -0
  681. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/hitches.py +145 -0
  682. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/summary.py +243 -0
  683. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/swiftui.py +195 -0
  684. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/time_profiler.py +135 -0
  685. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xctrace.py +117 -0
  686. package/bundled-skills/swiftui-expert-skill/scripts/instruments_parser/xml_utils.py +224 -0
  687. package/bundled-skills/swiftui-expert-skill/scripts/record_trace.py +252 -0
  688. package/bundled-skills/technical-tutorials/README.md +90 -0
  689. package/bundled-skills/technical-tutorials/SKILL.md +581 -0
  690. package/bundled-skills/test-framework-migration-skill/SKILL.md +122 -0
  691. package/bundled-skills/testng-skill/SKILL.md +163 -0
  692. package/bundled-skills/train-sentence-transformers/SKILL.md +118 -0
  693. package/bundled-skills/train-sentence-transformers/references/base_model_selection.md +79 -0
  694. package/bundled-skills/train-sentence-transformers/references/dataset_formats.md +128 -0
  695. package/bundled-skills/train-sentence-transformers/references/evaluators_cross_encoder.md +116 -0
  696. package/bundled-skills/train-sentence-transformers/references/evaluators_sentence_transformer.md +151 -0
  697. package/bundled-skills/train-sentence-transformers/references/evaluators_sparse_encoder.md +121 -0
  698. package/bundled-skills/train-sentence-transformers/references/hardware_guide.md +105 -0
  699. package/bundled-skills/train-sentence-transformers/references/hf_jobs_execution.md +173 -0
  700. package/bundled-skills/train-sentence-transformers/references/losses_cross_encoder.md +137 -0
  701. package/bundled-skills/train-sentence-transformers/references/losses_sentence_transformer.md +246 -0
  702. package/bundled-skills/train-sentence-transformers/references/losses_sparse_encoder.md +106 -0
  703. package/bundled-skills/train-sentence-transformers/references/model_architectures.md +178 -0
  704. package/bundled-skills/train-sentence-transformers/references/prompts_and_instructions.md +160 -0
  705. package/bundled-skills/train-sentence-transformers/references/training_args.md +269 -0
  706. package/bundled-skills/train-sentence-transformers/references/troubleshooting.md +225 -0
  707. package/bundled-skills/train-sentence-transformers/scripts/mine_hard_negatives.py +199 -0
  708. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_distillation_example.py +254 -0
  709. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_example.py +253 -0
  710. package/bundled-skills/train-sentence-transformers/scripts/train_cross_encoder_listwise_example.py +282 -0
  711. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_distillation_example.py +303 -0
  712. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_example.py +227 -0
  713. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_make_multilingual_example.py +308 -0
  714. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_matryoshka_example.py +212 -0
  715. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_multi_dataset_example.py +258 -0
  716. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_static_embedding_example.py +273 -0
  717. package/bundled-skills/train-sentence-transformers/scripts/train_sentence_transformer_with_lora_example.py +275 -0
  718. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_distillation_example.py +262 -0
  719. package/bundled-skills/train-sentence-transformers/scripts/train_sparse_encoder_example.py +237 -0
  720. package/bundled-skills/transformers-js/SKILL.md +83 -29
  721. package/bundled-skills/transformers-js/references/CONFIGURATION.md +55 -7
  722. package/bundled-skills/transformers-js/references/EXAMPLES.md +98 -83
  723. package/bundled-skills/transformers-js/references/MODEL_REGISTRY.md +197 -0
  724. package/bundled-skills/transformers-js/references/PIPELINE_OPTIONS.md +31 -19
  725. package/bundled-skills/transformers-js/references/TEXT_GENERATION.md +18 -18
  726. package/bundled-skills/trl-training/SKILL.md +327 -0
  727. package/bundled-skills/tune-monitor/SKILL.md +268 -0
  728. package/bundled-skills/ui-a11y/SKILL.md +76 -68
  729. package/bundled-skills/ui-component/SKILL.md +54 -82
  730. package/bundled-skills/ui-lint/SKILL.md +111 -0
  731. package/bundled-skills/ui-motion/SKILL.md +181 -0
  732. package/bundled-skills/ui-page/SKILL.md +80 -90
  733. package/bundled-skills/ui-pattern/SKILL.md +50 -68
  734. package/bundled-skills/ui-review/SKILL.md +95 -77
  735. package/bundled-skills/ui-score/SKILL.md +145 -0
  736. package/bundled-skills/ui-setup/SKILL.md +196 -88
  737. package/bundled-skills/ui-skills-root/SKILL.md +72 -0
  738. package/bundled-skills/ui-tokens/SKILL.md +44 -52
  739. package/bundled-skills/ui-update/SKILL.md +167 -0
  740. package/bundled-skills/unslop-commit/SKILL.md +113 -0
  741. package/bundled-skills/unslop-file/SKILL.md +157 -0
  742. package/bundled-skills/unslop-review/SKILL.md +102 -0
  743. package/bundled-skills/update-swiftui-apis/SKILL.md +120 -0
  744. package/bundled-skills/update-swiftui-apis/references/scan-manifest.md +230 -0
  745. package/bundled-skills/upgrading-expo/SKILL.md +107 -82
  746. package/bundled-skills/upgrading-expo/agents/openai.yaml +4 -0
  747. package/bundled-skills/upgrading-expo/references/expo-av-to-audio.md +132 -0
  748. package/bundled-skills/upgrading-expo/references/expo-av-to-video.md +160 -0
  749. package/bundled-skills/upgrading-expo/references/native-tabs.md +124 -0
  750. package/bundled-skills/upgrading-expo/references/new-architecture.md +79 -0
  751. package/bundled-skills/upgrading-expo/references/react-19.md +79 -0
  752. package/bundled-skills/upgrading-expo/references/react-compiler.md +59 -0
  753. package/bundled-skills/upgrading-expo/references/react-navigation-to-expo-router.md +61 -0
  754. package/bundled-skills/usage-based-pricing/README.md +40 -0
  755. package/bundled-skills/usage-based-pricing/SKILL.md +547 -0
  756. package/bundled-skills/use-dom/SKILL.md +428 -0
  757. package/bundled-skills/use-dom/agents/openai.yaml +4 -0
  758. package/bundled-skills/ux-audit/SKILL.md +112 -44
  759. package/bundled-skills/ux-copy/SKILL.md +105 -73
  760. package/bundled-skills/ux-feedback/SKILL.md +106 -58
  761. package/bundled-skills/ux-flow/SKILL.md +51 -50
  762. package/bundled-skills/vitest-skill/SKILL.md +165 -0
  763. package/bundled-skills/weaviate/references/environment_requirements.md +4 -1
  764. package/bundled-skills/weaviate/scripts/weaviate_conn.py +51 -17
  765. package/bundled-skills/webdriverio-skill/SKILL.md +157 -0
  766. package/bundled-skills/wjttc-builder/SKILL.md +355 -0
  767. package/bundled-skills/wjttc-tester/SKILL.md +190 -0
  768. package/bundled-skills/youtube-notetaker/scripts/serve.py +20 -11
  769. package/package.json +1 -1
  770. package/skills_index.json +4404 -146
@@ -0,0 +1,3555 @@
1
+ ---
2
+ title: "Documentation"
3
+ description: "Rclone Usage"
4
+ ---
5
+
6
+ > **Official documentation:** [https://rclone.org/docs/](https://rclone.org/docs/)
7
+ # Usage
8
+
9
+ Rclone is a command line program to manage files on cloud storage.
10
+ After [download](/downloads/) and [install](/install), continue
11
+ here to learn how to use it: Initial [configuration](#configure),
12
+ what the [basic syntax](#basic-syntax) looks like, describes the
13
+ various [subcommands](#subcommands), the various [options](#options),
14
+ and more.
15
+
16
+ ## Configure
17
+
18
+ First, you'll need to configure rclone. As the object storage systems
19
+ have quite complicated authentication these are kept in a config file.
20
+ (See the [`--config`](#config-string) entry for how to find the config
21
+ file and choose its location.)
22
+
23
+ The easiest way to make the config is to run rclone with the config
24
+ option:
25
+
26
+ ```console
27
+ rclone config
28
+ ```
29
+
30
+ See the following for detailed instructions for
31
+
32
+ - [1Fichier](/fichier/)
33
+ - [Akamai Netstorage](/netstorage/)
34
+ - [Alias](/alias/)
35
+ - [Archive](/archive/)
36
+ - [Amazon S3](/s3/)
37
+ - [Backblaze B2](/b2/)
38
+ - [Box](/box/)
39
+ - [Chunker](/chunker/) - transparently splits large files for other remotes
40
+ - [Citrix ShareFile](/sharefile/)
41
+ - [Compress](/compress/)
42
+ - [Cloudinary](/cloudinary/)
43
+ - [Combine](/combine/)
44
+ - [Crypt](/crypt/) - to encrypt other remotes
45
+ - [DigitalOcean Spaces](/s3/#digitalocean-spaces)
46
+ - [Digi Storage](/koofr/#digi-storage)
47
+ - [Drime](/drime/)
48
+ - [Dropbox](/dropbox/)
49
+ - [Enterprise File Fabric](/filefabric/)
50
+ - [FileLu Cloud Storage](/filelu/)
51
+ - [Filen](/filen/)
52
+ - [Files.com](/filescom/)
53
+ - [FTP](/ftp/)
54
+ - [Gofile](/gofile/)
55
+ - [Google Cloud Storage](/googlecloudstorage/)
56
+ - [Google Drive](/drive/)
57
+ - [Google Photos](/googlephotos/)
58
+ - [Hasher](/hasher/) - to handle checksums for other remotes
59
+ - [HDFS](/hdfs/)
60
+ - [Hetzner Storage Box](/sftp/#hetzner-storage-box)
61
+ - [HiDrive](/hidrive/)
62
+ - [HTTP](/http/)
63
+ - [iCloud Drive](/iclouddrive/)
64
+ - [Internet Archive](/internetarchive/)
65
+ - [Internxt](/internxt/)
66
+ - [Jottacloud](/jottacloud/)
67
+ - [Koofr](/koofr/)
68
+ - [Linkbox](/linkbox/)
69
+ - [Mail.ru Cloud](/mailru/)
70
+ - [Mega](/mega/)
71
+ - [Memory](/memory/)
72
+ - [Microsoft Azure Blob Storage](/azureblob/)
73
+ - [Microsoft Azure Files Storage](/azurefiles/)
74
+ - [Microsoft OneDrive](/onedrive/)
75
+ - [OpenStack Swift / Rackspace Cloudfiles / Blomp Cloud Storage / Memset Memstore](/swift/)
76
+ - [OpenDrive](/opendrive/)
77
+ - [Oracle Object Storage](/oracleobjectstorage/)
78
+ - [Pcloud](/pcloud/)
79
+ - [PikPak](/pikpak/)
80
+ - [Pixeldrain](/pixeldrain/)
81
+ - [premiumize.me](/premiumizeme/)
82
+ - [put.io](/putio/)
83
+ - [Proton Drive](/protondrive/)
84
+ - [QingStor](/qingstor/)
85
+ - [Quatrix by Maytech](/quatrix/)
86
+ - [rsync.net](/sftp/#rsync-net)
87
+ - [Seafile](/seafile/)
88
+ - [SFTP](/sftp/)
89
+ - [Shade](/shade/)
90
+ - [Sia](/sia/)
91
+ - [SMB](/smb/)
92
+ - [Storj](/storj/)
93
+ - [SugarSync](/sugarsync/)
94
+ - [Union](/union/)
95
+ - [Uloz.to](/ulozto/)
96
+ - [WebDAV](/webdav/)
97
+ - [Yandex Disk](/yandex/)
98
+ - [Zoho WorkDrive](/zoho/)
99
+ - [The local filesystem](/local/)
100
+
101
+ ## Basic syntax
102
+
103
+ Rclone syncs a directory tree from one storage system to another.
104
+
105
+ Its syntax is like this
106
+
107
+ ```console
108
+ rclone subcommand [options] <parameters> <parameters...>
109
+ ```
110
+
111
+ A `subcommand` is an rclone operation required (e.g. `sync`,
112
+ `copy`, `ls`).
113
+
114
+ An `option` is a single letter flag (e.g. `-v`) or a group of single
115
+ letter flags (e.g. `-Pv`) or a long flag (e.g. `--progress`). No
116
+ options are required. Options can come after the `subcommand` or in
117
+ between parameters too or on the end, but only global options can be
118
+ used before the `subcommand`. Anything after a `--` option will not be
119
+ interpreted as an option so if you need to add a parameter which
120
+ starts with a `-` then put a `--` on its own first, eg
121
+
122
+ ```console
123
+ rclone lsf -- -directory-starting-with-dash
124
+ ```
125
+
126
+ A `parameter` is usually a file path or [rclone remote](#syntax-of-remote-paths),
127
+ eg `/path/to/file` or `remote:path/to/file` but it can be other things -
128
+ the `subcommand` help will tell you what.
129
+
130
+ Source and destination paths are specified by the name you gave the
131
+ storage system in the config file then the sub path, e.g.
132
+ "drive:myfolder" to look at "myfolder" in Google drive.
133
+
134
+ You can define as many storage paths as you like in the config file.
135
+
136
+ Please use the [`--interactive`/`-i`](#interactive) flag while
137
+ learning rclone to avoid accidental data loss.
138
+
139
+ ## Subcommands
140
+
141
+ rclone uses a system of subcommands. For example
142
+
143
+ ```console
144
+ rclone ls remote:path # lists a remote
145
+ rclone copy /local/path remote:path # copies /local/path to the remote
146
+ rclone sync --interactive /local/path remote:path # syncs /local/path to the remote
147
+ ```
148
+
149
+ The main rclone commands with most used first
150
+
151
+ <!-- markdownlint-capture -->
152
+ <!-- markdownlint-disable line-length -->
153
+ - [rclone config](/commands/rclone_config/) - Enter an interactive configurationsession.
154
+ - [rclone copy](/commands/rclone_copy/) - Copy files from source to dest, skipping already copied.
155
+ - [rclone sync](/commands/rclone_sync/) - Make source and dest identical, modifying destination only.
156
+ - [rclone bisync](/commands/rclone_bisync/) - [Bidirectional synchronization](/bisync/) between two paths.
157
+ - [rclone move](/commands/rclone_move/) - Move files from source to dest.
158
+ - [rclone delete](/commands/rclone_delete/) - Remove the contents of path.
159
+ - [rclone purge](/commands/rclone_purge/) - Remove the path and all of its contents.
160
+ - [rclone mkdir](/commands/rclone_mkdir/) - Make the path if it doesn't already exist.
161
+ - [rclone rmdir](/commands/rclone_rmdir/) - Remove the path.
162
+ - [rclone rmdirs](/commands/rclone_rmdirs/) - Remove any empty directories under the path.
163
+ - [rclone check](/commands/rclone_check/) - Check if the files in the source and destination match.
164
+ - [rclone ls](/commands/rclone_ls/) - List all the objects in the path with size and path.
165
+ - [rclone lsd](/commands/rclone_lsd/) - List all directories/containers/buckets in the path.
166
+ - [rclone lsl](/commands/rclone_lsl/) - List all the objects in the path with size, modification time and path.
167
+ - [rclone md5sum](/commands/rclone_md5sum/) - Produce an md5sum file for all the objects in the path.
168
+ - [rclone sha1sum](/commands/rclone_sha1sum/) - Produce a sha1sum file for all the objects in the path.
169
+ - [rclone size](/commands/rclone_size/) - Return the total size and number of objects in remote:path.
170
+ - [rclone version](/commands/rclone_version/) - Show the version number.
171
+ - [rclone cleanup](/commands/rclone_cleanup/) - Clean up the remote if possible.
172
+ - [rclone dedupe](/commands/rclone_dedupe/) - Interactively find duplicate files and delete/rename them.
173
+ - [rclone authorize](/commands/rclone_authorize/) - Remote authorization.
174
+ - [rclone cat](/commands/rclone_cat/) - Concatenate any files and send them to stdout.
175
+ - [rclone copyto](/commands/rclone_copyto/) - Copy files from source to dest, skipping already copied.
176
+ - [rclone completion](/commands/rclone_completion/) - Output shell completion scripts for rclone.
177
+ - [rclone gendocs](/commands/rclone_gendocs/) - Output markdown docs for rclone to the directory supplied.
178
+ - [rclone listremotes](/commands/rclone_listremotes/) - List all the remotes in the config file.
179
+ - [rclone mount](/commands/rclone_mount/) - Mount the remote as a mountpoint.
180
+ - [rclone moveto](/commands/rclone_moveto/) - Move file or directory from source to dest.
181
+ - [rclone obscure](/commands/rclone_obscure/) - Obscure password for use in the rclone.conf
182
+ - [rclone cryptcheck](/commands/rclone_cryptcheck/) - Check the integrity of an encrypted remote.
183
+ - [rclone about](/commands/rclone_about/) - Get quota information from the remote.
184
+ <!-- markdownlint-restore -->
185
+
186
+ See the [commands index](/commands/) for the full list.
187
+
188
+ ## Copying single files
189
+
190
+ rclone normally syncs or copies directories. However, if the source
191
+ remote points to a file, rclone will just copy that file. The
192
+ destination remote must point to a directory - rclone will give the
193
+ error `Failed to create file system for "remote:file": is a file not a
194
+ directory` if it isn't.
195
+
196
+ For example, suppose you have a remote with a file in called
197
+ `test.jpg`, then you could copy just that file like this
198
+
199
+ ```console
200
+ rclone copy remote:test.jpg /tmp/download
201
+ ```
202
+
203
+ The file `test.jpg` will be placed inside `/tmp/download`.
204
+
205
+ This is equivalent to specifying
206
+
207
+ ```console
208
+ rclone copy --files-from /tmp/files remote: /tmp/download
209
+ ```
210
+
211
+ Where `/tmp/files` contains the single line
212
+
213
+ ```console
214
+ test.jpg
215
+ ```
216
+
217
+ It is recommended to use `copy` when copying individual files, not `sync`.
218
+ They have pretty much the same effect but `copy` will use a lot less
219
+ memory.
220
+
221
+ ## Syntax of remote paths
222
+
223
+ The syntax of the paths passed to the rclone command are as follows.
224
+
225
+ ### /path/to/dir
226
+
227
+ This refers to the local file system.
228
+
229
+ On Windows `\` may be used instead of `/` in local paths **only**,
230
+ non local paths must use `/`. See [local filesystem](https://rclone.org/local/#paths-on-windows)
231
+ documentation for more about Windows-specific paths.
232
+
233
+ These paths needn't start with a leading `/` - if they don't then they
234
+ will be relative to the current directory.
235
+
236
+ ### remote:path/to/dir
237
+
238
+ This refers to a directory `path/to/dir` on `remote:` as defined in
239
+ the config file (configured with `rclone config`).
240
+
241
+ ### remote:/path/to/dir
242
+
243
+ On most backends this is refers to the same directory as
244
+ `remote:path/to/dir` and that format should be preferred. On a very
245
+ small number of remotes (FTP, SFTP, Dropbox for business) this will
246
+ refer to a different directory. On these, paths without a leading `/`
247
+ will refer to your "home" directory and paths with a leading `/` will
248
+ refer to the root.
249
+
250
+ ### :backend:path/to/dir
251
+
252
+ This is an advanced form for creating remotes on the fly. `backend`
253
+ should be the name or prefix of a backend (the `type` in the config
254
+ file) and all the configuration for the backend should be provided on
255
+ the command line (or in environment variables).
256
+
257
+ Here are some examples:
258
+
259
+ ```console
260
+ rclone lsd --http-url https://pub.rclone.org :http:
261
+ ```
262
+
263
+ To list all the directories in the root of `https://pub.rclone.org/`.
264
+
265
+ ```console
266
+ rclone lsf --http-url https://example.com :http:path/to/dir
267
+ ```
268
+
269
+ To list files and directories in `https://example.com/path/to/dir/`
270
+
271
+ ```console
272
+ rclone copy --http-url https://example.com :http:path/to/dir /tmp/dir
273
+ ```
274
+
275
+ To copy files and directories in `https://example.com/path/to/dir` to `/tmp/dir`.
276
+
277
+ ```console
278
+ rclone copy --sftp-host example.com :sftp:path/to/dir /tmp/dir
279
+ ```
280
+
281
+ To copy files and directories from `example.com` in the relative
282
+ directory `path/to/dir` to `/tmp/dir` using sftp.
283
+
284
+ ### Connection strings {#connection-strings}
285
+
286
+ The above examples can also be written using a connection string
287
+ syntax, so instead of providing the arguments as command line
288
+ parameters `--http-url https://pub.rclone.org` they are provided as
289
+ part of the remote specification as a kind of connection string.
290
+
291
+ ```console
292
+ rclone lsd ":http,url='https://pub.rclone.org':"
293
+ rclone lsf ":http,url='https://example.com':path/to/dir"
294
+ rclone copy ":http,url='https://example.com':path/to/dir" /tmp/dir
295
+ rclone copy :sftp,host=example.com:path/to/dir /tmp/dir
296
+ ```
297
+
298
+ These can apply to modify existing remotes as well as create new
299
+ remotes with the on the fly syntax. This example is equivalent to
300
+ adding the `--drive-shared-with-me` parameter to the remote `gdrive:`.
301
+
302
+ ```console
303
+ rclone lsf "gdrive,shared_with_me:path/to/dir"
304
+ ```
305
+
306
+ The major advantage to using the connection string style syntax is
307
+ that it only applies to the remote, not to all the remotes of that
308
+ type of the command line. A common confusion is this attempt to copy a
309
+ file shared on google drive to the normal drive which **does not
310
+ work** because the `--drive-shared-with-me` flag applies to both the
311
+ source and the destination.
312
+
313
+ ```console
314
+ rclone copy --drive-shared-with-me gdrive:shared-file.txt gdrive:
315
+ ```
316
+
317
+ However using the connection string syntax, this does work.
318
+
319
+ ```console
320
+ rclone copy "gdrive,shared_with_me:shared-file.txt" gdrive:
321
+ ```
322
+
323
+ Note that the connection string only affects the options of the immediate
324
+ backend. If for example gdriveCrypt is a crypt based on gdrive, then the
325
+ following command **will not work** as intended, because
326
+ `shared_with_me` is ignored by the crypt backend:
327
+
328
+ ```console
329
+ rclone copy "gdriveCrypt,shared_with_me:shared-file.txt" gdriveCrypt:
330
+ ```
331
+
332
+ The connection strings have the following syntax
333
+
334
+ ```text
335
+ remote,parameter=value,parameter2=value2:path/to/dir
336
+ :backend,parameter=value,parameter2=value2:path/to/dir
337
+ ```
338
+
339
+ If the `parameter` has a `:` or `,` then it must be placed in quotes `"` or
340
+ `'`, so
341
+
342
+ ```text
343
+ remote,parameter="colon:value",parameter2="comma,value":path/to/dir
344
+ :backend,parameter='colon:value',parameter2='comma,value':path/to/dir
345
+ ```
346
+
347
+ If a quoted value needs to include that quote, then it should be
348
+ doubled, so
349
+
350
+ ```text
351
+ remote,parameter="with""quote",parameter2='with''quote':path/to/dir
352
+ ```
353
+
354
+ This will make `parameter` be `with"quote` and `parameter2` be
355
+ `with'quote`.
356
+
357
+ If you leave off the `=parameter` then rclone will substitute `=true`
358
+ which works very well with flags. For example, to use s3 configured in
359
+ the environment you could use:
360
+
361
+ ```console
362
+ rclone lsd :s3,env_auth:
363
+ ```
364
+
365
+ Which is equivalent to
366
+
367
+ ```console
368
+ rclone lsd :s3,env_auth=true:
369
+ ```
370
+
371
+ Note that on the command line you might need to surround these
372
+ connection strings with `"` or `'` to stop the shell interpreting any
373
+ special characters within them.
374
+
375
+ If you are a shell master then you'll know which strings are OK and
376
+ which aren't, but if you aren't sure then enclose them in `"` and use
377
+ `'` as the inside quote. This syntax works on all OSes.
378
+
379
+ ```console
380
+ rclone copy ":http,url='https://example.com':path/to/dir" /tmp/dir
381
+ ```
382
+
383
+ On Linux/macOS some characters are still interpreted inside `"`
384
+ strings in the shell (notably `\` and `$` and `"`) so if your strings
385
+ contain those you can swap the roles of `"` and `'` thus. (This syntax
386
+ does not work on Windows.)
387
+
388
+ ```console
389
+ rclone copy ':http,url="https://example.com":path/to/dir' /tmp/dir
390
+ ```
391
+
392
+ You can use [rclone config string](/commands/rclone_config_string/) to
393
+ convert a remote into a connection string.
394
+
395
+ #### Connection strings, config and logging
396
+
397
+ If you supply extra configuration to a backend by command line flag,
398
+ environment variable or connection string then rclone will add a
399
+ suffix based on the hash of the config to the name of the remote, eg
400
+
401
+ ```console
402
+ rclone -vv lsf --s3-chunk-size 20M s3:
403
+ ```
404
+
405
+ Has the log message
406
+
407
+ ```text
408
+ DEBUG : s3: detected overridden config - adding "{Srj1p}" suffix to name
409
+ ```
410
+
411
+ This is so rclone can tell the modified remote apart from the
412
+ unmodified remote when caching the backends.
413
+
414
+ This should only be noticeable in the logs.
415
+
416
+ This means that on the fly backends such as
417
+
418
+ ```console
419
+ rclone -vv lsf :s3,env_auth:
420
+ ```
421
+
422
+ Will get their own names
423
+
424
+ ```text
425
+ DEBUG : :s3: detected overridden config - adding "{YTu53}" suffix to name
426
+ ```
427
+
428
+ ### Valid remote names
429
+
430
+ Remote names are case sensitive, and must adhere to the following rules:
431
+
432
+ - May contain number, letter, `_`, `-`, `.`, `+`, `@` and space.
433
+ - May not start with `-` or space.
434
+ - May not end with space.
435
+
436
+ Starting with rclone version 1.61, any Unicode numbers and letters are allowed,
437
+ while in older versions it was limited to plain ASCII (0-9, A-Z, a-z). If you use
438
+ the same rclone configuration from different shells, which may be configured with
439
+ different character encoding, you must be cautious to use characters that are
440
+ possible to write in all of them. This is mostly a problem on Windows, where
441
+ the console traditionally uses a non-Unicode character set - defined
442
+ by the so-called "code page".
443
+
444
+ Do not use single character names on Windows as it creates ambiguity with Windows
445
+ drives' names, e.g.: remote called `C` is indistinguishable from `C` drive. Rclone
446
+ will always assume that single letter name refers to a drive.
447
+
448
+ ## Adding global configuration to a remote {#globalconfig}
449
+
450
+ It is possible to add global configuration to the remote configuration which
451
+ will be applied just before the remote is created.
452
+
453
+ This can be done in two ways. The first is to use `override.var = value` in the
454
+ config file or the connection string for a temporary change, and the second is
455
+ to use `global.var = value` in the config file or connection string for a
456
+ permanent change.
457
+
458
+ This is explained fully below.
459
+
460
+ ### override.var
461
+
462
+ This is used to override a global variable **just** for the duration of the
463
+ remote creation. It won't affect other remotes even if they are created at the
464
+ same time.
465
+
466
+ This is very useful for overriding networking config needed for just for that
467
+ remote. For example, say you have a remote which needs `--no-check-certificate`
468
+ as it is running on test infrastructure without a proper certificate. You could
469
+ supply the `--no-check-certificate` flag to rclone, but this will affect **all**
470
+ the remotes. To make it just affect this remote you use an override. You could
471
+ put this in the config file:
472
+
473
+ ```ini
474
+ [remote]
475
+ type = XXX
476
+ ...
477
+ override.no_check_certificate = true
478
+ ```
479
+
480
+ or use it in the connection string `remote,override.no_check_certificate=true:`
481
+ (or just `remote,override.no_check_certificate:`).
482
+
483
+ Note how the global flag name loses its initial `--` and gets `-` replaced with
484
+ `_` and gets an `override.` prefix.
485
+
486
+ Not all global variables make sense to be overridden like this as the config is
487
+ only applied during the remote creation. Here is a non exhaustive list of ones
488
+ which might be useful:
489
+
490
+ - `bind_addr`
491
+ - `ca_cert`
492
+ - `client_cert`
493
+ - `client_key`
494
+ - `connect_timeout`
495
+ - `disable_http2`
496
+ - `disable_http_keep_alives`
497
+ - `dump`
498
+ - `expect_continue_timeout`
499
+ - `headers`
500
+ - `http_proxy`
501
+ - `low_level_retries`
502
+ - `max_connections`
503
+ - `no_check_certificate`
504
+ - `no_gzip`
505
+ - `timeout`
506
+ - `traffic_class`
507
+ - `use_cookies`
508
+ - `use_server_modtime`
509
+ - `user_agent`
510
+
511
+ An `override.var` will override all other config methods, but **just** for the
512
+ duration of the creation of the remote.
513
+
514
+ ### global.var
515
+
516
+ This is used to set a global variable **for everything**. The global variable is
517
+ set just before the remote is created.
518
+
519
+ This is useful for parameters (eg sync parameters) which can't be set as an
520
+ `override`. For example, say you have a remote where you would always like to
521
+ use the `--checksum` flag. You could supply the `--checksum` flag to rclone on
522
+ every command line, but instead you could put this in the config file:
523
+
524
+ ```ini
525
+ [remote]
526
+ type = XXX
527
+ ...
528
+ global.checksum = true
529
+ ```
530
+
531
+ or use it in the connection string `remote,global.checksum=true:` (or just
532
+ `remote,global.checksum:`). This is equivalent to using the `--checksum` flag.
533
+
534
+ Note how the global flag name loses its initial `--` and gets `-` replaced with
535
+ `_` and gets a `global.` prefix.
536
+
537
+ Any global variable can be set like this and it is exactly equivalent to using
538
+ the equivalent flag on the command line. This means it will affect all uses of
539
+ rclone.
540
+
541
+ If two remotes set the same global variable then the first one instantiated will
542
+ be overridden by the second one. A `global.var` will override all other config
543
+ methods when the remote is created.
544
+
545
+ ## Quoting and the shell
546
+
547
+ When you are typing commands to your computer you are using something
548
+ called the command line shell. This interprets various characters in
549
+ an OS specific way.
550
+
551
+ Here are some gotchas which may help users unfamiliar with the shell rules
552
+
553
+ ### Linux / macOS
554
+
555
+ If your names have spaces or shell metacharacters (e.g. `*`, `?`, `$`,
556
+ `'`, `"`, etc.) then you must quote them. Use single quotes `'` by default.
557
+
558
+ ```console
559
+ rclone copy 'Important files?' remote:backup
560
+ ```
561
+
562
+ If you want to send a `'` you will need to use `"`, e.g.
563
+
564
+ ```console
565
+ rclone copy "O'Reilly Reviews" remote:backup
566
+ ```
567
+
568
+ The rules for quoting metacharacters are complicated and if you want
569
+ the full details you'll have to consult the manual page for your
570
+ shell.
571
+
572
+ ### Windows
573
+
574
+ If your names have spaces in you need to put them in `"`, e.g.
575
+
576
+ ```bat
577
+ rclone copy "E:\folder name\folder name\folder name" remote:backup
578
+ ```
579
+
580
+ If you are using the root directory on its own then don't quote it
581
+ (see [#464](https://github.com/rclone/rclone/issues/464) for why), e.g.
582
+
583
+ ```bat
584
+ rclone copy E:\ remote:backup
585
+ ```
586
+
587
+ ## Copying files or directories with `:` in the names
588
+
589
+ rclone uses `:` to mark a remote name. This is, however, a valid
590
+ filename component in non-Windows OSes. The remote name parser will
591
+ only search for a `:` up to the first `/` so if you need to act on a
592
+ file or directory like this then use the full path starting with a
593
+ `/`, or use `./` as a current directory prefix.
594
+
595
+ So to sync a directory called `sync:me` to a remote called `remote:` use
596
+
597
+ ```console
598
+ rclone sync --interactive ./sync:me remote:path
599
+ ```
600
+
601
+ or
602
+
603
+ ```console
604
+ rclone sync --interactive /full/path/to/sync:me remote:path
605
+ ```
606
+
607
+ ## Server-side copy
608
+
609
+ Most remotes (but not all - see [the
610
+ overview](/overview/#optional-features)) support server-side copy.
611
+
612
+ This means if you want to copy one folder to another then rclone won't
613
+ download all the files and re-upload them; it will instruct the server
614
+ to copy them in place.
615
+
616
+ Eg
617
+
618
+ ```console
619
+ rclone copy s3:oldbucket s3:newbucket
620
+ ```
621
+
622
+ Will copy the contents of `oldbucket` to `newbucket` without
623
+ downloading and re-uploading.
624
+
625
+ Remotes which don't support server-side copy **will** download and
626
+ re-upload in this case.
627
+
628
+ Server-side copies are used with `sync` and `copy` and will be
629
+ identified in the log when using the `-v` flag. The `move` command
630
+ may also use them if remote doesn't support server-side move directly.
631
+ This is done by issuing a server-side copy then a delete which is much
632
+ quicker than a download and re-upload.
633
+
634
+ Server-side copies will only be attempted if the remote names are the
635
+ same.
636
+
637
+ This can be used when scripting to make aged backups efficiently, e.g.
638
+
639
+ ```console
640
+ rclone sync --interactive remote:current-backup remote:previous-backup
641
+ rclone sync --interactive /path/to/files remote:current-backup
642
+ ```
643
+
644
+ ## Metadata support {#metadata}
645
+
646
+ Metadata is data about a file (or directory) which isn't the contents
647
+ of the file (or directory). Normally rclone only preserves the
648
+ modification time and the content (MIME) type where possible.
649
+
650
+ Rclone supports preserving all the available metadata on files and
651
+ directories when using the `--metadata` or `-M` flag.
652
+
653
+ Exactly what metadata is supported and what that support means depends
654
+ on the backend. Backends that support metadata have a metadata section
655
+ in their docs and are listed in the [features table](/overview/#features)
656
+ (Eg [local](/local/#metadata), [s3](/s3/#metadata))
657
+
658
+ Some backends don't support metadata, some only support metadata on
659
+ files and some support metadata on both files and directories.
660
+
661
+ Rclone only supports a one-time sync of metadata. This means that
662
+ metadata will be synced from the source object to the destination
663
+ object only when the source object has changed and needs to be
664
+ re-uploaded. If the metadata subsequently changes on the source object
665
+ without changing the object itself then it won't be synced to the
666
+ destination object. This is in line with the way rclone syncs
667
+ `Content-Type` without the `--metadata` flag.
668
+
669
+ Using `--metadata` when syncing from local to local will preserve file
670
+ attributes such as file mode, owner, extended attributes (not
671
+ Windows).
672
+
673
+ Note that arbitrary metadata may be added to objects using the
674
+ `--metadata-set key=value` flag when the object is first uploaded.
675
+ This flag can be repeated as many times as necessary.
676
+
677
+ The [--metadata-mapper](#metadata-mapper) flag can be used to pass the
678
+ name of a program in which can transform metadata when it is being
679
+ copied from source to destination.
680
+
681
+ Rclone supports `--metadata-set` and `--metadata-mapper` when doing
682
+ server-side `Move` and server-side `Copy`, but not when doing server
683
+ side `DirMove` (renaming a directory) as this would involve recursing
684
+ into the directory. Note that you can disable `DirMove` with
685
+ `--disable DirMove` and rclone will revert back to using `Move` for
686
+ each individual object where `--metadata-set` and `--metadata-mapper`
687
+ are supported.
688
+
689
+ ### Types of metadata
690
+
691
+ Metadata is divided into two type. System metadata and User metadata.
692
+
693
+ Metadata which the backend uses itself is called system metadata. For
694
+ example on the local backend the system metadata `uid` will store the
695
+ user ID of the file when used on a unix based platform.
696
+
697
+ Arbitrary metadata is called user metadata and this can be set however
698
+ is desired.
699
+
700
+ When objects are copied from backend to backend, they will attempt to
701
+ interpret system metadata if it is supplied. Metadata may change from
702
+ being user metadata to system metadata as objects are copied between
703
+ different backends. For example copying an object from s3 sets the
704
+ `content-type` metadata. In a backend which understands this (like
705
+ `azureblob`) this will become the Content-Type of the object. In a
706
+ backend which doesn't understand this (like the `local` backend) this
707
+ will become user metadata. However should the local object be copied
708
+ back to s3, the Content-Type will be set correctly.
709
+
710
+ ### Metadata framework
711
+
712
+ Rclone implements a metadata framework which can read metadata from an
713
+ object and write it to the object when (and only when) it is being
714
+ uploaded.
715
+
716
+ This metadata is stored as a dictionary with string keys and string
717
+ values.
718
+
719
+ There are some limits on the names of the keys (these may be clarified
720
+ further in the future).
721
+
722
+ - must be lower case
723
+ - may be `a-z` `0-9` containing `.` `-` or `_`
724
+ - length is backend dependent
725
+
726
+ Each backend can provide system metadata that it understands. Some
727
+ backends can also store arbitrary user metadata.
728
+
729
+ Where possible the key names are standardized, so, for example, it is
730
+ possible to copy object metadata from s3 to azureblob for example and
731
+ metadata will be translated appropriately.
732
+
733
+ Some backends have limits on the size of the metadata and rclone will
734
+ give errors on upload if they are exceeded.
735
+
736
+ ### Metadata preservation
737
+
738
+ The goal of the implementation is to
739
+
740
+ 1. Preserve metadata if at all possible
741
+ 2. Interpret metadata if at all possible
742
+
743
+ The consequences of 1 is that you can copy an S3 object to a local
744
+ disk then back to S3 losslessly. Likewise you can copy a local file
745
+ with file attributes and xattrs from local disk to s3 and back again
746
+ losslessly.
747
+
748
+ The consequence of 2 is that you can copy an S3 object with metadata
749
+ to Azureblob (say) and have the metadata appear on the Azureblob
750
+ object also.
751
+
752
+ ### Standard system metadata
753
+
754
+ Here is a table of standard system metadata which, if appropriate, a
755
+ backend may implement.
756
+
757
+ | key | description | example |
758
+ |---------------------|-------------|---------|
759
+ | mode | File type and mode: octal, unix style | 0100664 |
760
+ | uid | User ID of owner: decimal number | 500 |
761
+ | gid | Group ID of owner: decimal number | 500 |
762
+ | rdev | Device ID (if special file) => hexadecimal | 0 |
763
+ | atime | Time of last access: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 |
764
+ | mtime | Time of last modification: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 |
765
+ | btime | Time of file creation (birth): RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 |
766
+ | utime | Time of file upload: RFC 3339 | 2006-01-02T15:04:05.999999999Z07:00 |
767
+ | cache-control | Cache-Control header | no-cache |
768
+ | content-disposition | Content-Disposition header | inline |
769
+ | content-encoding | Content-Encoding header | gzip |
770
+ | content-language | Content-Language header | en-US |
771
+ | content-type | Content-Type header | text/plain |
772
+
773
+ The metadata keys `mtime` and `content-type` will take precedence if
774
+ supplied in the metadata over reading the `Content-Type` or
775
+ modification time of the source object.
776
+
777
+ Hashes are not included in system metadata as there is a well defined
778
+ way of reading those already.
779
+
780
+ ## Options
781
+
782
+ Rclone has a number of options to control its behaviour. These are
783
+ documented below, and in the [flags](/flags) page.
784
+
785
+ Options that take parameters can have the values passed in two ways,
786
+ `--option=value` or `--option value`. However boolean (true/false)
787
+ options behave slightly differently to the other options in that
788
+ `--boolean` sets the option to `true` and the absence of the flag sets
789
+ it to `false`. It is also possible to specify `--boolean=false` or
790
+ `--boolean=true`. Note that `--boolean false` is not valid - this is
791
+ parsed as `--boolean` and the `false` is parsed as an extra command
792
+ line argument for rclone.
793
+
794
+ String values that are recognized as special identifiers, e.g. the
795
+ name of the log level to set with option `--log-level`, are case
796
+ insensitive, e.g. `--log-level ERROR` and `--log-level error` are
797
+ identical.
798
+
799
+ Options documented to take a `stringArray` parameter accept multiple
800
+ values. To pass more than one value, repeat the option; for example:
801
+ `--include value1 --include value2`. Other options may only accept a
802
+ single value, and should only be specified once, but where the
803
+ specified parameter may indicate a list of values separated by space
804
+ or comma. Such options are documented to take a `CommaSepList`
805
+ parameter, if comma separated, and `SpaceSepList` if space separated,
806
+ although some may also have different parameters such as `DumpFlags`
807
+ or just `string` and the help text explains that this will be
808
+ interpreted as a list.
809
+
810
+ Floating-point values with fractional part must use period (`.`)
811
+ as decimal separator, common in English-speaking countries, regardless
812
+ of your configured system locale. Parameter type `float` accepts decimal
813
+ and hexadecimal floating-point numbers as defined by the Go syntax for
814
+ [floating-point literals](https://go.dev/ref/spec#Floating-point_literals).
815
+
816
+ ### Time and duration options {#time-options}
817
+
818
+ Options that take a `Time` or `Duration` parameter must be specified
819
+ as a formatted string describing an absolute or relative time. Note
820
+ that both `Time` and `Duration` parameter types can be expressed as
821
+ either absolute or relative time, just with different interpretations,
822
+ e.g. a relative time will be treated as an offset from the current time
823
+ when passed as a `Time` value.
824
+
825
+ An absolute time can be specified as a string in one of the following formats:
826
+
827
+ - RFC3339 - e.g. `2006-01-02T15:04:05Z` or `2006-01-02T15:04:05+07:00`
828
+ - ISO8601 Date and time, local timezone - `2006-01-02T15:04:05`
829
+ - ISO8601 Date and time, local timezone - `2006-01-02 15:04:05`
830
+ - ISO8601 Date - `2006-01-02` (YYYY-MM-DD)
831
+
832
+ A relative time is a string with a, possibly signed, sequence of decimal
833
+ numbers, each with optional fraction, and each with a unit suffix. If
834
+ the string only contains a single number, then the unit suffix is optional
835
+ and will default to seconds, i.e. a plain decimal value will be treated
836
+ as a number of seconds. The following suffixes are valid:
837
+
838
+ - `ms` - Milliseconds
839
+ - `s` - Seconds
840
+ - `m` - Minutes
841
+ - `h` - Hours
842
+ - `d` - Days
843
+ - `w` - Weeks
844
+ - `M` - Months
845
+ - `y` - Years
846
+
847
+ Examples: "10", "300ms", "-1.5h" or "2h45m".
848
+
849
+ ### Size options
850
+
851
+ Options that take a SizeSuffix parameter can be specified as an
852
+ integer value, which will then be assumed to represent a KiB
853
+ value (multiples of 1024 bytes) by default. The interpretation
854
+ can be changed by appending a suffix: `B` for Byte, `K` for KiB,
855
+ `M` for MiB, `G` for GiB, `T` for TiB and `P` for PiB. These are
856
+ the binary units, e.g. 1, 2\*\*10, 2\*\*20, 2\*\*30 respectively.
857
+
858
+ See also [--human-readable](#human-readable).
859
+
860
+ ## Main options
861
+
862
+ ### --backup-dir string
863
+
864
+ When using [sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/) or
865
+ [move](/commands/rclone_move/), any files which would have been overwritten
866
+ or deleted are moved in their original hierarchy into this directory.
867
+
868
+ If `--suffix` is set, then the moved files will have the suffix added
869
+ to them. If there is a file with the same path (after the suffix has
870
+ been added) in the directory, then it will be overwritten.
871
+
872
+ The remote in use must support server-side move or copy and you must
873
+ use the same remote as the destination of the sync. The backup
874
+ directory must not overlap the destination directory without it being
875
+ excluded by a filter rule.
876
+
877
+ For example
878
+
879
+ ```console
880
+ rclone sync --interactive /path/to/local remote:current --backup-dir remote:old
881
+ ```
882
+
883
+ will sync `/path/to/local` to `remote:current`, but for any files
884
+ which would have been updated or deleted will be stored in
885
+ `remote:old`.
886
+
887
+ If running rclone from a script you might want to use today's date as
888
+ the directory name passed to `--backup-dir` to store the old files, or
889
+ you might want to pass `--suffix` with today's date. This can be done
890
+ with `--suffix $(date +%F)` in bash, and
891
+ `--suffix $(Get-Date -Format 'yyyy-MM-dd')` in PowerShell.
892
+
893
+ See `--compare-dest` and `--copy-dest`.
894
+
895
+ ### --bind string
896
+
897
+ Local address to bind to for outgoing connections. This can be an
898
+ IPv4 address (1.2.3.4), an IPv6 address (1234::789A) or host name. If
899
+ the host name doesn't resolve or resolves to more than one IP address
900
+ it will give an error.
901
+
902
+ You can use `--bind 0.0.0.0` to force rclone to use IPv4 addresses and
903
+ `--bind ::0` to force rclone to use IPv6 addresses.
904
+
905
+ ### --bwlimit BwTimetable
906
+
907
+ This option controls the bandwidth limit. For example
908
+
909
+ ```text
910
+ --bwlimit 10M
911
+ ```
912
+
913
+ would mean limit the upload and download bandwidth to 10 MiB/s.
914
+ **NB** this is **bytes** per second not **bits** per second. To use a
915
+ single limit, specify the desired bandwidth in KiB/s, or use a
916
+ suffix B|K|M|G|T|P. The default is `0` which means to not limit bandwidth.
917
+
918
+ The upload and download bandwidth can be specified separately, as
919
+ `--bwlimit UP:DOWN`, so
920
+
921
+ ```text
922
+ --bwlimit 10M:100k
923
+ ```
924
+
925
+ would mean limit the upload bandwidth to 10 MiB/s and the download
926
+ bandwidth to 100 KiB/s. Either limit can be "off" meaning no limit, so
927
+ to just limit the upload bandwidth you would use
928
+
929
+ ```text
930
+ --bwlimit 10M:off
931
+ ```
932
+
933
+ this would limit the upload bandwidth to 10 MiB/s but the download
934
+ bandwidth would be unlimited.
935
+
936
+ When specified as above the bandwidth limits last for the duration of
937
+ run of the rclone binary.
938
+
939
+ It is also possible to specify a "timetable" of limits, which will
940
+ cause certain limits to be applied at certain times. To specify a
941
+ timetable, format your entries as `WEEKDAY-HH:MM,BANDWIDTH
942
+ WEEKDAY-HH:MM,BANDWIDTH...` where: `WEEKDAY` is optional element.
943
+
944
+ - `BANDWIDTH` can be a single number, e.g.`100k` or a pair of numbers
945
+ for upload:download, e.g.`10M:1M`.
946
+ - `WEEKDAY` can be written as the whole word or only using the first 3
947
+ characters. It is optional.
948
+ - `HH:MM` is an hour from 00:00 to 23:59.
949
+
950
+ Entries can be separated by spaces or semicolons.
951
+
952
+ **Note:** Semicolons can be used as separators instead of spaces to avoid
953
+ parsing issues in environments like Docker.
954
+
955
+ An example of a typical timetable to avoid link saturation during daytime
956
+ working hours could be:
957
+
958
+ Using spaces as separators:
959
+ `--bwlimit "08:00,512k 12:00,10M 13:00,512k 18:00,30M 23:00,off"`
960
+
961
+ Using semicolons as separators:
962
+ `--bwlimit "08:00,512k;12:00,10M;13:00,512k;18:00,30M;23:00,off"`
963
+
964
+ In these examples, the transfer bandwidth will be set to 512 KiB/s
965
+ at 8am every day. At noon, it will rise to 10 MiB/s, and drop back
966
+ to 512 KiB/sec at 1pm. At 6pm, the bandwidth limit will be set to
967
+ 30 MiB/s, and at 11pm it will be completely disabled (full speed).
968
+ Anything between 11pm and 8am will remain unlimited.
969
+
970
+ An example of timetable with `WEEKDAY` could be:
971
+
972
+ Using spaces as separators:
973
+ `--bwlimit "Mon-00:00,512 Fri-23:59,10M Sat-10:00,1M Sun-20:00,off"`
974
+
975
+ Using semicolons as separators:
976
+ `--bwlimit "Mon-00:00,512;Fri-23:59,10M;Sat-10:00,1M;Sun-20:00,off"`
977
+
978
+ It means that, the transfer bandwidth will be set to 512 KiB/s on
979
+ Monday. It will rise to 10 MiB/s before the end of Friday. At 10:00
980
+ on Saturday it will be set to 1 MiB/s. From 20:00 on Sunday it will
981
+ be unlimited.
982
+
983
+ Timeslots without `WEEKDAY` are extended to the whole week. So this
984
+ example:
985
+
986
+ ```text
987
+ --bwlimit "Mon-00:00,512 12:00,1M Sun-20:00,off"
988
+ ```
989
+
990
+ Is equivalent to this:
991
+
992
+ ```text
993
+ --bwlimit "Mon-00:00,512Mon-12:00,1M Tue-12:00,1M Wed-12:00,1M Thu-12:00,1M Fri-12:00,1M Sat-12:00,1M Sun-12:00,1M Sun-20:00,off"
994
+ ```
995
+
996
+ Bandwidth limit apply to the data transfer for all backends. For most
997
+ backends the directory listing bandwidth is also included (exceptions
998
+ being the non HTTP backends, `ftp`, `sftp` and `storj`).
999
+
1000
+ Note that the units are **Byte/s**, not **bit/s**. Typically
1001
+ connections are measured in bit/s - to convert divide by 8. For
1002
+ example, let's say you have a 10 Mbit/s connection and you wish rclone
1003
+ to use half of it - 5 Mbit/s. This is 5/8 = 0.625 MiB/s so you would
1004
+ use a `--bwlimit 0.625M` parameter for rclone.
1005
+
1006
+ On Unix systems (Linux, macOS, …) the bandwidth limiter can be toggled by
1007
+ sending a `SIGUSR2` signal to rclone. This allows to remove the limitations
1008
+ of a long running rclone transfer and to restore it back to the value specified
1009
+ with `--bwlimit` quickly when needed. Assuming there is only one rclone instance
1010
+ running, you can toggle the limiter like this:
1011
+
1012
+ ```console
1013
+ kill -SIGUSR2 $(pidof rclone)
1014
+ ```
1015
+
1016
+ If you configure rclone with a [remote control](/rc) then you can use
1017
+ change the bwlimit dynamically:
1018
+
1019
+ ```console
1020
+ rclone rc core/bwlimit rate=1M
1021
+ ```
1022
+
1023
+ ### --bwlimit-file BwTimetable
1024
+
1025
+ This option controls per file bandwidth limit. For the options see the
1026
+ `--bwlimit` flag.
1027
+
1028
+ For example use this to allow no transfers to be faster than 1 MiB/s
1029
+
1030
+ ```text
1031
+ --bwlimit-file 1M
1032
+ ```
1033
+
1034
+ This can be used in conjunction with `--bwlimit`.
1035
+
1036
+ Note that if a schedule is provided the file will use the schedule in
1037
+ effect at the start of the transfer.
1038
+
1039
+ ### --buffer-size SizeSuffix
1040
+
1041
+ Use this sized buffer to speed up file transfers. Each `--transfer`
1042
+ will use this much memory for buffering.
1043
+
1044
+ When using `mount` or `cmount` each open file descriptor will use this much
1045
+ memory for buffering.
1046
+ See the [mount](/commands/rclone_mount/#file-buffering) documentation for more details.
1047
+
1048
+ Set to `0` to disable the buffering for the minimum memory usage.
1049
+
1050
+ Note that the memory allocation of the buffers is influenced by the
1051
+ [--use-mmap](#use-mmap) flag.
1052
+
1053
+ ### --cache-dir string
1054
+
1055
+ Specify the directory rclone will use for caching, to override
1056
+ the default.
1057
+
1058
+ Default value is depending on operating system:
1059
+
1060
+ - Windows `%LocalAppData%\rclone`, if `LocalAppData` is defined.
1061
+ - macOS `$HOME/Library/Caches/rclone` if `HOME` is defined.
1062
+ - Unix `$XDG_CACHE_HOME/rclone` if `XDG_CACHE_HOME` is defined, else
1063
+ `$HOME/.cache/rclone` if `HOME` is defined.
1064
+ - Fallback (on all OS) to `$TMPDIR/rclone`, where `TMPDIR` is the value
1065
+ from [--temp-dir](#temp-dir-string).
1066
+
1067
+ You can use the [config paths](/commands/rclone_config_paths/)
1068
+ command to see the current value.
1069
+
1070
+ Cache directory is heavily used by the [VFS File Caching](/commands/rclone_mount/#vfs-file-caching)
1071
+ mount feature, but also by [serve](/commands/rclone_serve/), [GUI](/gui) and
1072
+ other parts of rclone.
1073
+
1074
+ ### --check-first
1075
+
1076
+ If this flag is set then in a [sync](/commands/rclone_sync/),
1077
+ [copy](/commands/rclone_copy/) or [move](/commands/rclone_move/), rclone
1078
+ will do all the checks to see whether files need to be transferred before
1079
+ doing any of the transfers. Normally rclone would start running
1080
+ transfers as soon as possible.
1081
+
1082
+ This flag can be useful on IO limited systems where transfers
1083
+ interfere with checking.
1084
+
1085
+ It can also be useful to ensure perfect ordering when using
1086
+ `--order-by`.
1087
+
1088
+ If both `--check-first` and `--order-by` are set when doing `rclone move`
1089
+ then rclone will use the transfer thread to delete source files which
1090
+ don't need transferring. This will enable perfect ordering of the
1091
+ transfers and deletes but will cause the transfer stats to have more
1092
+ items in than expected.
1093
+
1094
+ Using this flag can use more memory as it effectively sets
1095
+ `--max-backlog` to infinite. This means that all the info on the
1096
+ objects to transfer is held in memory before the transfers start.
1097
+
1098
+ ### --checkers int
1099
+
1100
+ Originally controlling just the number of file checkers to run in parallel,
1101
+ e.g. by `rclone copy`. Now a fairly universal parallelism control
1102
+ used by `rclone` in several places.
1103
+
1104
+ Note: checkers do the equality checking of files during a sync.
1105
+ For some storage systems (e.g. S3, Swift, Dropbox) this can take
1106
+ a significant amount of time so they are run in parallel.
1107
+
1108
+ The default is to run 8 checkers in parallel. However, in case
1109
+ of slow-reacting backends you may need to lower (rather than increase)
1110
+ this default by setting `--checkers` to 4 or less threads. This is
1111
+ especially advised if you are experiencing backend server crashes
1112
+ during file checking phase (e.g. on subsequent or top-up backups
1113
+ where little or no file copying is done and checking takes up
1114
+ most of the time). Increase this setting only with utmost care,
1115
+ while monitoring your server health and file checking throughput.
1116
+
1117
+ ### -c, --checksum
1118
+
1119
+ Normally rclone will look at modification time and size of files to
1120
+ see if they are equal. If you set this flag then rclone will check
1121
+ the file hash and size to determine if files are equal.
1122
+
1123
+ This is useful when the remote doesn't support setting modified time
1124
+ and a more accurate sync is desired than just checking the file size.
1125
+
1126
+ This is very useful when transferring between remotes which store the
1127
+ same hash type on the object, e.g. Drive and Swift. For details of which
1128
+ remotes support which hash type see the table in the [overview
1129
+ section](/overview/).
1130
+
1131
+ Eg `rclone --checksum sync s3:/bucket swift:/bucket` would run much
1132
+ quicker than without the `--checksum` flag.
1133
+
1134
+ When using this flag, rclone won't update mtimes of remote files if
1135
+ they are incorrect as it would normally.
1136
+
1137
+ ### --color AUTO|NEVER|ALWAYS
1138
+
1139
+ Specify when colors (and other ANSI codes) should be added to the output.
1140
+
1141
+ `AUTO` only allows ANSI codes when the output is a terminal. This is the default.
1142
+
1143
+ `NEVER` never allow ANSI codes.
1144
+
1145
+ `ALWAYS` always add ANSI codes, regardless of the output format (terminal or file).
1146
+
1147
+ ### --compare-dest stringArray
1148
+
1149
+ When using [sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/) or
1150
+ [move](/commands/rclone_move/), the specified paths are checked in addition
1151
+ to the destination for files. If a file identical to the source is found, that
1152
+ file is **not** copied from source. This is useful to copy just files that
1153
+ have changed since the last backup.
1154
+
1155
+ You must use the same remote as the destination of the sync. The
1156
+ compare directory must not overlap the destination directory.
1157
+
1158
+ See `--copy-dest` and `--backup-dir`.
1159
+
1160
+ ### --config string
1161
+
1162
+ Specify the location of the rclone configuration file, to override
1163
+ the default. E.g. `rclone config --config="rclone.conf"`.
1164
+
1165
+ The exact default is a bit complex to describe, due to changes
1166
+ introduced through different versions of rclone while preserving
1167
+ backwards compatibility, but in most cases it is as simple as:
1168
+
1169
+ - `%APPDATA%/rclone/rclone.conf` on Windows
1170
+ - `~/.config/rclone/rclone.conf` on other
1171
+
1172
+ The complete logic is as follows: Rclone will look for an existing
1173
+ configuration file in any of the following locations, in priority order:
1174
+
1175
+ 1. `rclone.conf` (in program directory, where rclone executable is)
1176
+ 2. `%APPDATA%/rclone/rclone.conf` (only on Windows)
1177
+ 3. `$XDG_CONFIG_HOME/rclone/rclone.conf` (on all systems, including Windows)
1178
+ 4. `~/.config/rclone/rclone.conf` (see below for explanation of ~ symbol)
1179
+ 5. `~/.rclone.conf`
1180
+
1181
+ If no existing configuration file is found, then a new one will be created
1182
+ in the following location:
1183
+
1184
+ - On Windows: Location 2 listed above, except in the unlikely event
1185
+ that `APPDATA` is not defined, then location 4 is used instead.
1186
+ - On Unix: Location 3 if `XDG_CONFIG_HOME` is defined, else location 4.
1187
+ - Fallback to location 5 (on all OS), when the rclone directory cannot be
1188
+ created, but if also a home directory was not found then path
1189
+ `.rclone.conf` relative to current working directory will be used as
1190
+ a final resort.
1191
+
1192
+ The `~` symbol in paths above represent the home directory of the current user
1193
+ on any OS, and the value is defined as following:
1194
+
1195
+ - On Windows: `%HOME%` if defined, else `%USERPROFILE%`, or else `%HOMEDRIVE%\%HOMEPATH%`.
1196
+ - On Unix: `$HOME` if defined, else by looking up current user in OS-specific user
1197
+ database (e.g. passwd file), or else use the result from shell command `cd && pwd`.
1198
+
1199
+ If you run `rclone config file` you will see where the default location is for
1200
+ you. Running `rclone config touch` will ensure a configuration file exists,
1201
+ creating an empty one in the default location if there is none.
1202
+
1203
+ The fact that an existing file `rclone.conf` in the same directory
1204
+ as the rclone executable is always preferred, means that it is easy
1205
+ to run in "portable" mode by downloading rclone executable to a
1206
+ writable directory and then create an empty file `rclone.conf` in the
1207
+ same directory.
1208
+
1209
+ If the location is set to empty string `""` or path to a file
1210
+ with name `notfound`, or the os null device represented by value `NUL` on
1211
+ Windows and `/dev/null` on Unix systems, then rclone will keep the
1212
+ configuration file in memory only.
1213
+
1214
+ You may see a log message "Config file not found - using defaults" if there is
1215
+ no configuration file. This can be supressed, e.g. if you are using rclone
1216
+ entirely with [on the fly remotes](/docs/#backend-path-to-dir), by using
1217
+ memory-only configuration file or by creating an empty configuration file, as
1218
+ described above.
1219
+
1220
+ The file format is basic [INI](https://en.wikipedia.org/wiki/INI_file#Format):
1221
+ Sections of text, led by a `[section]` header and followed by
1222
+ `key=value` entries on separate lines. In rclone each remote is
1223
+ represented by its own section, where the section name defines the
1224
+ name of the remote. Options are specified as the `key=value` entries,
1225
+ where the key is the option name without the `--backend-` prefix,
1226
+ in lowercase and with `_` instead of `-`. E.g. option `--mega-hard-delete`
1227
+ corresponds to key `hard_delete`. Only backend options can be specified.
1228
+ A special, and required, key `type` identifies the [storage system](/overview/),
1229
+ where the value is the internal lowercase name as returned by command
1230
+ `rclone help backends`. Comments are indicated by `;` or `#` at the
1231
+ beginning of a line.
1232
+
1233
+ Example:
1234
+
1235
+ ```ini
1236
+ [megaremote]
1237
+ type = mega
1238
+ user = you@example.com
1239
+ pass = PDPcQVVjVtzFY-GTdDFozqBhTdsPg3qH
1240
+ ```
1241
+
1242
+ Note that passwords are in [obscured](/commands/rclone_obscure/)
1243
+ form. Also, many storage systems uses token-based authentication instead
1244
+ of passwords, and this requires additional steps. It is easier, and safer,
1245
+ to use the interactive command `rclone config` instead of manually
1246
+ editing the configuration file.
1247
+
1248
+ The configuration file will typically contain login information, and
1249
+ should therefore have restricted permissions so that only the current user
1250
+ can read it. Rclone tries to ensure this when it writes the file.
1251
+ You may also choose to [encrypt](#configuration-encryption) the file.
1252
+
1253
+ When token-based authentication are used, the configuration file
1254
+ must be writable, because rclone needs to update the tokens inside it.
1255
+
1256
+ To reduce risk of corrupting an existing configuration file, rclone
1257
+ will not write directly to it when saving changes. Instead it will
1258
+ first write to a new, temporary, file. If a configuration file already
1259
+ existed, it will (on Unix systems) try to mirror its permissions to
1260
+ the new file. Then it will rename the existing file to a temporary
1261
+ name as backup. Next, rclone will rename the new file to the correct name,
1262
+ before finally cleaning up by deleting the backup file.
1263
+
1264
+ If the configuration file path used by rclone is a symbolic link, then
1265
+ this will be evaluated and rclone will write to the resolved path, instead
1266
+ of overwriting the symbolic link. Temporary files used in the process
1267
+ (described above) will be written to the same parent directory as that
1268
+ of the resolved configuration file, but if this directory is also a
1269
+ symbolic link it will not be resolved and the temporary files will be
1270
+ written to the location of the directory symbolic link.
1271
+
1272
+ ### --contimeout Duration
1273
+
1274
+ Set the connection timeout. This should be in go time format which
1275
+ looks like `5s` for 5 seconds, `10m` for 10 minutes, or `3h30m`.
1276
+
1277
+ The connection timeout is the amount of time rclone will wait for a
1278
+ connection to go through to a remote object storage system. It is
1279
+ `1m` by default.
1280
+
1281
+ ### --copy-dest stringArray
1282
+
1283
+ When using [sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/) or
1284
+ [move](/commands/rclone_move/), the specified paths are checked in addition
1285
+ to the destination for files. This part is the same as `--compare-dest`, but
1286
+ the difference is that with `--copy-dest`, if a file identical to the source
1287
+ is found, that file is server-side copied from the specified paths to the
1288
+ destination. This is useful for incremental backup.
1289
+
1290
+ The remote in use must support server-side copy and you must
1291
+ use the same remote as the destination of the sync. The compare
1292
+ directory must not overlap the destination directory.
1293
+
1294
+ See `--compare-dest` and `--backup-dir`.
1295
+
1296
+ ### --dedupe-mode interactive|skip|first|newest|oldest|largest|smallest|rename|list
1297
+
1298
+ Mode to run dedupe command in. One of `interactive`, `skip`, `first`,
1299
+ `newest`, `oldest`, `largest`, `smallest`, `rename` `list`. The default
1300
+ is `interactive`. See the [dedupe](/commands/rclone_dedupe/) command
1301
+ for more information as to what these options mean.
1302
+
1303
+ ### --default-time Time
1304
+
1305
+ If a file or directory does have a modification time rclone can read
1306
+ then rclone will display this fixed time instead.
1307
+
1308
+ The default is `2000-01-01 00:00:00 UTC`. This can be configured in
1309
+ any of the ways shown in [time options](#time-options).
1310
+
1311
+ For example `--default-time 2020-06-01` to set the default time to the
1312
+ 1st of June 2020 or `--default-time 0s` to set the default time to the
1313
+ time rclone started up.
1314
+
1315
+ ### --disable string
1316
+
1317
+ This disables a comma separated list of optional features. For example
1318
+ to disable server-side move and server-side copy use:
1319
+
1320
+ ```text
1321
+ --disable move,copy
1322
+ ```
1323
+
1324
+ The features can be put in any case.
1325
+
1326
+ To see a list of which features can be disabled use:
1327
+
1328
+ ```text
1329
+ --disable help
1330
+ ```
1331
+
1332
+ The features a remote has can be seen in JSON format with:
1333
+
1334
+ ```console
1335
+ rclone backend features remote:
1336
+ ```
1337
+
1338
+ See the overview [features](/overview/#features) and
1339
+ [optional features](/overview/#optional-features) to get an idea of
1340
+ which feature does what.
1341
+
1342
+ Note that some features can be set to `true` if they are `true`/`false`
1343
+ feature flag features by prefixing them with `!`. For example the
1344
+ `CaseInsensitive` feature can be forced to `false` with `--disable CaseInsensitive`
1345
+ and forced to `true` with `--disable '!CaseInsensitive'`. In general
1346
+ it isn't a good idea doing this but it may be useful in extremis.
1347
+
1348
+ (Note that `!` is a shell command which you will
1349
+ need to escape with single quotes or a backslash on unix like
1350
+ platforms.)
1351
+
1352
+ This flag can be useful for debugging and in exceptional circumstances
1353
+ (e.g. Google Drive limiting the total volume of server-side copies to
1354
+ 100 GiB/day).
1355
+
1356
+ ### --disable-http2
1357
+
1358
+ This stops rclone from trying to use HTTP/2 if available. This can
1359
+ sometimes speed up transfers due to a
1360
+ [problem in the Go standard library](https://github.com/golang/go/issues/37373).
1361
+
1362
+ ### --dscp string
1363
+
1364
+ Specify a DSCP value or name to use in connections. This could help QoS
1365
+ system to identify traffic class. BE, EF, DF, LE, CSx and AFxx are allowed.
1366
+
1367
+ See the description of [differentiated services](https://en.wikipedia.org/wiki/Differentiated_services)
1368
+ to get an idea of this field. Setting this to 1 (LE) to identify the flow to
1369
+ SCAVENGER class can avoid occupying too much bandwidth in a network with DiffServ
1370
+ support ([RFC 8622](https://tools.ietf.org/html/rfc8622)).
1371
+
1372
+ For example, if you configured QoS on router to handle LE properly. Running:
1373
+
1374
+ ```console
1375
+ rclone copy --dscp LE from:/from to:/to
1376
+ ```
1377
+
1378
+ would make the priority lower than usual internet flows.
1379
+
1380
+ This option has no effect on Windows (see [golang/go#42728](https://github.com/golang/go/issues/42728)).
1381
+
1382
+ ### -n, --dry-run
1383
+
1384
+ Do a trial run with no permanent changes. Use this to see what rclone
1385
+ would do without actually doing it. Useful when setting up the
1386
+ [sync](/commands/rclone_sync/) command which deletes files in the destination.
1387
+
1388
+ ### --expect-continue-timeout Duration
1389
+
1390
+ This specifies the amount of time to wait for a server's first
1391
+ response headers after fully writing the request headers if the
1392
+ request has an "Expect: 100-continue" header. Not all backends support
1393
+ using this.
1394
+
1395
+ Zero means no timeout and causes the body to be sent immediately,
1396
+ without waiting for the server to approve. This time does not include
1397
+ the time to send the request header.
1398
+
1399
+ The default is `1s`. Set to `0` to disable.
1400
+
1401
+ ### --error-on-no-transfer
1402
+
1403
+ By default, rclone will exit with return code 0 if there were no errors.
1404
+
1405
+ This option allows rclone to return exit code 9 if no files were transferred
1406
+ between the source and destination. This allows using rclone in scripts, and
1407
+ triggering follow-on actions if data was copied, or skipping if not.
1408
+
1409
+ NB: Enabling this option turns a usually non-fatal error into a potentially
1410
+ fatal one - please check and adjust your scripts accordingly!
1411
+
1412
+ ### --fix-case
1413
+
1414
+ Normally, a sync to a case insensitive dest (such as macOS / Windows) will
1415
+ not result in a matching filename if the source and dest filenames have
1416
+ casing differences but are otherwise identical. For example, syncing `hello.txt`
1417
+ to `HELLO.txt` will normally result in the dest filename remaining `HELLO.txt`.
1418
+ If `--fix-case` is set, then `HELLO.txt` will be renamed to `hello.txt`
1419
+ to match the source.
1420
+
1421
+ NB:
1422
+
1423
+ - directory names with incorrect casing will also be fixed
1424
+ - `--fix-case` will be ignored if `--immutable` is set
1425
+ - using `--local-case-sensitive` instead is not advisable;
1426
+ it will cause `HELLO.txt` to get deleted!
1427
+ - the old dest filename must not be excluded by filters.
1428
+ Be especially careful with [`--files-from`](/filtering/#files-from-read-list-of-source-file-names),
1429
+ which does not respect [`--ignore-case`](/filtering/#ignore-case-make-searches-case-insensitive)!
1430
+ - on remotes that do not support server-side move, `--fix-case` will require
1431
+ downloading the file and re-uploading it. To avoid this, do not use `--fix-case`.
1432
+
1433
+ ### --fs-cache-expire-duration Duration
1434
+
1435
+ When using rclone via the API rclone caches created remotes for 5
1436
+ minutes by default in the "fs cache". This means that if you do
1437
+ repeated actions on the same remote then rclone won't have to build it
1438
+ again from scratch, which makes it more efficient.
1439
+
1440
+ This flag sets the time that the remotes are cached for. If you set it
1441
+ to `0` (or negative) then rclone won't cache the remotes at all.
1442
+
1443
+ Note that if you use some flags, eg `--backup-dir` and if this is set
1444
+ to `0` rclone may build two remotes (one for the source or destination
1445
+ and one for the `--backup-dir` where it may have only built one
1446
+ before.
1447
+
1448
+ ### --fs-cache-expire-interval Duration
1449
+
1450
+ This controls how often rclone checks for cached remotes to expire.
1451
+ See the `--fs-cache-expire-duration` documentation above for more
1452
+ info. The default is 60s, set to 0 to disable expiry.
1453
+
1454
+ ### --header stringArray
1455
+
1456
+ Add an HTTP header for all transactions. The flag can be repeated to
1457
+ add multiple headers.
1458
+
1459
+ If you want to add headers only for uploads use `--header-upload` and
1460
+ if you want to add headers only for downloads use `--header-download`.
1461
+
1462
+ This flag is supported for all HTTP based backends even those not
1463
+ supported by `--header-upload` and `--header-download` so may be used
1464
+ as a workaround for those with care.
1465
+
1466
+ ```console
1467
+ rclone ls remote:test --header "X-Rclone: Foo" --header "X-LetMeIn: Yes"
1468
+ ```
1469
+
1470
+ ### --header-download stringArray
1471
+
1472
+ Add an HTTP header for all download transactions. The flag can be repeated to
1473
+ add multiple headers.
1474
+
1475
+ ```console
1476
+ rclone sync --interactive s3:test/src ~/dst --header-download "X-Amz-Meta-Test: Foo" --header-download "X-Amz-Meta-Test2: Bar"
1477
+ ```
1478
+
1479
+ See GitHub issue [#59](https://github.com/rclone/rclone/issues/59) for
1480
+ currently supported backends.
1481
+
1482
+ ### --header-upload stringArray
1483
+
1484
+ Add an HTTP header for all upload transactions. The flag can be repeated to add
1485
+ multiple headers.
1486
+
1487
+ ```console
1488
+ rclone sync --interactive ~/src s3:test/dst --header-upload "Content-Disposition: attachment; filename='cool.html'" --header-upload "X-Amz-Meta-Test: FooBar"
1489
+ ```
1490
+
1491
+ See GitHub issue [#59](https://github.com/rclone/rclone/issues/59) for
1492
+ currently supported backends.
1493
+
1494
+ ### --http-proxy string
1495
+
1496
+ Use this option to set an HTTP proxy for all HTTP based services to
1497
+ use.
1498
+
1499
+ Rclone also supports the standard HTTP proxy environment variables
1500
+ which it will pick up automatically. The is the way the HTTP proxy
1501
+ will normally be set but this flag can be used to override it.
1502
+
1503
+ ### --human-readable
1504
+
1505
+ Rclone commands output values for sizes (e.g. number of bytes) and
1506
+ counts (e.g. number of files) either as *raw* numbers, or
1507
+ in *human-readable* format.
1508
+
1509
+ In human-readable format the values are scaled to larger units, indicated with
1510
+ a suffix shown after the value, and rounded to three decimals. Rclone consistently
1511
+ uses binary units (powers of 2) for sizes and decimal units (powers of 10) for counts.
1512
+ The unit prefix for size is according to IEC standard notation, e.g. `Ki` for kibi.
1513
+ Used with byte unit, `1 KiB` means 1024 Byte. In list type of output, only the
1514
+ unit prefix appended to the value (e.g. `9.762Ki`), while in more textual output
1515
+ the full unit is shown (e.g. `9.762 KiB`). For counts the SI standard notation is
1516
+ used, e.g. prefix `k` for kilo. Used with file counts, `1k` means 1000 files.
1517
+
1518
+ The various [list](/commands/rclone_ls/) commands output raw numbers by default.
1519
+ Option `--human-readable` will make them output values in human-readable format
1520
+ instead (with the short unit prefix).
1521
+
1522
+ The [about](/commands/rclone_about/) command outputs human-readable by default,
1523
+ with a command-specific option `--full` to output the raw numbers instead.
1524
+
1525
+ Command [size](/commands/rclone_size/) outputs both human-readable and raw numbers
1526
+ in the same output.
1527
+
1528
+ The [tree](/commands/rclone_tree/) command also considers `--human-readable`, but
1529
+ it will not use the exact same notation as the other commands: It rounds to one
1530
+ decimal, and uses single letter suffix, e.g. `K` instead of `Ki`. The reason for
1531
+ this is that it relies on an external library.
1532
+
1533
+ The interactive command [ncdu](/commands/rclone_ncdu/) shows human-readable by
1534
+ default, and responds to key `u` for toggling human-readable format.
1535
+
1536
+ ### --ignore-case-sync
1537
+
1538
+ Using this option will cause rclone to ignore the case of the files
1539
+ when synchronizing so files will not be copied/synced when the
1540
+ existing filenames are the same, even if the casing is different.
1541
+
1542
+ ### --ignore-checksum
1543
+
1544
+ Normally rclone will check that the checksums of transferred files
1545
+ match, and give an error "corrupted on transfer" if they don't.
1546
+
1547
+ You can use this option to skip that check. You should only use it if
1548
+ you have had the "corrupted on transfer" error message and you are
1549
+ sure you might want to transfer potentially corrupted data.
1550
+
1551
+ ### --ignore-existing
1552
+
1553
+ Using this option will make rclone unconditionally skip all files
1554
+ that exist on the destination, no matter the content of these files.
1555
+
1556
+ While this isn't a generally recommended option, it can be useful
1557
+ in cases where your files change due to encryption. However, it cannot
1558
+ correct partial transfers in case a transfer was interrupted.
1559
+
1560
+ When performing a `move`/`moveto` command, this flag will leave skipped
1561
+ files in the source location unchanged when a file with the same name
1562
+ exists on the destination.
1563
+
1564
+ ### --ignore-size
1565
+
1566
+ Normally rclone will look at modification time and size of files to
1567
+ see if they are equal. If you set this flag then rclone will check
1568
+ only the modification time. If `--checksum` is set then it only
1569
+ checks the checksum.
1570
+
1571
+ It will also cause rclone to skip verifying the sizes are the same
1572
+ after transfer.
1573
+
1574
+ This can be useful for transferring files to and from OneDrive which
1575
+ occasionally misreports the size of image files (see
1576
+ [#399](https://github.com/rclone/rclone/issues/399) for more info).
1577
+
1578
+ ### -I, --ignore-times
1579
+
1580
+ Using this option will cause rclone to unconditionally upload all
1581
+ files regardless of the state of files on the destination.
1582
+
1583
+ Normally rclone would skip any files that have the same
1584
+ modification time and are the same size (or have the same checksum if
1585
+ using `--checksum`).
1586
+
1587
+ ### --immutable
1588
+
1589
+ Treat source and destination files as immutable and disallow
1590
+ modification.
1591
+
1592
+ With this option set, files will be created and deleted as requested,
1593
+ but existing files will never be updated. If an existing file does
1594
+ not match between the source and destination, rclone will give the error
1595
+ `Source and destination exist but do not match: immutable file modified`.
1596
+
1597
+ Note that only commands which transfer files (e.g. [sync](/commands/rclone_sync/),
1598
+ [copy](/commands/rclone_copy/) or [move](/commands/rclone_move/)) are affected
1599
+ by this behavior, and only modification is disallowed. Files may still be deleted
1600
+ explicitly (e.g. [delete](/commands/rclone_delete/), [purge](/commands/rclone_purge/))
1601
+ or implicitly (e.g. [sync](/commands/rclone_sync/), [move](/commands/rclone_move/)).
1602
+ Use `copy --immutable` if it is desired to avoid deletion as well as modification.
1603
+
1604
+ This can be useful as an additional layer of protection for immutable
1605
+ or append-only data sets (notably backup archives), where modification
1606
+ implies corruption and should not be propagated.
1607
+
1608
+ ### --inplace {#inplace}
1609
+
1610
+ The `--inplace` flag changes the behaviour of rclone when uploading
1611
+ files to some backends (backends with the `PartialUploads` feature
1612
+ flag set) such as:
1613
+
1614
+ - local
1615
+ - ftp
1616
+ - sftp
1617
+ - pcloud
1618
+
1619
+ Without `--inplace` (the default) rclone will first upload to a
1620
+ temporary file with an extension like this, where `XXXXXX` represents a
1621
+ hash of the source file's fingerprint and `.partial` is
1622
+ [--partial-suffix](#partial-suffix) value (`.partial` by default).
1623
+
1624
+ ```text
1625
+ original-file-name.XXXXXX.partial
1626
+ ```
1627
+
1628
+ (rclone will make sure the final name is no longer than 100 characters
1629
+ by truncating the `original-file-name` part if necessary).
1630
+
1631
+ When the upload is complete, rclone will rename the `.partial` file to
1632
+ the correct name, overwriting any existing file at that point. If the
1633
+ upload fails then the `.partial` file will be deleted.
1634
+
1635
+ This prevents other users of the backend from seeing partially
1636
+ uploaded files in their new names and prevents overwriting the old
1637
+ file until the new one is completely uploaded.
1638
+
1639
+ If the `--inplace` flag is supplied, rclone will upload directly to
1640
+ the final name without creating a `.partial` file.
1641
+
1642
+ This means that an incomplete file will be visible in the directory
1643
+ listings while the upload is in progress and any existing files will
1644
+ be overwritten as soon as the upload starts. If the transfer fails
1645
+ then the file will be deleted. This can cause data loss of the
1646
+ existing file if the transfer fails.
1647
+
1648
+ Note that on the local file system if you don't use `--inplace` hard
1649
+ links (Unix only) will be broken. And if you do use `--inplace` you
1650
+ won't be able to update in use executables.
1651
+
1652
+ Note also that versions of rclone prior to v1.63.0 behave as if the
1653
+ `--inplace` flag is always supplied.
1654
+
1655
+ ### -i, --interactive {#interactive}
1656
+
1657
+ This flag can be used to tell rclone that you wish a manual
1658
+ confirmation before destructive operations.
1659
+
1660
+ It is **recommended** that you use this flag while learning rclone
1661
+ especially with `rclone sync`.
1662
+
1663
+ For example
1664
+
1665
+ ```console
1666
+ $ rclone delete --interactive /tmp/dir
1667
+ rclone: delete "important-file.txt"?
1668
+ y) Yes, this is OK (default)
1669
+ n) No, skip this
1670
+ s) Skip all delete operations with no more questions
1671
+ !) Do all delete operations with no more questions
1672
+ q) Exit rclone now.
1673
+ y/n/s/!/q> n
1674
+ ```
1675
+
1676
+ The options mean
1677
+
1678
+ - `y`: **Yes**, this operation should go ahead. You can also press Return
1679
+ for this to happen. You'll be asked every time unless you choose `s`
1680
+ or `!`.
1681
+ - `n`: **No**, do not do this operation. You'll be asked every time unless
1682
+ you choose `s` or `!`.
1683
+ - `s`: **Skip** all the following operations of this type with no more
1684
+ questions. This takes effect until rclone exits. If there are any
1685
+ different kind of operations you'll be prompted for them.
1686
+ - `!`: **Do all** the following operations with no more
1687
+ questions. Useful if you've decided that you don't mind rclone doing
1688
+ that kind of operation. This takes effect until rclone exits . If
1689
+ there are any different kind of operations you'll be prompted for
1690
+ them.
1691
+ - `q`: **Quit** rclone now, just in case!
1692
+
1693
+ ### --leave-root
1694
+
1695
+ During rmdirs it will not remove root directory, even if it's empty.
1696
+
1697
+ ### -l, --links
1698
+
1699
+ Normally rclone will ignore symlinks or junction points (which behave
1700
+ like symlinks under Windows). Ignored files won't be copied, moved or
1701
+ deleted in a sync.
1702
+
1703
+ If you supply this flag then rclone will copy symbolic links from any
1704
+ supported backend backend, and store them as text files, with a
1705
+ `.rclonelink` suffix in the destination.
1706
+
1707
+ The text file will contain the target of the symbolic link.
1708
+
1709
+ The `--links` / `-l` flag enables this feature for all supported
1710
+ backends and the VFS. There are individual flags for just enabling it
1711
+ for the VFS `--vfs-links` and the local backend `--local-links` if
1712
+ required.
1713
+
1714
+ ### --list-cutoff int {#list-cutoff}
1715
+
1716
+ When syncing rclone needs to sort directory entries before comparing
1717
+ them. Below this threshold (1,000,000) by default, rclone will store
1718
+ the directory entries in memory. 1,000,000 entries will take approx
1719
+ 1GB of RAM to store. Above this threshold rclone will store directory
1720
+ entries on disk and sort them without using a lot of memory.
1721
+
1722
+ Doing this is slightly less efficient then sorting them in memory and
1723
+ will only work well for the bucket based backends (eg s3, b2,
1724
+ azureblob, swift) but these are the only backends likely to have
1725
+ millions of entries in a directory.
1726
+
1727
+ ### --log-file string
1728
+
1729
+ Log all of rclone's output to a file. This is not active by default.
1730
+ This can be useful for tracking down problems with syncs in
1731
+ combination with the `-v` flag. See the [logging](#logging) section
1732
+ for more info.
1733
+
1734
+ If the file exists, then rclone will append to it.
1735
+
1736
+ Note that if you are using the `logrotate` program to manage rclone's
1737
+ logs, then you should use the `copytruncate` option as rclone doesn't
1738
+ have a signal to rotate logs.
1739
+
1740
+ Alternatively you can use the options below to manage rclone's built
1741
+ in log rotation.
1742
+
1743
+ ### --log-file-max-size SizeSuffix
1744
+
1745
+ Maximum size of the log file before it's rotated (eg `10M`). This SizeSuffix
1746
+ is rounded to the nearest MiB or 1 MiB if lower.
1747
+
1748
+ If `--log-file` is not set then this option will be ignored.
1749
+
1750
+ If this option is not set, then the other log rotation options will be
1751
+ ignored.
1752
+
1753
+ For example if the following flags are in use
1754
+
1755
+ ```console
1756
+ rclone --log-file rclone.log --log-file-max-size 1M --log-file-max-backups 3
1757
+ ```
1758
+
1759
+ Then this will create log files which look like this
1760
+
1761
+ ```console
1762
+ $ ls -l
1763
+ -rw------- 1 user user 1048491 Apr 11 17:15 rclone-2025-04-11T17-15-29.998.log
1764
+ -rw------- 1 user user 1048511 Apr 11 17:15 rclone-2025-04-11T17-15-30.467.log
1765
+ -rw------- 1 user user 1048559 Apr 11 17:15 rclone-2025-04-11T17-15-30.543.log
1766
+ -rw------- 1 user user 521602 Apr 11 17:15 rclone.log
1767
+ ```
1768
+
1769
+ The file `rclone.log` being the current one.
1770
+
1771
+ ### --log-file-compress
1772
+
1773
+ If set, compress rotated log files using gzip. This changes the
1774
+ extension of the old log files to `.log.gz`.
1775
+
1776
+ Defaults to false - don't compress log files.
1777
+
1778
+ ### --log-file-max-age Duration
1779
+
1780
+ Maximum duration to retain old log files (eg `7d`). This is rounded to
1781
+ the dearest day, or 1 day if lower.
1782
+
1783
+ The default is to retain all old log files.
1784
+
1785
+ ### --log-file-max-backups int
1786
+
1787
+ Maximum number of old log files to retain
1788
+
1789
+ The default is to retain all old log files.
1790
+
1791
+ ### --log-format string
1792
+
1793
+ Comma separated list of log format options. The accepted options are:
1794
+
1795
+ - `date` - Add a date in the format YYYY/MM/YY to the log.
1796
+ - `time` - Add a time to the log in format HH:MM:SS.
1797
+ - `microseconds` - Add microseconds to the time in format HH:MM:SS.SSSSSS.
1798
+ - `UTC` - Make the logs in UTC not localtime.
1799
+ - `longfile` - Adds the source file and line number of the log statement.
1800
+ - `shortfile` - Adds the source file and line number of the log statement.
1801
+ - `pid` - Add the process ID to the log - useful with `rclone mount --daemon`.
1802
+ - `nolevel` - Don't add the level to the log.
1803
+ - `json` - Equivalent to adding `--use-json-log`
1804
+
1805
+ They are added to the log line in the order above.
1806
+
1807
+ The default log format is `"date,time"`.
1808
+
1809
+ ### --log-level LogLevel
1810
+
1811
+ This sets the log level for rclone. The default log level is `NOTICE`.
1812
+
1813
+ `DEBUG` is equivalent to `-vv`. It outputs lots of debug info - useful
1814
+ for bug reports and really finding out what rclone is doing.
1815
+
1816
+ `INFO` is equivalent to `-v`. It outputs information about each transfer
1817
+ and prints stats once a minute by default.
1818
+
1819
+ `NOTICE` is the default log level if no logging flags are supplied. It
1820
+ outputs very little when things are working normally. It outputs
1821
+ warnings and significant events.
1822
+
1823
+ `ERROR` is equivalent to `-q`. It only outputs error messages.
1824
+
1825
+ See also the [logging](#logging) section.
1826
+
1827
+ ### --windows-event-log LogLevel
1828
+
1829
+ If this is configured (the default is `OFF`) then logs of this level
1830
+ and above will be logged to the Windows event log in **addition** to
1831
+ the normal logs. These will be logged in JSON format as described
1832
+ below regardless of what format the main logs are configured for.
1833
+
1834
+ The Windows event log only has 3 levels of severity `Info`, `Warning`
1835
+ and `Error`. If enabled we map rclone levels like this.
1836
+
1837
+ - `Error` ← `ERROR` (and above)
1838
+ - `Warning` ← `WARNING` (note that this level is defined but not currently used).
1839
+ - `Info` ← `NOTICE`, `INFO` and `DEBUG`.
1840
+
1841
+ Rclone will declare its log source as "rclone" if it is has enough
1842
+ permissions to create the registry key needed. If not then logs will
1843
+ appear as "Application". You can run `rclone version --windows-event-log DEBUG`
1844
+ once as administrator to create the registry key in advance.
1845
+
1846
+ **Note** that the `--windows-event-log` level must be greater (more
1847
+ severe) than or equal to the `--log-level`. For example to log DEBUG
1848
+ to a log file but ERRORs to the event log you would use
1849
+
1850
+ ```text
1851
+ --log-file rclone.log --log-level DEBUG --windows-event-log ERROR
1852
+ ```
1853
+
1854
+ This option is only supported Windows platforms.
1855
+
1856
+ ### --use-json-log
1857
+
1858
+ This switches the log format to JSON. The log messages are then
1859
+ streamed as individual JSON objects, with fields: `level`, `msg`, `source`,
1860
+ and `time`. The resulting format is what is sometimes referred to as
1861
+ [newline-delimited JSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-delimited_JSON)
1862
+ (NDJSON), or JSON Lines (JSONL). This is well suited for processing by
1863
+ traditional line-oriented tools and shell pipelines, but a complete log
1864
+ file is not strictly valid JSON and needs a parser that can handle it.
1865
+
1866
+ The JSON logs will be printed on a single line, but are shown expanded
1867
+ here for clarity.
1868
+
1869
+ ```json
1870
+ {
1871
+ "time": "2025-05-13T17:30:51.036237518+01:00",
1872
+ "level": "debug",
1873
+ "msg": "4 go routines active\n",
1874
+ "source": "cmd/cmd.go:298"
1875
+ }
1876
+ ```
1877
+
1878
+ Completed data transfer logs will have extra `size` information. Logs
1879
+ which are about a particular object will have `object` and
1880
+ `objectType` fields also.
1881
+
1882
+ ```json
1883
+ {
1884
+ "time": "2025-05-13T17:38:05.540846352+01:00",
1885
+ "level": "info",
1886
+ "msg": "Copied (new) to: file2.txt",
1887
+ "size": 6,
1888
+ "object": "file.txt",
1889
+ "objectType": "*local.Object",
1890
+ "source": "operations/copy.go:368"
1891
+ }
1892
+ ```
1893
+
1894
+ Stats logs will contain a `stats` field which is the same as
1895
+ returned from the rc call [core/stats](/rc/#core-stats).
1896
+
1897
+ ```json
1898
+ {
1899
+ "time": "2025-05-13T17:38:05.540912847+01:00",
1900
+ "level": "info",
1901
+ "msg": "...text version of the stats...",
1902
+ "stats": {
1903
+ "bytes": 6,
1904
+ "checks": 0,
1905
+ "deletedDirs": 0,
1906
+ "deletes": 0,
1907
+ "elapsedTime": 0.000904825,
1908
+ ...truncated for clarity...
1909
+ "totalBytes": 6,
1910
+ "totalChecks": 0,
1911
+ "totalTransfers": 1,
1912
+ "transferTime": 0.000882794,
1913
+ "transfers": 1
1914
+ },
1915
+ "source": "accounting/stats.go:569"
1916
+ }
1917
+ ```
1918
+
1919
+ ### --low-level-retries int
1920
+
1921
+ This controls the number of low level retries rclone does.
1922
+
1923
+ A low level retry is used to retry a failing operation - typically one
1924
+ HTTP request. This might be uploading a chunk of a big file for
1925
+ example. You will see low level retries in the log with the `-v`
1926
+ flag.
1927
+
1928
+ This shouldn't need to be changed from the default in normal operations.
1929
+ However, if you get a lot of low level retries you may wish
1930
+ to reduce the value so rclone moves on to a high level retry (see the
1931
+ `--retries` flag) quicker.
1932
+
1933
+ Disable low level retries with `--low-level-retries 1`.
1934
+
1935
+ ### --max-backlog int
1936
+
1937
+ This is the maximum allowable backlog of files in a sync/copy/move
1938
+ queued for being checked or transferred.
1939
+
1940
+ This can be set arbitrarily large. It will only use memory when the
1941
+ queue is in use. Note that it will use in the order of N KiB of memory
1942
+ when the backlog is in use.
1943
+
1944
+ Setting this large allows rclone to calculate how many files are
1945
+ pending more accurately, give a more accurate estimated finish
1946
+ time and make `--order-by` work more accurately.
1947
+
1948
+ Setting this small will make rclone more synchronous to the listings
1949
+ of the remote which may be desirable.
1950
+
1951
+ Setting this to a negative number will make the backlog as large as
1952
+ possible.
1953
+
1954
+ ### --max-buffer-memory SizeSuffix {#max-buffer-memory}
1955
+
1956
+ If set, don't allocate more than given amount of memory as buffers. If
1957
+ not set or set to `0` or `off` this will not limit the amount of memory
1958
+ in use.
1959
+
1960
+ This includes memory used by buffers created by the `--buffer` flag
1961
+ and buffers used by multi-thread transfers.
1962
+
1963
+ Most multi-thread transfers do not take additional memory, but some do
1964
+ depending on the backend (eg the s3 backend for uploads). This means
1965
+ there is a tension between total setting `--transfers` as high as
1966
+ possible and memory use.
1967
+
1968
+ Setting `--max-buffer-memory` allows the buffer memory to be
1969
+ controlled so that it doesn't overwhelm the machine and allows
1970
+ `--transfers` to be set large.
1971
+
1972
+ ### --max-connections int
1973
+
1974
+ This sets the maximum number of concurrent calls to the backend API.
1975
+ It may not map 1:1 to TCP or HTTP connections depending on the backend
1976
+ in use and the use of HTTP1 vs HTTP2.
1977
+
1978
+ When downloading files, backends only limit the initial opening of the
1979
+ stream. The bulk data download is not counted as a connection. This
1980
+ means that the `--max--connections` flag won't limit the total number
1981
+ of downloads.
1982
+
1983
+ Note that it is possible to cause deadlocks with this setting so it
1984
+ should be used with care.
1985
+
1986
+ If you are doing a sync or copy then make sure `--max-connections` is
1987
+ one more than the sum of `--transfers` and `--checkers`.
1988
+
1989
+ If you use `--check-first` then `--max-connections` just needs to be
1990
+ one more than the maximum of `--checkers` and `--transfers`.
1991
+
1992
+ So for `--max-connections 3` you'd use `--checkers 2 --transfers 2
1993
+ --check-first` or `--checkers 1 --transfers 1`.
1994
+
1995
+ Setting this flag can be useful for backends which do multipart
1996
+ uploads to limit the number of simultaneous parts being transferred.
1997
+
1998
+ ### --max-delete int
1999
+
2000
+ This tells rclone not to delete more than N files. If that limit is
2001
+ exceeded then a fatal error will be generated and rclone will stop the
2002
+ operation in progress.
2003
+
2004
+ ### --max-delete-size SizeSuffix
2005
+
2006
+ Rclone will stop deleting files when the total size of deletions has
2007
+ reached the size specified. It defaults to off.
2008
+
2009
+ If that limit is exceeded then a fatal error will be generated and
2010
+ rclone will stop the operation in progress.
2011
+
2012
+ ### --max-depth int
2013
+
2014
+ This modifies the recursion depth for all the commands except purge.
2015
+
2016
+ So if you do `rclone --max-depth 1 ls remote:path` you will see only
2017
+ the files in the top level directory. Using `--max-depth 2` means you
2018
+ will see all the files in first two directory levels and so on.
2019
+
2020
+ For historical reasons the `lsd` command defaults to using a
2021
+ `--max-depth` of 1 - you can override this with the command line flag.
2022
+
2023
+ You can use this command to disable recursion (with `--max-depth 1`).
2024
+
2025
+ Note that if you use this with `sync` and `--delete-excluded` the
2026
+ files not recursed through are considered excluded and will be deleted
2027
+ on the destination. Test first with `--dry-run` if you are not sure
2028
+ what will happen.
2029
+
2030
+ ### --max-duration Duration
2031
+
2032
+ Rclone will stop transferring when it has run for the
2033
+ duration specified.
2034
+ Defaults to off.
2035
+
2036
+ When the limit is reached all transfers will stop immediately.
2037
+ Use `--cutoff-mode` to modify this behaviour.
2038
+
2039
+ Rclone will exit with exit code 10 if the duration limit is reached.
2040
+
2041
+ ### --max-transfer SizeSuffix
2042
+
2043
+ Rclone will stop transferring when it has reached the size specified.
2044
+ Defaults to off.
2045
+
2046
+ When the limit is reached all transfers will stop immediately.
2047
+ Use `--cutoff-mode` to modify this behaviour.
2048
+
2049
+ Rclone will exit with exit code 8 if the transfer limit is reached.
2050
+
2051
+ ### --cutoff-mode HARD|SOFT|CAUTIOUS
2052
+
2053
+ Configure the behavior of `--max-transfer` and `--max-duration`.
2054
+
2055
+ `HARD` will stop transferring immediately when rclone reaches the limit.
2056
+ This is the default.
2057
+
2058
+ `SOFT` will stop starting new transfers when rclone reaches the limit.
2059
+
2060
+ `CAUTIOUS` will try to prevent rclone from reaching the limit. Only applicable
2061
+ for `--max-transfer`.
2062
+
2063
+ ### -M, --metadata
2064
+
2065
+ Setting this flag enables rclone to copy the metadata from the source
2066
+ to the destination. For local backends this is ownership, permissions,
2067
+ xattr etc. See the [metadata section](#metadata) for more info.
2068
+
2069
+ ### --metadata-mapper SpaceSepList {#metadata-mapper}
2070
+
2071
+ If you supply the parameter `--metadata-mapper /path/to/program` then
2072
+ rclone will use that program to map metadata from source object to
2073
+ destination object.
2074
+
2075
+ The argument to this flag should be a command with an optional space separated
2076
+ list of arguments. If one of the arguments has a space in then enclose
2077
+ it in `"`, if you want a literal `"` in an argument then enclose the
2078
+ argument in `"` and double the `"`. See [CSV encoding](https://godoc.org/encoding/csv)
2079
+ for more info.
2080
+
2081
+ ```text
2082
+ --metadata-mapper "python bin/test_metadata_mapper.py"
2083
+ --metadata-mapper 'python bin/test_metadata_mapper.py "argument with a space"'
2084
+ --metadata-mapper 'python bin/test_metadata_mapper.py "argument with ""two"" quotes"'
2085
+ ```
2086
+
2087
+ This uses a simple JSON based protocol with input on STDIN and output
2088
+ on STDOUT. This will be called for every file and directory copied and
2089
+ may be called concurrently.
2090
+
2091
+ The program's job is to take a metadata blob on the input and turn it
2092
+ into a metadata blob on the output suitable for the destination
2093
+ backend.
2094
+
2095
+ Input to the program (via STDIN) might look like this. This provides
2096
+ some context for the `Metadata` which may be important.
2097
+
2098
+ - `SrcFs` is the config string for the remote that the object is currently on.
2099
+ - `SrcFsType` is the name of the source backend.
2100
+ - `DstFs` is the config string for the remote that the object is being copied to
2101
+ - `DstFsType` is the name of the destination backend.
2102
+ - `Remote` is the path of the object relative to the root.
2103
+ - `Size`, `MimeType`, `ModTime` are attributes of the object.
2104
+ - `IsDir` is `true` if this is a directory (not yet implemented).
2105
+ - `ID` is the source `ID` of the object if known.
2106
+ - `Metadata` is the backend specific metadata as described in the backend docs.
2107
+
2108
+ ```json
2109
+ {
2110
+ "SrcFs": "gdrive:",
2111
+ "SrcFsType": "drive",
2112
+ "DstFs": "newdrive:user",
2113
+ "DstFsType": "onedrive",
2114
+ "Remote": "test.txt",
2115
+ "Size": 6,
2116
+ "MimeType": "text/plain; charset=utf-8",
2117
+ "ModTime": "2022-10-11T17:53:10.286745272+01:00",
2118
+ "IsDir": false,
2119
+ "ID": "xyz",
2120
+ "Metadata": {
2121
+ "btime": "2022-10-11T16:53:11Z",
2122
+ "content-type": "text/plain; charset=utf-8",
2123
+ "mtime": "2022-10-11T17:53:10.286745272+01:00",
2124
+ "owner": "user1@domain1.com",
2125
+ "permissions": "...",
2126
+ "description": "my nice file",
2127
+ "starred": "false"
2128
+ }
2129
+ }
2130
+ ```
2131
+
2132
+ The program should then modify the input as desired and send it to
2133
+ STDOUT. The returned `Metadata` field will be used in its entirety for
2134
+ the destination object. Any other fields will be ignored. Note in this
2135
+ example we translate user names and permissions and add something to
2136
+ the description:
2137
+
2138
+ ```json
2139
+ {
2140
+ "Metadata": {
2141
+ "btime": "2022-10-11T16:53:11Z",
2142
+ "content-type": "text/plain; charset=utf-8",
2143
+ "mtime": "2022-10-11T17:53:10.286745272+01:00",
2144
+ "owner": "user1@domain2.com",
2145
+ "permissions": "...",
2146
+ "description": "my nice file [migrated from domain1]",
2147
+ "starred": "false"
2148
+ }
2149
+ }
2150
+ ```
2151
+
2152
+ Metadata can be removed here too.
2153
+
2154
+ An example python program might look something like this to implement
2155
+ the above transformations.
2156
+
2157
+ ```python
2158
+ import sys, json
2159
+
2160
+ i = json.load(sys.stdin)
2161
+ metadata = i["Metadata"]
2162
+ # Add tag to description
2163
+ if "description" in metadata:
2164
+ metadata["description"] += " [migrated from domain1]"
2165
+ else:
2166
+ metadata["description"] = "[migrated from domain1]"
2167
+ # Modify owner
2168
+ if "owner" in metadata:
2169
+ metadata["owner"] = metadata["owner"].replace("domain1.com", "domain2.com")
2170
+ o = { "Metadata": metadata }
2171
+ json.dump(o, sys.stdout, indent="\t")
2172
+ ```
2173
+
2174
+ You can find this example (slightly expanded) in the rclone source code at
2175
+ [bin/test_metadata_mapper.py](https://github.com/rclone/rclone/blob/master/bin/test_metadata_mapper.py).
2176
+
2177
+ If you want to see the input to the metadata mapper and the output
2178
+ returned from it in the log you can use `-vv --dump mapper`.
2179
+
2180
+ See the [metadata section](#metadata) for more info.
2181
+
2182
+ ### --metadata-set stringArray
2183
+
2184
+ Specify value as string in format `key=value` to add metadata `key`
2185
+ with value `value` when uploading. This can be repeated as many times
2186
+ as required. See the [metadata section](#metadata) for more info.
2187
+
2188
+ ### --modify-window Duration
2189
+
2190
+ When checking whether a file has been modified, this is the maximum
2191
+ allowed time difference that a file can have and still be considered
2192
+ equivalent.
2193
+
2194
+ The default is `1ns` unless this is overridden by a remote. For
2195
+ example OS X only stores modification times to the nearest second so
2196
+ if you are reading and writing to an OS X filing system this will be
2197
+ `1s` by default.
2198
+
2199
+ This command line flag allows you to override that computed default.
2200
+
2201
+ ### --multi-thread-write-buffer-size SizeSuffix
2202
+
2203
+ When transferring with multiple threads, rclone will buffer the specified
2204
+ number of bytes in memory before writing to disk for each thread.
2205
+
2206
+ This can improve performance if the underlying filesystem does not deal
2207
+ well with a lot of small writes in different positions of the file, so
2208
+ if you see transfers being limited by disk write speed, you might want
2209
+ to experiment with different values. Specially for magnetic drives and
2210
+ remote file systems a higher value can be useful.
2211
+
2212
+ Nevertheless, the default of `128k` should be fine for almost all use
2213
+ cases, so before changing it ensure that network is not really your
2214
+ bottleneck.
2215
+
2216
+ As a final hint, size is not the only factor: block size (or similar
2217
+ concept) can have an impact. In one case, we observed that exact
2218
+ multiples of 16k performed much better than other values.
2219
+
2220
+ ### --multi-thread-chunk-size SizeSuffix
2221
+
2222
+ Normally the chunk size for multi thread transfers is set by the backend.
2223
+ However some backends such as `local` and `smb` (which implement `OpenWriterAt`
2224
+ but not `OpenChunkWriter`) don't have a natural chunk size.
2225
+
2226
+ In this case the value of this option is used (default 64Mi).
2227
+
2228
+ ### --multi-thread-cutoff SizeSuffix {#multi-thread-cutoff}
2229
+
2230
+ When transferring files above specified size to capable backends,
2231
+ rclone will use multiple threads to transfer the file (default 256M).
2232
+
2233
+ Capable backends are marked in the
2234
+ [overview](/overview/#optional-features) as `MultithreadUpload`. (They
2235
+ need to implement either the `OpenWriterAt` or `OpenChunkWriter`
2236
+ internal interfaces). These include include, `local`, `s3`,
2237
+ `azureblob`, `b2`, `oracleobjectstorage` and `smb` at the time of
2238
+ writing.
2239
+
2240
+ On the local disk, rclone preallocates the file (using
2241
+ `fallocate(FALLOC_FL_KEEP_SIZE)` on unix or `NTSetInformationFile` on
2242
+ Windows both of which takes no time) then each thread writes directly
2243
+ into the file at the correct place. This means that rclone won't
2244
+ create fragmented or sparse files and there won't be any assembly time
2245
+ at the end of the transfer.
2246
+
2247
+ The number of threads used to transfer is controlled by
2248
+ `--multi-thread-streams`.
2249
+
2250
+ Use `-vv` if you wish to see info about the threads.
2251
+
2252
+ This will work with the [sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/)
2253
+ and [move](/commands/rclone_move/) commands, and friends
2254
+ [copyto](/commands/rclone_copyto/), [moveto](/commands/rclone_moveto/).
2255
+ Multi thread transfers will be used with `rclone mount` and `rclone serve`
2256
+ if `--vfs-cache-mode` is set to `writes` or above.
2257
+
2258
+ Most multi-thread transfers do not take additional memory, but some do
2259
+ (for example uploading to s3). In the worst case memory usage can be
2260
+ at maximum `--transfers` \* `--multi-thread-chunk-size` \*
2261
+ `--multi-thread-streams` or specifically for the s3 backend
2262
+ `--transfers` \* `--s3-chunk-size` \* `--s3-concurrency`. However you
2263
+ can use the the [--max-buffer-memory](/docs/#max-buffer-memory) flag
2264
+ to control the maximum memory used here.
2265
+
2266
+ **NB** that this **only** works with supported backends as the
2267
+ destination but will work with any backend as the source.
2268
+
2269
+ **NB** that multi-thread copies are disabled for local to local copies
2270
+ as they are faster without unless `--multi-thread-streams` is set
2271
+ explicitly.
2272
+
2273
+ **NB** on Windows using multi-thread transfers to the local disk will
2274
+ cause the resulting files to be [sparse](https://en.wikipedia.org/wiki/Sparse_file).
2275
+ Use `--local-no-sparse` to disable sparse files (which may cause long
2276
+ delays at the start of transfers) or disable multi-thread transfers
2277
+ with `--multi-thread-streams 0`
2278
+
2279
+ ### --multi-thread-streams int
2280
+
2281
+ When using multi thread transfers (see above `--multi-thread-cutoff`)
2282
+ this sets the number of streams to use. Set to `0` to disable multi
2283
+ thread transfers (Default 4).
2284
+
2285
+ If the backend has a `--backend-upload-concurrency` setting (eg
2286
+ `--s3-upload-concurrency`) then this setting will be used as the
2287
+ number of transfers instead if it is larger than the value of
2288
+ `--multi-thread-streams` or `--multi-thread-streams` isn't set.
2289
+
2290
+ ### --name-transform stringArray
2291
+
2292
+ `--name-transform` introduces path name transformations for
2293
+ `rclone copy`, `rclone sync`, and `rclone move`. These transformations
2294
+ enable modifications to source and destination file names by applying
2295
+ prefixes, suffixes, and other alterations during transfer operations.
2296
+ For detailed docs and examples, see [`convmv`](/commands/rclone_convmv/).
2297
+
2298
+ ### --no-check-dest
2299
+
2300
+ The `--no-check-dest` can be used with `move` or `copy` and it causes
2301
+ rclone not to check the destination at all when copying files.
2302
+
2303
+ This means that:
2304
+
2305
+ - the destination is not listed minimising the API calls
2306
+ - files are always transferred
2307
+ - this can cause duplicates on remotes which allow it (e.g. Google Drive)
2308
+ - `--retries 1` is recommended otherwise you'll transfer everything again on a retry
2309
+
2310
+ This flag is useful to minimise the transactions if you know that none
2311
+ of the files are on the destination.
2312
+
2313
+ This is a specialized flag which should be ignored by most users!
2314
+
2315
+ ### --no-gzip-encoding
2316
+
2317
+ Don't set `Accept-Encoding: gzip`. This means that rclone won't ask
2318
+ the server for compressed files automatically. Useful if you've set
2319
+ the server to return files with `Content-Encoding: gzip` but you
2320
+ uploaded compressed files.
2321
+
2322
+ There is no need to set this in normal operation, and doing so will
2323
+ decrease the network transfer efficiency of rclone.
2324
+
2325
+ ### --no-traverse
2326
+
2327
+ The `--no-traverse` flag controls whether the destination file system
2328
+ is traversed when using the `copy` or `move` commands.
2329
+ `--no-traverse` is not compatible with `sync` and will be ignored if
2330
+ you supply it with `sync`.
2331
+
2332
+ If you are only copying a small number of files (or are filtering most
2333
+ of the files) and/or have a large number of files on the destination
2334
+ then `--no-traverse` will stop rclone listing the destination and save
2335
+ time.
2336
+
2337
+ However, if you are copying a large number of files, especially if you
2338
+ are doing a copy where lots of the files under consideration haven't
2339
+ changed and won't need copying then you shouldn't use `--no-traverse`.
2340
+
2341
+ See [rclone copy](/commands/rclone_copy/) for an example of how to use it.
2342
+
2343
+ ### --no-unicode-normalization
2344
+
2345
+ Don't normalize unicode characters in filenames during the sync routine.
2346
+
2347
+ Sometimes, an operating system will store filenames containing unicode
2348
+ parts in their decomposed form (particularly macOS). Some cloud storage
2349
+ systems will then recompose the unicode, resulting in duplicate files if
2350
+ the data is ever copied back to a local filesystem.
2351
+
2352
+ Using this flag will disable that functionality, treating each unicode
2353
+ character as unique. For example, by default é and é will be normalized
2354
+ into the same character. With `--no-unicode-normalization` they will be
2355
+ treated as unique characters.
2356
+
2357
+ ### --no-update-modtime
2358
+
2359
+ When using this flag, rclone won't update modification times of remote
2360
+ files if they are incorrect as it would normally.
2361
+
2362
+ This can be used if the remote is being synced with another tool also
2363
+ (e.g. the Google Drive client).
2364
+
2365
+ ### --no-update-dir-modtime
2366
+
2367
+ When using this flag, rclone won't update modification times of remote
2368
+ directories if they are incorrect as it would normally.
2369
+
2370
+ ### --order-by string
2371
+
2372
+ The `--order-by` flag controls the order in which files in the backlog
2373
+ are processed in `rclone sync`, `rclone copy` and `rclone move`.
2374
+
2375
+ The order by string is constructed like this. The first part
2376
+ describes what aspect is being measured:
2377
+
2378
+ - `size` - order by the size of the files
2379
+ - `name` - order by the full path of the files
2380
+ - `modtime` - order by the modification date of the files
2381
+
2382
+ This can have a modifier appended with a comma:
2383
+
2384
+ - `ascending` or `asc` - order so that the smallest (or oldest) is processed first
2385
+ - `descending` or `desc` - order so that the largest (or newest) is processed first
2386
+ - `mixed` - order so that the smallest is processed first for some threads and
2387
+ the largest for others
2388
+
2389
+ If the modifier is `mixed` then it can have an optional percentage
2390
+ (which defaults to `50`), e.g. `size,mixed,25` which means that 25% of
2391
+ the threads should be taking the smallest items and 75% the
2392
+ largest. The threads which take the smallest first will always take
2393
+ the smallest first and likewise the largest first threads. The `mixed`
2394
+ mode can be useful to minimise the transfer time when you are
2395
+ transferring a mixture of large and small files - the large files are
2396
+ guaranteed upload threads and bandwidth and the small files will be
2397
+ processed continuously.
2398
+
2399
+ If no modifier is supplied then the order is `ascending`.
2400
+
2401
+ For example
2402
+
2403
+ - `--order-by size,desc` - send the largest files first
2404
+ - `--order-by modtime,ascending` - send the oldest files first
2405
+ - `--order-by name` - send the files with alphabetically by path first
2406
+
2407
+ If the `--order-by` flag is not supplied or it is supplied with an
2408
+ empty string then the default ordering will be used which is as
2409
+ scanned. With `--checkers 1` this is mostly alphabetical, however
2410
+ with the default `--checkers 8` it is somewhat random.
2411
+
2412
+ #### Limitations
2413
+
2414
+ The `--order-by` flag does not do a separate pass over the data. This
2415
+ means that it may transfer some files out of the order specified if
2416
+
2417
+ - there are no files in the backlog or the source has not been fully scanned yet
2418
+ - there are more than [--max-backlog](#max-backlog-int) files in the backlog
2419
+
2420
+ Rclone will do its best to transfer the best file it has so in
2421
+ practice this should not cause a problem. Think of `--order-by` as
2422
+ being more of a best efforts flag rather than a perfect ordering.
2423
+
2424
+ If you want perfect ordering then you will need to specify
2425
+ [--check-first](#check-first) which will find all the files which need
2426
+ transferring first before transferring any.
2427
+
2428
+ ### --partial-suffix string {#partial-suffix}
2429
+
2430
+ When [--inplace](#inplace) is not used, it causes rclone to use
2431
+ the `--partial-suffix` as suffix for temporary files.
2432
+
2433
+ Suffix length limit is 16 characters.
2434
+
2435
+ The default is `.partial`.
2436
+
2437
+ ### --password-command SpaceSepList {#password-command}
2438
+
2439
+ This flag supplies a program which should supply the config password
2440
+ when run. This is an alternative to rclone prompting for the password
2441
+ or setting the `RCLONE_CONFIG_PASS` variable. It is also used when
2442
+ setting the config password for the first time.
2443
+
2444
+ The argument to this should be a command with a space separated list
2445
+ of arguments. If one of the arguments has a space in then enclose it
2446
+ in `"`, if you want a literal `"` in an argument then enclose the
2447
+ argument in `"` and double the `"`. See [CSV encoding](https://godoc.org/encoding/csv)
2448
+ for more info.
2449
+
2450
+ Eg
2451
+
2452
+ ```text
2453
+ --password-command "echo hello"
2454
+ --password-command 'echo "hello with space"'
2455
+ --password-command 'echo "hello with ""quotes"" and space"'
2456
+ ```
2457
+
2458
+ Note that when changing the configuration password the environment
2459
+ variable `RCLONE_PASSWORD_CHANGE=1` will be set. This can be used to
2460
+ distinguish initial decryption of the config file from the new
2461
+ password.
2462
+
2463
+ See the [Configuration Encryption](#configuration-encryption) for more info.
2464
+
2465
+ See a [Windows PowerShell example on the Wiki](https://github.com/rclone/rclone/wiki/Windows-Powershell-use-rclone-password-command-for-Config-file-password).
2466
+
2467
+ ### -P, --progress
2468
+
2469
+ This flag makes rclone update the stats in a static block in the
2470
+ terminal providing a realtime overview of the transfer.
2471
+
2472
+ Any log messages will scroll above the static block. Log messages
2473
+ will push the static block down to the bottom of the terminal where it
2474
+ will stay.
2475
+
2476
+ Normally this is updated every 500mS but this period can be overridden
2477
+ with the `--stats` flag.
2478
+
2479
+ This can be used with the `--stats-one-line` flag for a simpler
2480
+ display.
2481
+
2482
+ To change the display length of filenames (for different terminal widths),
2483
+ see the `--stats-file-name-length` option. The default output is formatted
2484
+ for 80 character wide terminals.
2485
+
2486
+ Note: On Windows until [this bug](https://github.com/Azure/go-ansiterm/issues/26)
2487
+ is fixed all non-ASCII characters will be replaced with `.` when
2488
+ `--progress` is in use.
2489
+
2490
+ ### --progress-terminal-title
2491
+
2492
+ This flag, when used with `-P/--progress`, will print the string `ETA: %s`
2493
+ to the terminal title.
2494
+
2495
+ ### -q, --quiet
2496
+
2497
+ This flag will limit rclone's output to error messages only.
2498
+
2499
+ ### --refresh-times
2500
+
2501
+ The `--refresh-times` flag can be used to update modification times of
2502
+ existing files when they are out of sync on backends which don't
2503
+ support hashes.
2504
+
2505
+ This is useful if you uploaded files with the incorrect timestamps and
2506
+ you now wish to correct them.
2507
+
2508
+ This flag is **only** useful for destinations which don't support
2509
+ hashes (e.g. `crypt`).
2510
+
2511
+ This can be used any of the sync commands [sync](/commands/rclone_sync/),
2512
+ [copy](/commands/rclone_copy/) or [move](/commands/rclone_move/).
2513
+
2514
+ To use this flag you will need to be doing a modification time sync
2515
+ (so not using `--size-only` or `--checksum`). The flag will have no
2516
+ effect when using `--size-only` or `--checksum`.
2517
+
2518
+ If this flag is used when rclone comes to upload a file it will check
2519
+ to see if there is an existing file on the destination. If this file
2520
+ matches the source with size (and checksum if available) but has a
2521
+ differing timestamp then instead of re-uploading it, rclone will
2522
+ update the timestamp on the destination file. If the checksum does not
2523
+ match rclone will upload the new file. If the checksum is absent (e.g.
2524
+ on a `crypt` backend) then rclone will update the timestamp.
2525
+
2526
+ Note that some remotes can't set the modification time without
2527
+ re-uploading the file so this flag is less useful on them.
2528
+
2529
+ Normally if you are doing a modification time sync rclone will update
2530
+ modification times without `--refresh-times` provided that the remote
2531
+ supports checksums **and** the checksums match on the file. However if the
2532
+ checksums are absent then rclone will upload the file rather than
2533
+ setting the timestamp as this is the safe behaviour.
2534
+
2535
+ ### --retries int
2536
+
2537
+ Retry the entire sync if it fails this many times it fails (default 3).
2538
+
2539
+ Some remotes can be unreliable and a few retries help pick up the
2540
+ files which didn't get transferred because of errors.
2541
+
2542
+ Disable retries with `--retries 1`.
2543
+
2544
+ ### --retries-sleep Duration
2545
+
2546
+ This sets the interval between each retry specified by `--retries`
2547
+
2548
+ The default is `0`. Use `0` to disable.
2549
+
2550
+ ### --server-side-across-configs
2551
+
2552
+ Allow server-side operations (e.g. copy or move) to work across
2553
+ different configurations.
2554
+
2555
+ This can be useful if you wish to do a server-side copy or move
2556
+ between two remotes which use the same backend but are configured
2557
+ differently.
2558
+
2559
+ Note that this isn't enabled by default because it isn't easy for
2560
+ rclone to tell if it will work between any two configurations.
2561
+
2562
+ ### --size-only
2563
+
2564
+ Normally rclone will look at modification time and size of files to
2565
+ see if they are equal. If you set this flag then rclone will check
2566
+ only the size.
2567
+
2568
+ This can be useful transferring files from Dropbox which have been
2569
+ modified by the desktop sync client which doesn't set checksums of
2570
+ modification times in the same way as rclone.
2571
+
2572
+ ### --stats Duration
2573
+
2574
+ Commands which transfer data
2575
+ ([sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/),
2576
+ [copyto](/commands/rclone_copyto/), [move](/commands/rclone_move/),
2577
+ [moveto](/commands/rclone_moveto/)) will print data transfer stats at
2578
+ regular intervals to show their progress.
2579
+
2580
+ This sets the interval.
2581
+
2582
+ The default is `1m`. Use `0` to disable.
2583
+
2584
+ If you set the stats interval then all commands can show stats. This
2585
+ can be useful when running other commands, `check` or `mount` for
2586
+ example.
2587
+
2588
+ Stats are logged at `INFO` level by default which means they won't
2589
+ show at default log level `NOTICE`. Use `--stats-log-level NOTICE` or
2590
+ `-v` to make them show. See the [logging](#logging) section for more
2591
+ info on log levels.
2592
+
2593
+ Note that on macOS you can send a SIGINFO (which is normally ctrl-T in
2594
+ the terminal) to make the stats print immediately.
2595
+
2596
+ ### --stats-file-name-length int
2597
+
2598
+ By default, the `--stats` output will truncate file names and paths longer
2599
+ than 40 characters. This is equivalent to providing
2600
+ `--stats-file-name-length 40`. Use `--stats-file-name-length 0` to disable
2601
+ any truncation of file names printed by stats.
2602
+
2603
+ ### --stats-log-level LogLevel
2604
+
2605
+ Log level to show `--stats` output at. This can be `DEBUG`, `INFO`,
2606
+ `NOTICE`, or `ERROR`. The default is `INFO`. This means at the
2607
+ default level of logging, which is `NOTICE`, the stats won't show - if
2608
+ you want them to then use `--stats-log-level NOTICE`. See the
2609
+ [logging](#logging) section for more details on log levels.
2610
+
2611
+ ### --stats-one-line
2612
+
2613
+ When this is specified, rclone condenses the stats into a single line
2614
+ showing the most important stats only.
2615
+
2616
+ ### --stats-one-line-date
2617
+
2618
+ When this is specified, rclone enables the single-line stats and prepends
2619
+ <!-- markdownlint-disable-next-line no-space-in-code -->
2620
+ the display with a date string. The default is `2006/01/02 15:04:05 - `
2621
+
2622
+ ### --stats-one-line-date-format string
2623
+
2624
+ When this is specified, rclone enables the single-line stats and prepends
2625
+ the display with a user-supplied date string. The date string MUST be
2626
+ enclosed in quotes. Follow [golang specs](https://golang.org/pkg/time/#Time.Format)
2627
+ for date formatting syntax.
2628
+
2629
+ ### --stats-unit string
2630
+
2631
+ By default, data transfer rates will be printed in bytes per second,
2632
+ corresponding to `--stats-unit bytes`.
2633
+
2634
+ This option allows the data rate to be printed in bits per second,
2635
+ by specifying `--stats-unit bits`. Data transfer volume will still be
2636
+ reported in bytes.
2637
+
2638
+ The rate is reported as a binary unit, not SI unit. So 1 Mbit/s
2639
+ equals 1,048,576 bit/s and not 1,000,000 bit/s.
2640
+
2641
+ ### --suffix string
2642
+
2643
+ When using [sync](/commands/rclone_sync/), [copy](/commands/rclone_copy/) or
2644
+ [move](/commands/rclone_move/) any files which would have been
2645
+ overwritten or deleted will have the suffix added to them. If there
2646
+ is a file with the same path (after the suffix has been added), then
2647
+ it will be overwritten.
2648
+
2649
+ The remote in use must support server-side move or copy and you must
2650
+ use the same remote as the destination of the sync.
2651
+
2652
+ This is for use with files to add the suffix in the current directory
2653
+ or with `--backup-dir`. See `--backup-dir` for more info.
2654
+
2655
+ For example
2656
+
2657
+ ```console
2658
+ rclone copy --interactive /path/to/local/file remote:current --suffix .bak
2659
+ ```
2660
+
2661
+ will copy `/path/to/local` to `remote:current`, but for any files
2662
+ which would have been updated or deleted have .bak added.
2663
+
2664
+ If using `rclone sync` with `--suffix` and without `--backup-dir` then
2665
+ it is recommended to put a filter rule in excluding the suffix
2666
+ otherwise the `sync` will delete the backup files.
2667
+
2668
+ ```console
2669
+ rclone sync --interactive /path/to/local/file remote:current --suffix .bak --exclude "*.bak"
2670
+ ```
2671
+
2672
+ ### --suffix-keep-extension
2673
+
2674
+ When using `--suffix`, setting this causes rclone put the SUFFIX
2675
+ before the extension of the files that it backs up rather than after.
2676
+
2677
+ So let's say we had `--suffix -2019-01-01`, without the flag `file.txt`
2678
+ would be backed up to `file.txt-2019-01-01` and with the flag it would
2679
+ be backed up to `file-2019-01-01.txt`. This can be helpful to make
2680
+ sure the suffixed files can still be opened.
2681
+
2682
+ If a file has two (or more) extensions and the second (or subsequent)
2683
+ extension is recognised as a valid mime type, then the suffix will go
2684
+ before that extension. So `file.tar.gz` would be backed up to
2685
+ `file-2019-01-01.tar.gz` whereas `file.badextension.gz` would be
2686
+ backed up to `file.badextension-2019-01-01.gz`.
2687
+
2688
+ ### --syslog
2689
+
2690
+ On capable OSes (not Windows or Plan9) send all log output to syslog.
2691
+
2692
+ This can be useful for running rclone in a script or `rclone mount`.
2693
+
2694
+ ### --syslog-facility string
2695
+
2696
+ If using `--syslog` this sets the syslog facility (e.g. `KERN`, `USER`).
2697
+ See `man syslog` for a list of possible facilities. The default
2698
+ facility is `DAEMON`.
2699
+
2700
+ ### --temp-dir string
2701
+
2702
+ Specify the directory rclone will use for temporary files, to override
2703
+ the default. Make sure the directory exists and have accessible permissions.
2704
+
2705
+ By default the operating system's temp directory will be used:
2706
+
2707
+ - On Unix systems, `$TMPDIR` if non-empty, else `/tmp`.
2708
+ - On Windows, the first non-empty value from `%TMP%`, `%TEMP%`, `%USERPROFILE%`,
2709
+ or the Windows directory.
2710
+
2711
+ When overriding the default with this option, the specified path will be
2712
+ set as value of environment variable `TMPDIR` on Unix systems
2713
+ and `TMP` and `TEMP` on Windows.
2714
+
2715
+ You can use the [config paths](/commands/rclone_config_paths/)
2716
+ command to see the current value.
2717
+
2718
+ ### --tpslimit float
2719
+
2720
+ Limit transactions per second to this number. Default is 0 which is
2721
+ used to mean unlimited transactions per second.
2722
+
2723
+ A transaction is roughly defined as an API call; its exact meaning
2724
+ will depend on the backend. For HTTP based backends it is an HTTP
2725
+ PUT/GET/POST/etc and its response. For FTP/SFTP it is a round trip
2726
+ transaction over TCP.
2727
+
2728
+ For example, to limit rclone to 10 transactions per second use
2729
+ `--tpslimit 10`, or to 1 transaction every 2 seconds use `--tpslimit
2730
+ 0.5`.
2731
+
2732
+ Use this when the number of transactions per second from rclone is
2733
+ causing a problem with the cloud storage provider (e.g. getting you
2734
+ banned or rate limited).
2735
+
2736
+ This can be very useful for `rclone mount` to control the behaviour of
2737
+ applications using it.
2738
+
2739
+ This limit applies to all HTTP based backends and to the FTP and SFTP
2740
+ backends. It does not apply to the local backend or the Storj backend.
2741
+
2742
+ See also `--tpslimit-burst`.
2743
+
2744
+ ### --tpslimit-burst int
2745
+
2746
+ Max burst of transactions for `--tpslimit` (default `1`).
2747
+
2748
+ Normally `--tpslimit` will do exactly the number of transaction per
2749
+ second specified. However if you supply `--tps-burst` then rclone can
2750
+ save up some transactions from when it was idle giving a burst of up
2751
+ to the parameter supplied.
2752
+
2753
+ For example if you provide `--tpslimit-burst 10` then if rclone has
2754
+ been idle for more than 10*`--tpslimit` then it can do 10 transactions
2755
+ very quickly before they are limited again.
2756
+
2757
+ This may be used to increase performance of `--tpslimit` without
2758
+ changing the long term average number of transactions per second.
2759
+
2760
+ ### --track-renames
2761
+
2762
+ By default, rclone doesn't keep track of renamed files, so if you
2763
+ rename a file locally then sync it to a remote, rclone will delete the
2764
+ old file on the remote and upload a new copy.
2765
+
2766
+ An rclone sync with `--track-renames` runs like a normal sync, but keeps
2767
+ track of objects which exist in the destination but not in the source
2768
+ (which would normally be deleted), and which objects exist in the
2769
+ source but not the destination (which would normally be transferred).
2770
+ These objects are then candidates for renaming.
2771
+
2772
+ After the sync, rclone matches up the source only and destination only
2773
+ objects using the `--track-renames-strategy` specified and either
2774
+ renames the destination object or transfers the source and deletes the
2775
+ destination object. `--track-renames` is stateless like all of
2776
+ rclone's syncs.
2777
+
2778
+ To use this flag the destination must support server-side copy or
2779
+ server-side move, and to use a hash based `--track-renames-strategy`
2780
+ (the default) the source and the destination must have a compatible
2781
+ hash.
2782
+
2783
+ If the destination does not support server-side copy or move, rclone
2784
+ will fall back to the default behaviour and log an error level message
2785
+ to the console.
2786
+
2787
+ Encrypted destinations are not currently supported by `--track-renames`
2788
+ if `--track-renames-strategy` includes `hash`.
2789
+
2790
+ Note that `--track-renames` is incompatible with `--no-traverse` and
2791
+ that it uses extra memory to keep track of all the rename candidates.
2792
+
2793
+ Note also that `--track-renames` is incompatible with
2794
+ `--delete-before` and will select `--delete-after` instead of
2795
+ `--delete-during`.
2796
+
2797
+ ### --track-renames-strategy string
2798
+
2799
+ This option changes the file matching criteria for `--track-renames`.
2800
+
2801
+ The matching is controlled by a comma separated selection of these tokens:
2802
+
2803
+ - `modtime` - the modification time of the file - not supported on all backends
2804
+ - `hash` - the hash of the file contents - not supported on all backends
2805
+ - `leaf` - the name of the file not including its directory name
2806
+ - `size` - the size of the file (this is always enabled)
2807
+
2808
+ The default option is `hash`.
2809
+
2810
+ Using `--track-renames-strategy modtime,leaf` would match files
2811
+ based on modification time, the leaf of the file name and the size
2812
+ only.
2813
+
2814
+ Using `--track-renames-strategy modtime` or `leaf` can enable
2815
+ `--track-renames` support for encrypted destinations.
2816
+
2817
+ Note that the `hash` strategy is not supported with encrypted destinations.
2818
+
2819
+ ### --delete-(before,during,after)
2820
+
2821
+ This option allows you to specify when files on your destination are
2822
+ deleted when you sync folders.
2823
+
2824
+ Specifying the value `--delete-before` will delete all files present
2825
+ on the destination, but not on the source *before* starting the
2826
+ transfer of any new or updated files. This uses two passes through the
2827
+ file systems, one for the deletions and one for the copies.
2828
+
2829
+ Specifying `--delete-during` will delete files while checking and
2830
+ uploading files. This is the fastest option and uses the least memory.
2831
+
2832
+ Specifying `--delete-after` (the default value) will delay deletion of
2833
+ files until all new/updated files have been successfully transferred.
2834
+ The files to be deleted are collected in the copy pass then deleted
2835
+ after the copy pass has completed successfully. The files to be
2836
+ deleted are held in memory so this mode may use more memory. This is
2837
+ the safest mode as it will only delete files if there have been no
2838
+ errors subsequent to that. If there have been errors before the
2839
+ deletions start then you will get the message `not deleting files as
2840
+ there were IO errors`.
2841
+
2842
+ ### --fast-list
2843
+
2844
+ When doing anything which involves a directory listing (e.g. `sync`,
2845
+ `copy`, `ls` - in fact nearly every command), rclone has different
2846
+ strategies to choose from.
2847
+
2848
+ The basic strategy is to list one directory and processes it before using
2849
+ more directory lists to process any subdirectories. This is a mandatory
2850
+ backend feature, called `List`, which means it is supported by all backends.
2851
+ This strategy uses small amount of memory, and because it can be parallelised
2852
+ it is fast for operations involving processing of the list results.
2853
+
2854
+ Some backends provide the support for an alternative strategy, where all
2855
+ files beneath a directory can be listed in one (or a small number) of
2856
+ transactions. Rclone supports this alternative strategy through an optional
2857
+ backend feature called [`ListR`](/overview/#listr). You can see in the storage
2858
+ system overview documentation's [optional features](/overview/#optional-features)
2859
+ section which backends it is enabled for (these tend to be the bucket-based
2860
+ ones, e.g. S3, B2, GCS, Swift). This strategy requires fewer transactions
2861
+ for highly recursive operations, which is important on backends where this
2862
+ is charged or heavily rate limited. It may be faster (due to fewer transactions)
2863
+ or slower (because it can't be parallelized) depending on different parameters,
2864
+ and may require more memory if rclone has to keep the whole listing in memory.
2865
+
2866
+ Which listing strategy rclone picks for a given operation is complicated, but
2867
+ in general it tries to choose the best possible. It will prefer `ListR` in
2868
+ situations where it doesn't need to store the listed files in memory, e.g.
2869
+ for unlimited recursive `ls` command variants. In other situations it will
2870
+ prefer `List`, e.g. for `sync` and `copy`, where it needs to keep the listed
2871
+ files in memory, and is performing operations on them where parallelization
2872
+ may be a huge advantage.
2873
+
2874
+ Rclone is not able to take all relevant parameters into account for deciding
2875
+ the best strategy, and therefore allows you to influence the choice in two ways:
2876
+ You can stop rclone from using `ListR` by disabling the feature, using the
2877
+ [--disable](#disable-string) option (`--disable ListR`), or you can
2878
+ allow rclone to use `ListR` where it would normally choose not to do so due to
2879
+ higher memory usage, using the `--fast-list` option. Rclone should always
2880
+ produce identical results either way. Using `--disable ListR` or `--fast-list`
2881
+ on a remote which doesn't support `ListR` does nothing, rclone will just ignore
2882
+ it.
2883
+
2884
+ A rule of thumb is that if you pay for transactions and can fit your entire
2885
+ sync listing into memory, then `--fast-list` is recommended. If you have a
2886
+ very big sync to do, then don't use `--fast-list`, otherwise you will run out
2887
+ of memory. Run some tests and compare before you decide, and if in doubt then
2888
+ just leave the default, let rclone decide, i.e. not use `--fast-list`.
2889
+
2890
+ ### --timeout Duration
2891
+
2892
+ This sets the IO idle timeout. If a transfer has started but then
2893
+ becomes idle for this long it is considered broken and disconnected.
2894
+
2895
+ The default is `5m`. Set to `0` to disable.
2896
+
2897
+ ### --transfers int
2898
+
2899
+ The number of file transfers to run in parallel. It can sometimes be
2900
+ useful to set this to a smaller number if the remote is giving a lot
2901
+ of timeouts or bigger if you have lots of bandwidth and a fast remote.
2902
+
2903
+ The default is to run 4 file transfers in parallel.
2904
+
2905
+ Look at --multi-thread-streams if you would like to control single file transfers.
2906
+
2907
+ ### -u, --update
2908
+
2909
+ This forces rclone to skip any files which exist on the destination
2910
+ and have a modified time that is newer than the source file.
2911
+
2912
+ This can be useful in avoiding needless transfers when transferring to
2913
+ a remote which doesn't support modification times directly (or when
2914
+ using `--use-server-modtime` to avoid extra API calls) as it is more
2915
+ accurate than a `--size-only` check and faster than using
2916
+ `--checksum`. On such remotes (or when using `--use-server-modtime`)
2917
+ the time checked will be the uploaded time.
2918
+
2919
+ If an existing destination file has a modification time older than the
2920
+ source file's, it will be updated if the sizes are different. If the
2921
+ sizes are the same, it will be updated if the checksum is different or
2922
+ not available.
2923
+
2924
+ If an existing destination file has a modification time equal (within
2925
+ the computed modify window) to the source file's, it will be updated
2926
+ if the sizes are different. The checksum will not be checked in this
2927
+ case unless the `--checksum` flag is provided.
2928
+
2929
+ In all other cases the file will not be updated.
2930
+
2931
+ Consider using the `--modify-window` flag to compensate for time skews
2932
+ between the source and the backend, for backends that do not support
2933
+ mod times, and instead use uploaded times. However, if the backend
2934
+ does not support checksums, note that syncing or copying within the
2935
+ time skew window may still result in additional transfers for safety.
2936
+
2937
+ ### --use-mmap
2938
+
2939
+ If this flag is set then rclone will use anonymous memory allocated by
2940
+ mmap on Unix based platforms and VirtualAlloc on Windows for its
2941
+ transfer buffers (size controlled by `--buffer-size`). Memory
2942
+ allocated like this does not go on the Go heap and can be returned to
2943
+ the OS immediately when it is finished with.
2944
+
2945
+ If this flag is not set then rclone will allocate and free the buffers
2946
+ using the Go memory allocator which may use more memory as memory
2947
+ pages are returned less aggressively to the OS.
2948
+
2949
+ It is possible this does not work well on all platforms so it is
2950
+ disabled by default; in the future it may be enabled by default.
2951
+
2952
+ ### --use-server-modtime
2953
+
2954
+ Some object-store backends (e.g, Swift, S3) do not preserve file modification
2955
+ times (modtime). On these backends, rclone stores the original modtime as
2956
+ additional metadata on the object. By default it will make an API call to
2957
+ retrieve the metadata when the modtime is needed by an operation.
2958
+
2959
+ Use this flag to disable the extra API call and rely instead on the server's
2960
+ modified time. In cases such as a local to remote sync using `--update`,
2961
+ knowing the local file is newer than the time it was last uploaded to the
2962
+ remote is sufficient. In those cases, this flag can speed up the process and
2963
+ reduce the number of API calls necessary.
2964
+
2965
+ This flag is only supported on certain backends and will be silently
2966
+ ignored on unsupported backends. Supported backends include
2967
+ `azureblob`, `oracleobjectstorage`, `s3`, `swift`.
2968
+
2969
+ Using this flag on a sync operation without also using `--update` would cause
2970
+ all files modified at any time other than the last upload time to be uploaded
2971
+ again, which is probably not what you want.
2972
+
2973
+ ### -v, -vv, --verbose
2974
+
2975
+ With `-v` rclone will tell you about each file that is transferred and
2976
+ a small number of significant events.
2977
+
2978
+ With `-vv` rclone will become very verbose telling you about every
2979
+ file it considers and transfers. Please send bug reports with a log
2980
+ with this setting.
2981
+
2982
+ When setting verbosity as an environment variable, use
2983
+ `RCLONE_VERBOSE=1` or `RCLONE_VERBOSE=2` for `-v` and `-vv` respectively.
2984
+
2985
+ ### -V, --version
2986
+
2987
+ Prints the version number
2988
+
2989
+ ## SSL/TLS options
2990
+
2991
+ The outgoing SSL/TLS connections rclone makes can be controlled with
2992
+ these options. For example this can be very useful with the HTTP or
2993
+ WebDAV backends. Rclone HTTP servers have their own set of
2994
+ configuration for SSL/TLS which you can find in their documentation.
2995
+
2996
+ ### --ca-cert stringArray
2997
+
2998
+ This loads the PEM encoded certificate authority certificates and uses
2999
+ it to verify the certificates of the servers rclone connects to.
3000
+
3001
+ If you have generated certificates signed with a local CA then you
3002
+ will need this flag to connect to servers using those certificates.
3003
+
3004
+ ### --client-cert string
3005
+
3006
+ This loads the PEM encoded client side certificate.
3007
+
3008
+ This is used for [mutual TLS authentication](https://en.wikipedia.org/wiki/Mutual_authentication).
3009
+
3010
+ The `--client-key` flag is required too when using this.
3011
+
3012
+ ### --client-key string
3013
+
3014
+ This loads the PEM encoded client side private key used for mutual TLS
3015
+ authentication. Used in conjunction with `--client-cert`.
3016
+
3017
+ Supported types are:
3018
+
3019
+ - Unencrypted PKCS#1 ("BEGIN RSA PRIVATE KEY")
3020
+ - Unencrypted PKCS#8 ("BEGIN PRIVATE KEY")
3021
+ - Encrypted PKCS#8 ("BEGIN ENCRYPTED PRIVATE KEY")
3022
+ - Legacy PEM encryption (e.g., DEK-Info headers), which are automatically detected.
3023
+
3024
+ ### --client-pass string
3025
+
3026
+ This can be used to supply an optional password to decrypt the client key file.
3027
+
3028
+ **NB** the password should be obscured so it should be the output of
3029
+ `rclone obscure YOURPASSWORD`.
3030
+
3031
+ ### --no-check-certificate
3032
+
3033
+ `--no-check-certificate` controls whether a client verifies the
3034
+ server's certificate chain and host name.
3035
+ If `--no-check-certificate` is true, TLS accepts any certificate
3036
+ presented by the server and any host name in that certificate.
3037
+ In this mode, TLS is susceptible to man-in-the-middle attacks.
3038
+
3039
+ This option defaults to `false`.
3040
+
3041
+ **This should be used only for testing.**
3042
+
3043
+ ## Configuration encryption
3044
+
3045
+ Your configuration file contains information for logging in to
3046
+ your cloud services. This means that you should keep your
3047
+ `rclone.conf` file in a secure location.
3048
+
3049
+ If you are in an environment where that isn't possible, you can
3050
+ add a password to your configuration. This means that you will
3051
+ have to supply the password every time you start rclone.
3052
+
3053
+ To add a password to your rclone configuration, execute `rclone config`.
3054
+
3055
+ ```console
3056
+ $ rclone config
3057
+ Current remotes:
3058
+
3059
+ e) Edit existing remote
3060
+ n) New remote
3061
+ d) Delete remote
3062
+ s) Set configuration password
3063
+ q) Quit config
3064
+ e/n/d/s/q>
3065
+ ```
3066
+
3067
+ Go into `s`, Set configuration password:
3068
+
3069
+ ```text
3070
+ e/n/d/s/q> s
3071
+ Your configuration is not encrypted.
3072
+ If you add a password, you will protect your login information to cloud services.
3073
+ a) Add Password
3074
+ q) Quit to main menu
3075
+ a/q> a
3076
+ Enter NEW configuration password:
3077
+ password:
3078
+ Confirm NEW password:
3079
+ password:
3080
+ Password set
3081
+ Your configuration is encrypted.
3082
+ c) Change Password
3083
+ u) Unencrypt configuration
3084
+ q) Quit to main menu
3085
+ c/u/q>
3086
+ ```
3087
+
3088
+ Your configuration is now encrypted, and every time you start rclone
3089
+ you will have to supply the password. See below for details.
3090
+ In the same menu, you can change the password or completely remove
3091
+ encryption from your configuration.
3092
+
3093
+ There is no way to recover the configuration if you lose your password.
3094
+
3095
+ You can also use
3096
+
3097
+ - [rclone config encryption set](/commands/rclone_config_encryption_set/)
3098
+ to set the config encryption directly
3099
+ - [rclone config encryption remove](/commands/rclone_config_encryption_remove/)
3100
+ to remove it
3101
+ - [rclone config encryption check](/commands/rclone_config_encryption_check/)
3102
+ to check that it is encrypted properly.
3103
+
3104
+ rclone uses [nacl secretbox](https://godoc.org/golang.org/x/crypto/nacl/secretbox)
3105
+ which in turn uses XSalsa20 and Poly1305 to encrypt and authenticate
3106
+ your configuration with secret-key cryptography.
3107
+ The password is SHA-256 hashed, which produces the key for secretbox.
3108
+ The hashed password is not stored.
3109
+
3110
+ While this provides very good security, we do not recommend storing
3111
+ your encrypted rclone configuration in public if it contains sensitive
3112
+ information, maybe except if you use a very strong password.
3113
+
3114
+ If it is safe in your environment, you can set the `RCLONE_CONFIG_PASS`
3115
+ environment variable to contain your password, in which case it will be
3116
+ used for decrypting the configuration.
3117
+
3118
+ You can set this for a session from a script. For unix like systems
3119
+ save this to a file called `set-rclone-password`:
3120
+
3121
+ ```sh
3122
+ #!/bin/echo Source this file don't run it
3123
+
3124
+ read -s RCLONE_CONFIG_PASS
3125
+ export RCLONE_CONFIG_PASS
3126
+ ```
3127
+
3128
+ Then source the file when you want to use it. From the shell you
3129
+ would do `source set-rclone-password`. It will then ask you for the
3130
+ password and set it in the environment variable.
3131
+
3132
+ An alternate means of supplying the password is to provide a script
3133
+ which will retrieve the password and print on standard output. This
3134
+ script should have a fully specified path name and not rely on any
3135
+ environment variables. The script is supplied either via
3136
+ [`--password-command="..."`](#password-command) command line argument or via the
3137
+ `RCLONE_PASSWORD_COMMAND` environment variable.
3138
+
3139
+ One useful example of this is using the `passwordstore` application
3140
+ to retrieve the password:
3141
+
3142
+ ```console
3143
+ export RCLONE_PASSWORD_COMMAND="pass rclone/config"
3144
+ ```
3145
+
3146
+ If the `passwordstore` password manager holds the password for the
3147
+ rclone configuration, using the script method means the password
3148
+ is primarily protected by the `passwordstore` system, and is never
3149
+ embedded in the clear in scripts, nor available for examination
3150
+ using the standard commands available. It is quite possible with
3151
+ long running rclone sessions for copies of passwords to be innocently
3152
+ captured in log files or terminal scroll buffers, etc. Using the
3153
+ script method of supplying the password enhances the security of
3154
+ the config password considerably.
3155
+
3156
+ If you are running rclone inside a script, unless you are using the
3157
+ `--password-command` method, you might want to disable
3158
+ password prompts. To do that, pass the parameter
3159
+ `--ask-password=false` to rclone. This will make rclone fail instead
3160
+ of asking for a password if `RCLONE_CONFIG_PASS` doesn't contain
3161
+ a valid password, and `--password-command` has not been supplied.
3162
+
3163
+ Whenever running commands that may be affected by options in a
3164
+ configuration file, rclone will look for an existing file according
3165
+ to the rules described [above](#config-string), and load any it
3166
+ finds. If an encrypted file is found, this includes decrypting it,
3167
+ with the possible consequence of a password prompt. When executing
3168
+ a command line that you know are not actually using anything from such
3169
+ a configuration file, you can avoid it being loaded by overriding the
3170
+ location, e.g. with one of the documented special values for
3171
+ memory-only configuration. Since only backend options can be stored
3172
+ in configuration files, this is normally unnecessary for commands
3173
+ that do not operate on backends, e.g. `completion`. However,
3174
+ it will be relevant for commands that do operate on backends in
3175
+ general, but are used without referencing a stored remote, e.g.
3176
+ listing local filesystem paths, or
3177
+ [connection strings](#connection-strings): `rclone --config="" ls .`
3178
+
3179
+ ### Configuration encryption cheatsheet
3180
+
3181
+ You can quickly apply a configuration encryption without plain-text
3182
+ at rest or transfer. Detailed instructions for popular OSes:
3183
+
3184
+ #### Mac
3185
+
3186
+ - Generate and store a password
3187
+
3188
+ ```console
3189
+ security add-generic-password -a rclone -s config -w $(openssl rand -base64 40)
3190
+ ```
3191
+
3192
+ - Add the retrieval instruction to your `.zprofile` / `.profile`
3193
+
3194
+ ```console
3195
+ export RCLONE_PASSWORD_COMMAND="/usr/bin/security find-generic-password -a rclone -s config -w"
3196
+ ```
3197
+
3198
+ #### Linux
3199
+
3200
+ - Prerequisite: Linux doesn't come with a default password manager. Let's install
3201
+ the "pass" utility using a package manager, e.g. `apt install pass`,
3202
+ `yum install pass`, [etc.](https://www.passwordstore.org/#download);
3203
+ then initialize a password store: `pass init rclone`.
3204
+
3205
+ - Generate and store a password
3206
+
3207
+ ```console
3208
+ echo $(openssl rand -base64 40) | pass insert -m rclone/config
3209
+ ```
3210
+
3211
+ - Add the retrieval instruction
3212
+
3213
+ ```console
3214
+ export RCLONE_PASSWORD_COMMAND="/usr/bin/pass rclone/config"
3215
+ ```
3216
+
3217
+ #### Windows
3218
+
3219
+ - Generate and store a password
3220
+
3221
+ ```powershell
3222
+ New-Object -TypeName PSCredential -ArgumentList "rclone", (ConvertTo-SecureString -String ([System.Web.Security.Membership]::GeneratePassword(40, 10)) -AsPlainText -Force) | Export-Clixml -Path "rclone-credential.xml"
3223
+ ```
3224
+
3225
+ - Add the password retrieval instruction
3226
+
3227
+ ```powershell
3228
+ [Environment]::SetEnvironmentVariable("RCLONE_PASSWORD_COMMAND", "[System.Runtime.InteropServices.Marshal]::PtrToStringAuto([System.Runtime.InteropServices.Marshal]::SecureStringToBSTR((Import-Clixml -Path "rclone-credential.xml").Password))")
3229
+ ```
3230
+
3231
+ #### Encrypt the config file (all systems)
3232
+
3233
+ - Execute `rclone config`, and select option `s) Set configuration password`
3234
+
3235
+ - Add/update the password from previous steps
3236
+
3237
+ ## Developer options
3238
+
3239
+ These options are useful when developing or debugging rclone. There
3240
+ are also some more remote specific options which aren't documented
3241
+ here which are used for testing. These start with remote name e.g.
3242
+ `--drive-test-option` - see the docs for the remote in question.
3243
+
3244
+ ### --cpuprofile string
3245
+
3246
+ Write CPU profile to a file. This can be analysed with `go tool pprof`.
3247
+
3248
+ ### --memprofile string
3249
+
3250
+ Write memory profile to a file. This can be analysed with `go tool pprof`.
3251
+
3252
+ ### --dump DumpFlags
3253
+
3254
+ The `--dump` flag takes a comma separated list of flags to dump info
3255
+ about.
3256
+
3257
+ Note that some headers, such as `Accept-Encoding`, may not be correct
3258
+ as shown in the request, and the response may not show `Content-Encoding`
3259
+ if the go standard libraries auto gzip encoding was in effect. In this case
3260
+ the body of the request will be gunzipped before showing it.
3261
+
3262
+ The available flags are:
3263
+
3264
+ - `headers` dumps HTTP headers. Any `Authorization:` headers will be excluded,
3265
+ but output may still contain sensitive information. Can be very verbose.
3266
+ Useful for debugging only. Use `auth` if you do want the `Authorization:` headers.
3267
+ - `auth` dumps HTTP headers like `headers`, but also includes any `Authorization:`
3268
+ headers. This means the output will probably contain sensitive information.
3269
+ Use `headers` to dump without `Authorization:` headers. Can be very verbose.
3270
+ Useful for debugging only.
3271
+ - `bodies` dumps HTTP headers and bodies. May contain sensitive info.
3272
+ Can be very verbose. Useful for debugging only. Note that the bodies
3273
+ are buffered in memory so don't use this for enormous files.
3274
+ - `requests` is similar to `bodies`, but dumps the request bodies and the
3275
+ response headers. Useful for debugging download problems.
3276
+ - `responses` is similar to `bodies`, but dumps the response bodies and the
3277
+ request headers. Useful for debugging upload problems.
3278
+ - `filters` dumps the filters. Useful to see exactly what include
3279
+ and exclude options are filtering on.
3280
+ - `goroutines` dumps a list of the running go-routines at the end of
3281
+ the command.
3282
+ - `openfiles` dumps a list of the open files at the end of the command.
3283
+ It uses the `lsof` Unix command to do that, so you'll need that installed
3284
+ to use it.
3285
+ - `mapper` dumps the JSON blobs being sent to the program supplied with
3286
+ `--metadata-mapper` and received from it. It can be useful for debugging
3287
+ the metadata mapper interface.
3288
+
3289
+ ## Filtering
3290
+
3291
+ For the filtering options
3292
+
3293
+ - `--delete-excluded`
3294
+ - `--filter`
3295
+ - `--filter-from`
3296
+ - `--exclude`
3297
+ - `--exclude-from`
3298
+ - `--exclude-if-present`
3299
+ - `--include`
3300
+ - `--include-from`
3301
+ - `--files-from`
3302
+ - `--files-from-raw`
3303
+ - `--min-size`
3304
+ - `--max-size`
3305
+ - `--min-age`
3306
+ - `--max-age`
3307
+ - `--hash-filter`
3308
+ - `--dump filters`
3309
+ - `--metadata-include`
3310
+ - `--metadata-include-from`
3311
+ - `--metadata-exclude`
3312
+ - `--metadata-exclude-from`
3313
+ - `--metadata-filter`
3314
+ - `--metadata-filter-from`
3315
+
3316
+ See the [filtering section](/filtering/).
3317
+
3318
+ ## Remote control
3319
+
3320
+ For the remote control options and for instructions on how to remote control rclone:
3321
+
3322
+ - `--rc`
3323
+ - Anything starting with `--rc-`
3324
+
3325
+ See [the remote control section](/rc/).
3326
+
3327
+ ## Logging
3328
+
3329
+ rclone has 4 levels of logging, `ERROR`, `NOTICE`, `INFO` and `DEBUG`.
3330
+
3331
+ By default, rclone logs to standard error. This means you can redirect
3332
+ standard error and still see the normal output of rclone commands (e.g.
3333
+ `rclone ls`).
3334
+
3335
+ By default, rclone will produce `Error` and `Notice` level messages.
3336
+
3337
+ If you use the `-q` flag, rclone will only produce `Error` messages.
3338
+
3339
+ If you use the `-v` flag, rclone will produce `Error`, `Notice` and
3340
+ `Info` messages.
3341
+
3342
+ If you use the `-vv` flag, rclone will produce `Error`, `Notice`,
3343
+ `Info` and `Debug` messages.
3344
+
3345
+ You can also control the log levels with the `--log-level` flag.
3346
+
3347
+ If you use the `--log-file` option, rclone will redirect `Error`,
3348
+ `Info` and `Debug` messages along with standard error to a file.
3349
+
3350
+ If you use the `--syslog` flag then rclone will log to syslog and the
3351
+ `--syslog-facility` control which facility it uses.
3352
+
3353
+ Rclone prefixes all log messages with their level in capitals, e.g. INFO
3354
+ which makes it easy to grep the log file for different kinds of
3355
+ information.
3356
+
3357
+ ## Metrics
3358
+
3359
+ Rclone can publish metrics in the OpenMetrics/Prometheus format.
3360
+
3361
+ To enable the metrics endpoint, use the `--metrics-addr` flag. Metrics can
3362
+ also be published on the `--rc-addr` port if the `--rc` flag and
3363
+ `--rc-enable-metrics` flags are supplied or if using rclone rcd
3364
+ `--rc-enable-metrics`
3365
+
3366
+ Rclone provides extensive configuration options for the metrics HTTP endpoint.
3367
+ These settings are grouped under the Metrics section and have a prefix
3368
+ `--metrics-*`.
3369
+
3370
+ When metrics are enabled with `--rc-enable-metrics`, they will be published on
3371
+ the same port as the rc API. In this case, the `--metrics-*` flags will be
3372
+ ignored, and the HTTP endpoint configuration will be managed by the `--rc-*`
3373
+ parameters.
3374
+
3375
+ ## Exit code
3376
+
3377
+ If any errors occur during the command execution, rclone will exit with a
3378
+ non-zero exit code. This allows scripts to detect when rclone
3379
+ operations have failed.
3380
+
3381
+ During the startup phase, rclone will exit immediately if an error is
3382
+ detected in the configuration. There will always be a log message
3383
+ immediately before exiting.
3384
+
3385
+ When rclone is running it will accumulate errors as it goes along, and
3386
+ only exit with a non-zero exit code if (after retries) there were
3387
+ still failed transfers. For every error counted there will be a high
3388
+ priority log message (visible with `-q`) showing the message and
3389
+ which file caused the problem. A high priority message is also shown
3390
+ when starting a retry so the user can see that any previous error
3391
+ messages may not be valid after the retry. If rclone has done a retry
3392
+ it will log a high priority message if the retry was successful.
3393
+
3394
+ ### List of exit codes
3395
+
3396
+ - `0` - Success
3397
+ - `1` - Error not otherwise categorised
3398
+ - `2` - Syntax or usage error
3399
+ - `3` - Directory not found
3400
+ - `4` - File not found
3401
+ - `5` - Temporary error (one that more retries might fix) (Retry errors)
3402
+ - `6` - Less serious errors (like 461 errors from dropbox) (NoRetry errors)
3403
+ - `7` - Fatal error (one that more retries won't fix, like account suspended)
3404
+ (Fatal errors)
3405
+ - `8` - Transfer exceeded - limit set by --max-transfer reached
3406
+ - `9` - Operation successful, but no files transferred (Requires
3407
+ [`--error-on-no-transfer`](#error-on-no-transfer))
3408
+ - `10` - Duration exceeded - limit set by --max-duration reached
3409
+
3410
+ ## Environment variables
3411
+
3412
+ Rclone can be configured entirely using environment variables. These
3413
+ can be used to set defaults for options or config file entries.
3414
+
3415
+ ### Options
3416
+
3417
+ Every option in rclone can have its default set by environment
3418
+ variable.
3419
+
3420
+ To find the name of the environment variable, first, take the long
3421
+ option name, strip the leading `--`, change `-` to `_`, make
3422
+ upper case and prepend `RCLONE_`.
3423
+
3424
+ For example, to always set `--stats 5s`, set the environment variable
3425
+ `RCLONE_STATS=5s`. If you set stats on the command line this will
3426
+ override the environment variable setting.
3427
+
3428
+ Or to always use the trash in drive `--drive-use-trash`, set
3429
+ `RCLONE_DRIVE_USE_TRASH=true`.
3430
+
3431
+ Verbosity is slightly different, the environment variable
3432
+ equivalent of `--verbose` or `-v` is `RCLONE_VERBOSE=1`,
3433
+ or for `-vv`, `RCLONE_VERBOSE=2`.
3434
+
3435
+ The same parser is used for the options and the environment variables
3436
+ so they take exactly the same form.
3437
+
3438
+ The options set by environment variables can be seen with the `-vv` flag,
3439
+ e.g. `rclone version -vv`.
3440
+
3441
+ Options that can appear multiple times (type `stringArray`) are
3442
+ treated slightly differently as environment variables can only be
3443
+ defined once. In order to allow a simple mechanism for adding one or
3444
+ many items, the input is treated as a [CSV encoded](https://godoc.org/encoding/csv)
3445
+ string. For example
3446
+
3447
+ | Environment variable | Equivalent options |
3448
+ |----------------------|--------------------|
3449
+ | `RCLONE_EXCLUDE="*.jpg"` | `--exclude "*.jpg"` |
3450
+ | `RCLONE_EXCLUDE="*.jpg,*.png"` | `--exclude "*.jpg"` `--exclude "*.png"` |
3451
+ | `RCLONE_EXCLUDE='"*.jpg","*.png"'` | `--exclude "*.jpg"` `--exclude "*.png"` |
3452
+ | `RCLONE_EXCLUDE='"/directory with comma , in it /**"'` | `--exclude "/directory with comma , in it /**" |
3453
+
3454
+ If `stringArray` options are defined as environment variables **and**
3455
+ options on the command line then all the values will be used.
3456
+
3457
+ ### Config file
3458
+
3459
+ You can set defaults for values in the config file on an individual
3460
+ remote basis. The names of the config items are documented in the page
3461
+ for each backend.
3462
+
3463
+ To find the name of the environment variable, you need to set, take
3464
+ `RCLONE_CONFIG_` + name of remote + `_` + name of config file option
3465
+ and make it all uppercase.
3466
+ Note one implication here is the remote's name must be
3467
+ convertible into a valid environment variable name,
3468
+ so it can only contain letters, digits, or the `_` (underscore) character.
3469
+
3470
+ For example, to configure an S3 remote named `mys3:` without a config
3471
+ file (using unix ways of setting environment variables):
3472
+
3473
+ ```console
3474
+ $ export RCLONE_CONFIG_MYS3_TYPE=s3
3475
+ $ export RCLONE_CONFIG_MYS3_ACCESS_KEY_ID=XXX
3476
+ $ export RCLONE_CONFIG_MYS3_SECRET_ACCESS_KEY=XXX
3477
+ $ rclone lsd mys3:
3478
+ -1 2016-09-21 12:54:21 -1 my-bucket
3479
+ $ rclone listremotes | grep mys3
3480
+ mys3:
3481
+ ```
3482
+
3483
+ Note that if you want to create a remote using environment variables
3484
+ you must create the `..._TYPE` variable as above.
3485
+
3486
+ Note that the name of a remote created using environment variable is
3487
+ case insensitive, in contrast to regular remotes stored in config
3488
+ file as documented [above](#valid-remote-names).
3489
+ You must write the name in uppercase in the environment variable, but
3490
+ as seen from example above it will be listed and can be accessed in
3491
+ lowercase, while you can also refer to the same remote in uppercase:
3492
+
3493
+ ```console
3494
+ $ rclone lsd mys3:
3495
+ -1 2016-09-21 12:54:21 -1 my-bucket
3496
+ $ rclone lsd MYS3:
3497
+ -1 2016-09-21 12:54:21 -1 my-bucket
3498
+ ```
3499
+
3500
+ Note that you can only set the options of the immediate backend,
3501
+ so RCLONE_CONFIG_MYS3CRYPT_ACCESS_KEY_ID has no effect, if myS3Crypt is
3502
+ a crypt remote based on an S3 remote. However RCLONE_S3_ACCESS_KEY_ID will
3503
+ set the access key of all remotes using S3, including myS3Crypt.
3504
+
3505
+ Note also that now rclone has [connection strings](#connection-strings),
3506
+ it is probably easier to use those instead which makes the above example
3507
+
3508
+ ```console
3509
+ rclone lsd :s3,access_key_id=XXX,secret_access_key=XXX:
3510
+ ```
3511
+
3512
+ ### Precedence
3513
+
3514
+ The various different methods of backend configuration are read in
3515
+ this order and the first one with a value is used.
3516
+
3517
+ - Parameters in connection strings, e.g. `myRemote,skip_links:`
3518
+ - Flag values as supplied on the command line, e.g. `--skip-links`
3519
+ - Remote specific environment vars, e.g. `RCLONE_CONFIG_MYREMOTE_SKIP_LINKS`
3520
+ (see above).
3521
+ - Backend-specific environment vars, e.g. `RCLONE_LOCAL_SKIP_LINKS`.
3522
+ - Backend generic environment vars, e.g. `RCLONE_SKIP_LINKS`.
3523
+ - Config file, e.g. `skip_links = true`.
3524
+ - Default values, e.g. `false` - these can't be changed.
3525
+
3526
+ So if both `--skip-links` is supplied on the command line and an
3527
+ environment variable `RCLONE_LOCAL_SKIP_LINKS` is set, the command line
3528
+ flag will take preference.
3529
+
3530
+ The backend configurations set by environment variables can be seen with the
3531
+ `-vv` flag, e.g. `rclone about myRemote: -vv`.
3532
+
3533
+ For non backend configuration the order is as follows:
3534
+
3535
+ - Flag values as supplied on the command line, e.g. `--stats 5s`.
3536
+ - Environment vars, e.g. `RCLONE_STATS=5s`.
3537
+ - Default values, e.g. `1m` - these can't be changed.
3538
+
3539
+ ### Other environment variables
3540
+
3541
+ - `RCLONE_CONFIG_PASS` set to contain your config file password (see
3542
+ [Configuration Encryption](#configuration-encryption) section)
3543
+ - `HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` (or the lowercase versions thereof).
3544
+ - `HTTPS_PROXY` takes precedence over `HTTP_PROXY` for https requests.
3545
+ - The environment values may be either a complete URL or a "host[:port]"
3546
+ for, in which case the "http" scheme is assumed.
3547
+ - `USER` and `LOGNAME` values are used as fallbacks for current username.
3548
+ The primary method for looking up username is OS-specific: Windows API on
3549
+ Windows, real user ID in /etc/passwd on Unix systems. In the documentation
3550
+ the current username is simply referred to as `$USER`.
3551
+ - `RCLONE_CONFIG_DIR` - rclone **sets** this variable for use in config files
3552
+ and sub processes to point to the directory holding the config file.
3553
+
3554
+ The options set by environment variables can be seen with the `-vv` and
3555
+ `--log-level=DEBUG` flags, e.g. `rclone version -vv`.