Create Sync jobs
You can create frequently used Sync tasks as Jobs, allowing you to run them repeatedly with just a few clicks.
There are two main ways to create a Job:
- Create a Job directly from a Sync task (Instant Sync).
- Use the Job Manager to configure and save Jobs manually.
Create a Job from Instant Sync
You can create a Job by configuring your Sync task and clicking Save to Jobs in the Sync window.
👉 See: Instantly Create a Job from Sync
You can view and run saved jobs by clicking the Job Manager
toolbar in the Home menu.
Create a Job via Job Manager
(Optional) Select Source and Destination Folders
You can optionally specify the source and destination folders before creating a Job using the Job Manager.
This is helpful if you want to preassign folders when adding a new job later.
Alternatively, you can configure the source and destination folders directly within the Add Job window in the Job Manager.
To open the Job Manager, click the Job Manager button from the Home toolbar.

Add a New Job
To add a new job, click Add Job
in the Job Manager(=Jobs
) modal window.
Step 0: Open Job Manager and Click Add Job
You will see the following Jobs
window. Click the Add Job button to open the job creation wizard.

The job wizard guides you through three steps:
- Configure Storage – Choose source and destination folders
- Advanced Settings (optional) – Set sync behavior
- Filtering Settings (optional) – Define filters for file types or folders



Step 1: Configure Storage
- In the
Configure Storage
step, review the selected source and destination folders. - Enter
Job Name
( ❗Allowed characters:a–z
,A–Z
,0–9
,-
,_
) - To sync one source with multiple destinations, click Add Destination to add additional remote folders.
This allows for 1:N (one-to-many) synchronization. - Make sure all folders are correctly set before clicking Next.
RcloneView Sync make source and dest identical.
This means modifying destination only
.
- The contents of the source folder are mirrored to the destination.
- Any existing files in the destination that do not exist in the source will be deleted.
👍 Important: Rclone officially supports one-directional sync only.
⚠️ Bidirectional sync (=Bidirection) is available as a beta feature and is not officially supported. It may cause unexpected behavior or errors, so it is not recommended for production use.
Configure Storage Details

Job Name
.
- ❗Allowed characters:
a–z
,A–Z
,0–9
,-
,_
- Select the source folder.
- Click the folder icon in the left pane to choose the source.
- Select the destination folder.
- Click the folder icon in the right pane to choose the destination.
- Add additional destinations (optional).
- Click the Add Destination button to sync to multiple destinations at once. You can configure 1:N sync if needed.
- Choose the sync direction.
- Modifying destination only: Syncs from source to destination. Updates or deletes destination content to match the source.
- Bidirection (Beta): Compares both folders and syncs changes in both directions.
⚠️ This mode may overwrite new files unintentionally, so use with caution.
- Create empty directories (optional).
- If enabled, any source directories that contain no files will be recreated as empty folders in the destination.
RcloneView uses bisync
(a beta command in rclone) to perform bidirectional sync.
Since this feature is still experimental, we recommend reviewing the official user manual — especially the Limitations section — before enabling it.
Using bisync incorrectly may result in data loss. Please use with caution.
Step 2: Advanced Settings (optional)
- Advanced Settings include options for:
- Transfer performance
- Connection method
- Error handling behavior
💡 We recommend using the default values unless you need custom behavior.
Advanced Settings Details

Performance :
Number of file transfers
:
The number of file transfers to run in parallel. It can sometimes be useful to set this to a smaller number if the remote is giving a lot of timeouts or bigger if you have lots of bandwidth and a fast remote.Number of multi thread transfers
:
When using multi thread transfers this sets the number of streams to use. Set to0
to disable multi thread transfers (Default 4). When transferring files above 256MB to capable backends, rclone will use multiple threads to transfer the file.Number of equaility checkers
:
checkers do the equality checking of files during a sync. For some storage systems (e.g. S3, Swift, Dropbox) this can take a significant amount of time so they are run in parallel. The default is to run 8 checkers in parallel. However, in case of slow-reacting backends you may need to lower (rather than increase) this default by setting--checkers
to 4 or less threads.
Safety and Integrity :
Enable checksum to compare files
:
Normally rclone will look at modification time and size of files to see if they are equal. If you set this flag then rclone will check the file hash and size to determine if files are equal.This is very useful when transferring between remotes which store the same hash type on the object, e.g. Drive and Swift. For details of which remotes support which hash type see the table in the overview section.
Error control :
Retry the entire sync if it fails this many times
:
Retry the entire sync if it fails this many times it fails (default 3). Some remotes can be unreliable and a few retries help pick up the files which didn't get transferred because of errors. Disable retries with1
.
Step 3: Filtering Settings (optional)
- RcloneView applies basic filters by default for services like Google Docs or Box Docs.
- You can add more file types or folders to exclude from the sync.
Filering Settings Details

-
Don't sync files over
:
Controls the maximum file size allowed for sync. Default unit is MB. -
Don't sync files older than this
:
Controls the maximum file age allowed for sync. This applies to files only, not directories. Use the following units:
y
= years,d
= days,h
= hours,m
= minutes,s
= seconds (Example: 2y30d12h30m45s) -
Don't sync folders over this depth
:
If set, Rclone will only sync folders within the specified depth. For example, setting this to1
will only sync files in the top-level directory. Setting it to2
will sync files within the first two folder levels, and so on. -
Predefined Filters.
You can quickly apply built-in filters for common file types such as:
- Music, Video, Image, Document, Google Docs, Box Docs These filters are available as predefined options in the filter list. -
Others (= Custom Filters).
You can define custom rules to exclude or include specific file types, folders, or paths. Here are some common examples:
.iso
: Exclude all .iso files.
/.git/*
: Exclude only files inside the .git folder in the root, not subfolders.
/.git/
: Exclude the entire .git folder in the root, including everything inside it.
.git/
: Exclude all .git folders and everything inside them, regardless of location.🔗 For more advanced examples and syntax, refer to the Rclone Filtering Guide
Step4: Scheduling (Available with PLUS License)
Job scheduling allows you to automatically run jobs at specified intervals or times.
💡 This feature is available exclusively with the PLUS license.
For more details, refer to Setting Up a Job Schedule.
Finally, review the job you’ve created in the list to ensure everything is set correctly.

