Tags
Sort
Mount – High-Performance Heavy I/O
Copied! Try pasting
rclone mount remote: /mount/point --dir-cache-time 72h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --vfs-read-ahead 1G --use-mmap --vfs-cache-max-age 72h --vfs-cache-max-size 1T
MOUNT
Encrypted Mount – Read-Only
Copied! Try pasting
rclone mount crypt: /mount/point --allow-other --read-only --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M
MOUNT
Two-Way Sync – Work Folder
Copied! Try pasting
rclone bisync ~/Documents gdrive:Documents -P --checkers 8 --transfers 4 --conflict-loser gdrive --max-lock 0
BISYNC
Google Drive – High Perf Server
Copied! Try pasting
rclone sync /srv/data gdrive:data --transfers 16 --checkers 32 --drive-chunk-size 256M --buffer-size 256M --fast-list -P
SYNC
COPY
MOVE
Google Drive – Medium Laptop
Copied! Try pasting
rclone sync ~/Documents gdrive:Documents --transfers 4 --checkers 8 --drive-chunk-size 64M --tpslimit 10 --progress
COPY
MOVE
SYNC
Google Drive – Low Bandwidth/Metered
Copied! Try pasting
rclone sync /path gdrive:backup --transfers 2 --bwlimit 5M --drive-chunk-size 32M -P
MOVE
SYNC
COPY
Plex – Google Drive (High-RAM)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --cache-dir /var/cache/rclone
MOUNT
Plex – Google Drive (NAS/Laptop)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 24h --vfs-read-chunk-size 8M --vfs-read-ahead 64M --buffer-size 0 --vfs-cache-mode writes --cache-dir /var/cache/rclone
MOUNT
Plex/Jellyfin – High-Perf Server
Copied! Try pasting
rclone mount remote: /media --allow-other --dir-cache-time 168h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit off --buffer-size 512M --vfs-cache-mode full --vfs-cache-max-size 100G
MOUNT
Plex/Jellyfin – Balanced Settings
Copied! Try pasting
rclone mount remote: /mnt/remote --vfs-cache-mode writes --dir-cache-time 24h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 512M --buffer-size 16M
MOUNT
General Mount – Lightweight
Copied! Try pasting
rclone mount remote: ~/Drive --vfs-cache-mode writes --dir-cache-time 12h --poll-interval 30s --buffer-size 32M
MOUNT
Bulk Upload – Large Files (Server)
Copied! Try pasting
rclone sync /data remote:backup --transfers 8 --checkers 16 --drive-chunk-size 512M --buffer-size 512M --fast-list -P
SYNC
COPY
MOVE
Bulk Copy – Many Small Files
Copied! Try pasting
rclone copy source: dest: --transfers 100 --checkers 100 -P
COPY
SYNC
MOVE
Mount – High-Performance Heavy I/O
Copied! Try pasting
rclone mount remote: /mount/point --dir-cache-time 72h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --vfs-read-ahead 1G --use-mmap --vfs-cache-max-age 72h --vfs-cache-max-size 1T
MOUNT
Encrypted Mount – Read-Only
Copied! Try pasting
rclone mount crypt: /mount/point --allow-other --read-only --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M
MOUNT
Two-Way Sync – Work Folder
Copied! Try pasting
rclone bisync ~/Documents gdrive:Documents -P --checkers 8 --transfers 4 --conflict-loser gdrive --max-lock 0
BISYNC
Google Drive – High Perf Server
Copied! Try pasting
rclone sync /srv/data gdrive:data --transfers 16 --checkers 32 --drive-chunk-size 256M --buffer-size 256M --fast-list -P
SYNC
COPY
MOVE
Google Drive – Medium Laptop
Copied! Try pasting
rclone sync ~/Documents gdrive:Documents --transfers 4 --checkers 8 --drive-chunk-size 64M --tpslimit 10 --progress
COPY
MOVE
SYNC
Google Drive – Low Bandwidth/Metered
Copied! Try pasting
rclone sync /path gdrive:backup --transfers 2 --bwlimit 5M --drive-chunk-size 32M -P
MOVE
SYNC
COPY
Plex – Google Drive (High-RAM)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --cache-dir /var/cache/rclone
MOUNT
Plex – Google Drive (NAS/Laptop)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 24h --vfs-read-chunk-size 8M --vfs-read-ahead 64M --buffer-size 0 --vfs-cache-mode writes --cache-dir /var/cache/rclone
MOUNT
Plex/Jellyfin – High-Perf Server
Copied! Try pasting
rclone mount remote: /media --allow-other --dir-cache-time 168h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit off --buffer-size 512M --vfs-cache-mode full --vfs-cache-max-size 100G
MOUNT
Plex/Jellyfin – Balanced Settings
Copied! Try pasting
rclone mount remote: /mnt/remote --vfs-cache-mode writes --dir-cache-time 24h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 512M --buffer-size 16M
MOUNT
General Mount – Lightweight
Copied! Try pasting
rclone mount remote: ~/Drive --vfs-cache-mode writes --dir-cache-time 12h --poll-interval 30s --buffer-size 32M
MOUNT
Bulk Upload – Large Files (Server)
Copied! Try pasting
rclone sync /data remote:backup --transfers 8 --checkers 16 --drive-chunk-size 512M --buffer-size 512M --fast-list -P
SYNC
COPY
MOVE
Bulk Copy – Many Small Files
Copied! Try pasting
rclone copy source: dest: --transfers 100 --checkers 100 -P
COPY
SYNC
MOVE
Mount – High-Performance Heavy I/O
Copied! Try pasting
rclone mount remote: /mount/point --dir-cache-time 72h --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --vfs-read-ahead 1G --use-mmap --vfs-cache-max-age 72h --vfs-cache-max-size 1T
MOUNT
Encrypted Mount – Read-Only
Copied! Try pasting
rclone mount crypt: /mount/point --allow-other --read-only --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M
MOUNT
Two-Way Sync – Work Folder
Copied! Try pasting
rclone bisync ~/Documents gdrive:Documents -P --checkers 8 --transfers 4 --conflict-loser gdrive --max-lock 0
BISYNC
Google Drive – High Perf Server
Copied! Try pasting
rclone sync /srv/data gdrive:data --transfers 16 --checkers 32 --drive-chunk-size 256M --buffer-size 256M --fast-list -P
SYNC
COPY
MOVE
Google Drive – Medium Laptop
Copied! Try pasting
rclone sync ~/Documents gdrive:Documents --transfers 4 --checkers 8 --drive-chunk-size 64M --tpslimit 10 --progress
COPY
MOVE
SYNC
Google Drive – Low Bandwidth/Metered
Copied! Try pasting
rclone sync /path gdrive:backup --transfers 2 --bwlimit 5M --drive-chunk-size 32M -P
MOVE
SYNC
COPY
Plex – Google Drive (High-RAM)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 48h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 2G --buffer-size 512M --vfs-cache-mode full --cache-dir /var/cache/rclone
MOUNT
Plex – Google Drive (NAS/Laptop)
Copied! Try pasting
rclone mount gcrypt: /mnt/gmedia --allow-other --dir-cache-time 24h --vfs-read-chunk-size 8M --vfs-read-ahead 64M --buffer-size 0 --vfs-cache-mode writes --cache-dir /var/cache/rclone
MOUNT
Plex/Jellyfin – High-Perf Server
Copied! Try pasting
rclone mount remote: /media --allow-other --dir-cache-time 168h --vfs-read-chunk-size 64M --vfs-read-chunk-size-limit off --buffer-size 512M --vfs-cache-mode full --vfs-cache-max-size 100G
MOUNT
Plex/Jellyfin – Balanced Settings
Copied! Try pasting
rclone mount remote: /mnt/remote --vfs-cache-mode writes --dir-cache-time 24h --vfs-read-chunk-size 16M --vfs-read-chunk-size-limit 512M --buffer-size 16M
MOUNT
General Mount – Lightweight
Copied! Try pasting
rclone mount remote: ~/Drive --vfs-cache-mode writes --dir-cache-time 12h --poll-interval 30s --buffer-size 32M
MOUNT
Bulk Upload – Large Files (Server)
Copied! Try pasting
rclone sync /data remote:backup --transfers 8 --checkers 16 --drive-chunk-size 512M --buffer-size 512M --fast-list -P
SYNC
COPY
MOVE
Bulk Copy – Many Small Files
Copied! Try pasting
rclone copy source: dest: --transfers 100 --checkers 100 -P
COPY
SYNC
MOVE
