SugarSync
SugarSync
SugarSync is a cloud service that enablesactive synchronization of files across computers and other devices forfile backup, access, syncing, and sharing.
The initial setup for SugarSync involves getting a token from SugarSync which youcan do with rclone. rclone config
walks you through it.
Here is an example of how to make a remote called remote
. First run:
Sugarsync Cloud Storage
This will guide you through an interactive setup process:
Note that the config asks for your email and password but doesn'tstore them, it only uses them to get the initial token.
Once configured you can then use rclone
like this,
List directories (sync folders) in top level of your SugarSync
List all the files in your SugarSync folder 'Test'
Syncing Data After Installing A New Hard Drive, Cloning, Or Migrating. Syncing Issues on macOS 10.15 (Catalina) SugarSync Desktop application incorrectly shows storage usage as full or exceeding quota. Adding files from email attachments to SugarSync. Nov 11, 2020 The data remains in the SugarSync cloud, however, so it remains accessible from another device connected to the account. For quick convenience, SugarSync has a unique feature to upload a file via email. It’s as easy as you’d expect: send an email with a file attachment to SugarSync, and it’ll process right in your account. SugarSync is a cloud service that enables active synchronization of files across computers and other devices for file backup, access, syncing, and sharing from a variety of operating systems, such as Android, iOS, Mac OS X, and Windows devices.
To copy a local directory to an SugarSync folder called backup
Paths are specified as remote:path
Paths may be as deep as required, e.g. remote:directory/subdirectory
.
Icon archive for mac. NB you can't create files in the top level folder you have tocreate a folder, which rclone will create as a 'Sync Folder' withSugarSync.
Modified time and hashes
SugarSync does not support modification times or hashes, thereforesyncing will default to --size-only
checking. Note that using--update
will work as rclone can read the time files were uploaded.
Restricted filename characters
SugarSync replaces the default restricted characters setexcept for DEL.
Invalid UTF-8 bytes will also be replaced,as they can't be used in XML strings.
Deleting files
Deleted files will be moved to the 'Deleted items' folder by default.
However you can supply the flag --sugarsync-hard-delete
or set theconfig parameter hard_delete = true
if you would like files to bedeleted straight away.
Standard Options
Here are the standard options specific to sugarsync (Sugarsync).
--sugarsync-app-id
Sugarsync App ID.
Leave blank to use rclone's.
- Config: app_id
- Env Var: RCLONE_SUGARSYNC_APP_ID
- Type: string
- Default: '
--sugarsync-access-key-id
Sugarsync Access Key ID.

Leave blank to use rclone's.
- Config: access_key_id
- Env Var: RCLONE_SUGARSYNC_ACCESS_KEY_ID
- Type: string
- Default: '
--sugarsync-private-access-key
Www.sugarsync.com
Sugarsync Private Access Key
Leave blank to use rclone's.
- Config: private_access_key
- Env Var: RCLONE_SUGARSYNC_PRIVATE_ACCESS_KEY
- Type: string
- Default: '

--sugarsync-hard-delete
Permanently delete files if trueotherwise put them in the deleted files.
- Config: hard_delete
- Env Var: RCLONE_SUGARSYNC_HARD_DELETE
- Type: bool
- Default: false
Advanced Options
Here are the advanced options specific to sugarsync (Sugarsync).
--sugarsync-refresh-token
Sugarsync refresh token Apache office for mac.
Leave blank normally, will be auto configured by rclone.
- Config: refresh_token
- Env Var: RCLONE_SUGARSYNC_REFRESH_TOKEN
- Type: string
- Default: '
--sugarsync-authorization
Sugarsync authorization
Leave blank normally, will be auto configured by rclone.
- Config: authorization
- Env Var: RCLONE_SUGARSYNC_AUTHORIZATION
- Type: string
- Default: '
--sugarsync-authorization-expiry

Sugarsync authorization expiry
Leave blank normally, will be auto configured by rclone.
- Config: authorization_expiry
- Env Var: RCLONE_SUGARSYNC_AUTHORIZATION_EXPIRY
- Type: string
- Default: '
--sugarsync-user
Sugarsync user
Leave blank normally, will be auto configured by rclone.
- Config: user
- Env Var: RCLONE_SUGARSYNC_USER
- Type: string
- Default: '
--sugarsync-root-id
Sugarsync root id
Leave blank normally, will be auto configured by rclone.
- Config: root_id
- Env Var: RCLONE_SUGARSYNC_ROOT_ID
- Type: string
- Default: '
--sugarsync-deleted-id
Sugarsync deleted folder id
Leave blank normally, will be auto configured by rclone.
- Config: deleted_id
- Env Var: RCLONE_SUGARSYNC_DELETED_ID
- Type: string
- Default: '
--sugarsync-encoding
Sugarsync Pricing
This sets the encoding for the backend.
See: the encoding section in the overview for more info.
- Config: encoding
- Env Var: RCLONE_SUGARSYNC_ENCODING
- Type: MultiEncoder
- Default: Slash,Ctl,InvalidUtf8,Dot
Limitations

rclone about
is not supported by the SugarSync backend. Backends withoutthis capability cannot determine free space for an rclone mount oruse policy mfs
(most free space) as a member of an rclone unionremote.
See List of backends that do not support rclone aboutSee rclone about
