| .. | ||
| api.conf | ||
| local.conf | ||
| README.md | ||
| s3.conf | ||
| sftp.conf | ||
Rclone Configuration Examples
This directory contains example configuration files for rclone demonstrating different storage backends.
Files Included
local.conf: Local filesystem configurations3.conf: Amazon S3 configurationsftp.conf: SFTP server configurationapi.conf: Google Drive API configuration
How to Use
- Copy the relevant configuration to your rclone config file (usually
~/.config/rclone/rclone.conf) - Replace the placeholder values (e.g.,
your_access_key_here) with your actual credentials - Test the configuration using
rclone ls
Security Note
These are example configurations only. Never store actual credentials in version control!