mirror of
https://github.com/rclone/rclone.git
synced 2026-06-28 09:55:16 -04:00
This adds two new Dropbox backend flags: --dropbox-skip-shared-folders skips all shared folder mount points regardless of ownership. --dropbox-skip-unowned-folders only skips shared folders that are not owned by the current user. These help avoid backing up the same shared folder multiple times when backing up multiple Dropbox accounts. Fixes #9514