Managing Sync Backup Plans
This guide provides step-by-step instructions for managing sync backup plans in Pluton. Sync plans use Rclone to keep your destination storage synchronized with your source files.
Running Syncs
Syncs run automatically on schedule, but you can also trigger them manually.
Automatic Syncs
Once created, your sync plan will:
- Run automatically at the scheduled intervals
- Retry automatically if failures occur (based on retry settings)
- Continue running until you pause or delete the plan
- Propagate changes (additions, modifications, deletions) to destination
You can see the next scheduled sync time by hovering over the interval in the plan list.
Manual Sync (Sync Now)
To run a sync immediately, outside of the regular schedule:
From the Plans List:
- Locate your sync plan in the list
- Click the three dots menu (⋮) on the right side
- Select "Sync Now" or "Backup Now"
- A notification confirms the sync has started
- The plan card will show "In Progress" status
From Plan Details Page:
- Navigate to the plan by clicking on it
- Click the "Sync Now" button in the page header
- The sync starts immediately
- You'll see real-time progress with:
- Files added, modified, removed
- Data transferred
- Current sync speed
- Estimated time remaining
Important Notes:
- You cannot start a manual sync while one is already in progress
- Manual syncs don't affect the regular schedule
- Failed manual syncs will retry based on your retry settings
- Manual syncs record change history like scheduled syncs
Monitoring Sync Progress
Real-Time Progress:
- Open the plan details page during a sync
- View live statistics including:
- Percentage complete
- Number of files added
- Number of files modified
- Number of files removed
- Amount of data transferred
- Current transfer speed
- Estimated time remaining
Sync History:
- Each completed sync appears in the "Syncs" section
- View sync date/time, changes made, and status
- Review statistics:
- Files added/modified/removed
- Total data transferred
- Sync duration
- Click on individual sync records to:
- View detailed change list
- See which files were affected
- Review sync logs
Change Tracking:
Sync plans track three types of changes:
- Added - New files copied to destination
- Modified - Updated files overwritten at destination
- Removed - Deleted files removed from destination
Logs:
- Click "View Logs" in the more options menu (⋮)
- See detailed execution logs
- Track file-by-file operations
- Helpful for troubleshooting issues
- Download logs for offline review
Pausing a Plan
Pausing a sync plan stops automatic scheduled syncs without deleting the plan or existing synced data.
When to Pause a Plan
- During system maintenance or updates
- When the source device is offline temporarily
- To save bandwidth during critical operations
- When storage quota is reached temporarily
- To stop propagation of unwanted changes
- During troubleshooting or testing
How to Pause
From the Plans List:
- Locate your sync plan
- Click the three dots menu (⋮)
- Select "Pause Plan"
- A notification confirms the plan is paused
- The plan shows a "Paused" badge
From Plan Details Page:
- Navigate to the plan details
- Click the "Pause" button in the page header
- The plan is immediately paused
- The page header shows "Paused" status
What Happens When Paused:
- Scheduled syncs stop running
- The cron schedule is deactivated
- Existing synced data remains intact at destination
- The plan remains in your plans list
- You cannot run manual syncs while paused
- No changes are propagated until resumed
Important for Sync Plans:
- Source and destination can drift out of sync while paused
- When resumed, the next sync will catch up all changes
- Large change accumulation = longer first sync after resume
Resuming a Paused Plan
From the Plans List:
- Locate the paused plan (has "Paused" badge)
- Click the three dots menu (⋮)
- Select "Resume Plan"
- A notification confirms the plan is active
- Scheduled syncs resume automatically
From Plan Details Page:
- Navigate to the paused plan
- Click the "Resume" button in the page header
- The plan is reactivated immediately
- The next scheduled sync will run as configured
What Happens When Resumed:
- The sync schedule is reactivated
- Next sync runs at the scheduled interval (not immediately)
- All accumulated changes since pause will be synced
- Normal sync operations continue
Important Notes:
- You cannot pause a plan while a sync is in progress
- Resuming doesn't trigger an immediate sync (use "Sync Now" if needed)
- Pausing doesn't delete any data or configuration
- Large changes accumulated during pause may take longer to sync
Editing a Sync Plan
You can modify most settings of an existing sync plan. Some settings cannot be changed after creation.
What Can Be Edited
Changeable Settings:
- Plan name/title
- Source paths (add/remove folders to sync)
- Exclude patterns
- Storage subfolder path
- Sync schedule/interval
- Revision history settings
- Revisions to keep
- Compression setting
- Tags
- Retry settings
- Performance settings
- Notification settings
Cannot Be Changed:
- Source device
- Storage destination
- Backup method (Sync vs Periodic Backup)
- Source type (device, database, etc.)
- Encryption (once synced data exists)
How to Edit a Plan
1. Open Edit Panel
From Plans List:
- Find your plan and click on it to open details
- Click the "Edit" button in the page header
Or:
- Click the three dots menu (⋮) next to the plan
- Select "Edit"
The edit panel opens on the right side.
2. Modify Settings
The edit panel has four tabs accessible from the top:
Step 1: Basics
- Change the plan name
- View source type and method (cannot change)
Step 2: Source/Destination
- Add or remove folders to sync
- Modify exclude patterns
- Click "+ Add Folder" to include additional paths
- Use the trash icon to remove folders
- Adjust storage subfolder path (destination cannot change)
Important for Sync Plans:
- Adding folders will sync new data on next run
- Removing folders won't delete already-synced data at destination
- Exclude pattern changes apply to next sync
Step 3: Schedule
- Change sync interval and time
- Modify revision history settings
- Toggle revision history on/off
- Change revisions to keep
- All interval options are available
Schedule Change Considerations:
- More frequent syncs = lower latency but more overhead
- Less frequent syncs = higher latency but less overhead
- Match frequency to actual change patterns
Revision History Changes:
- Enabling revision history starts saving versions from next sync
- Disabling revision history stops saving new versions (keeps existing)
- Changing retention count applies on next cleanup
Step 4: Advanced
- Toggle compression on/off
- Modify retry settings
- Adjust performance settings
- Configure notifications
- Manage tags
Performance Tuning:
- Adjust transfers for bandwidth management
- Change sync strategy (checksum vs modtime)
- Set max duration or max transfer limits
3. Save Changes
- Click "Update Plan" at the bottom of the panel
- Pluton validates your changes
- The sync schedule is updated
- A success notification appears
What Happens After Update:
- Schedule changes take effect immediately
- Source path changes apply to the next sync
- New folders will be synced on next run
- Performance changes apply immediately
- Notification changes take effect for future syncs
Important Notes:
- You cannot edit a plan while a sync is in progress
- Wait for active syncs to complete before editing
- Test configuration changes with small datasets first
- Monitor first sync after major changes
Best Practices for Editing
- Don't edit during syncs - Wait for active syncs to complete
- Test new paths - Verify folders exist and are accessible before adding
- Review excludes - Ensure exclude patterns work as intended
- Check storage space - When adding more source paths
- Update incrementally - Make small changes and test before adding more
- Monitor after changes - Watch the first sync after editing to verify behavior
- Document changes - Note what you changed and why
Common Editing Scenarios
Adding More Folders:
- Edit the plan
- Add new source folders in Step 2
- Save and let the next sync run
- New folders will be fully copied to destination
- Subsequent syncs only transfer changes
Changing Sync Frequency:
- Edit the plan
- Adjust interval in Step 3
- Save changes
- New schedule takes effect immediately
- Next sync runs at new interval
Enabling Revision History:
- Edit the plan
- Toggle on revision history in Step 3
- Set revisions to keep
- Save changes
- From next sync, old versions will be saved
Adjusting Performance:
- Edit the plan
- Go to Step 4 Advanced Settings
- Modify transfers, buffer size, or sync strategy
- Save changes
- Changes apply to next sync immediately
Removing a Sync Plan
Deleting a sync plan removes the plan configuration and optionally the synced data from storage.
Before You Delete
Consider:
- Pausing instead if you might need the plan later
- Verifying you have alternative copies of important data
- Checking if any sync operations are in progress
- Reviewing what data will be affected
Important for Sync Plans:
- Synced data at destination is a live copy (not archived snapshots)
- Deleting with data removal will delete your synced files
- This is different from backup plans where snapshots are deleted
How to Remove a Plan
1. Open Delete Confirmation
From Plans List:
- Click the plan card to open details
- Click "More Options (⋮)" in the page header
- Select "Remove"
Or from Plan Details:
- Click the three dots menu (⋮) in the header
- Select "Remove"
A confirmation modal appears.
2. Choose Data Removal Option
Important Decision:
The modal shows a toggle option:
- "Remove remote sync data from the Remote Storage"
If DISABLED (default):
- Only the plan configuration is deleted from Pluton
- All synced files remain at the destination
- Destination storage retains the mirrored data
- You can manually access the data if needed
- Storage space is not freed
If ENABLED:
- The plan configuration AND all synced data are deleted
- All files at the destination path are permanently removed
- Storage space is freed
- This action cannot be undone!
When to Enable:
- You no longer need the synced data at destination
- You want to reclaim storage space
- You're sure you won't need the files at destination
- The data is backed up elsewhere or at source
When to Keep Disabled:
- You want to keep the synced copy for use
- Destination serves as an active backup location
- You might need to access files from destination
- Storage space is not a concern
- You want to manually review before deletion
Special Consideration for Sync Plans:
Unlike backup plans with snapshots, sync plans store live file copies. Deleting with data removal removes your actual files, not just backup versions. Be absolutely certain before enabling this option.
3. Confirm Deletion
- Read the warning message carefully
- Set the toggle based on your needs
- Click "Yes, Remove Plan"
- The deletion process begins
What Happens:
- Pluton stops all scheduled syncs for this plan
- The cron schedule is removed
- If enabled, synced data is deleted from destination (this may take time)
- The plan is removed from the database
- You're redirected to the main Plans page
- A success notification appears
Important Notes:
- You cannot delete a plan while a sync is in progress
- Deletion with data removal may take several minutes for large datasets
- There is no undo or recovery option
- All sync history and logs for this plan are deleted
- If revision history exists, it's also deleted
After Deletion
- The plan no longer appears in your plans list
- Scheduled syncs stop immediately
- If data was deleted:
- Destination path is empty or removed
- Storage space is freed (may take time to reflect)
- If data was kept:
- Synced files remain accessible at destination
- No further syncs will occur
- Data remains until manually removed
Comparing Syncs
View differences between sync operations to understand what changed.
How to Compare
- Navigate to the plan details page
- In the "Syncs" history section, locate two syncs to compare
- Click on a sync to view its details
- Review the changes:
- Files added since previous sync
- Files modified since previous sync
- Files removed since previous sync
Understanding Change Information
Added Files:
- Files that were created at source
- New files that didn't exist in previous sync
- Show file path and size
Modified Files:
- Files that changed at source
- Could be content changes or metadata changes
- Show file path and new size
Removed Files:
- Files that were deleted at source
- These are removed from destination (or moved to history)
- Show file path and previous size
Use Cases for Comparing
- Verify sync captured expected changes
- Audit what files were added/removed
- Troubleshoot why certain files weren't synced
- Monitor data growth patterns
- Review deletion patterns
Troubleshooting
Sync Fails to Start
Symptoms: Clicking "Sync Now" doesn't start a sync
Solutions:
- Check if a sync is already running
- Verify the plan is not paused (Resume it first)
- Check storage connectivity (verify storage in Storages page)
- Review plan logs for error messages
- Ensure source device is online (for remote syncs)
- Check source paths still exist
Cannot Edit Plan
Symptoms: Edit button disabled or changes won't save
Solutions:
- Wait for any active sync to complete
- Ensure you're not trying to change immutable settings (device, storage, method)
- Check that required fields are filled correctly
- Verify at least one source folder is selected
- Check for validation errors in the edit panel
Pause/Resume Not Working
Symptoms: Plan doesn't pause or resume properly
Solutions:
- Wait for active syncs to finish before pausing
- Check plan logs for scheduling errors
- Restart the Pluton server if schedules seem stuck
- Verify cron service is running
- Check system time and timezone settings
Plan Deletion Stuck
Symptoms: Deletion takes too long or appears to hang
Solutions:
- If deleting with data removal, large datasets take time (be patient)
- Check network connectivity to storage
- Monitor the app logs (Settings → App Logs)
- Large revision histories take longer to delete
- If truly stuck after 30+ minutes, contact support
Syncs Taking Too Long
Symptoms: Syncs take much longer than expected
Solutions:
- Check source for large files or many files
- Review exclude patterns - are you syncing unnecessary data?
- Adjust performance settings (increase transfers)
- Check network and storage performance
- Review logs for bottlenecks
- Consider breaking up into multiple smaller sync plans
Files Not Syncing
Symptoms: Some files don't appear at destination
Solutions:
- Check exclude patterns - files might be excluded
- Verify file permissions at source
- Check for filename issues (special characters)
- Review sync logs for errors on specific files
- Ensure files aren't in use or locked during sync
- Check storage space at destination
Revisions Not Working
Symptoms: Old versions not being saved
Solutions:
- Verify revision history is enabled in plan settings
- Check revisions to keep value is > 0
- Review destination for history folder
- Check storage space (revisions require extra space)
- Verify history folder isn't being excluded
Tips and Best Practices
Creating Sync Plans
- Start small - Test with a small folder first before syncing large datasets
- Use descriptive names - Include source and frequency (e.g., "Docs 15-Min Sync")
- Enable encryption - Always encrypt when using cloud storage
- Tag consistently - Develop a tagging system from the start
- Test immediately - Run a manual sync after creation to verify settings
- Enable revisions - For important data, enable revision history
Running Syncs
- Schedule wisely - Match frequency to actual change patterns
- Monitor first sync - Watch the first sync to ensure it completes properly
- Check regularly - Periodically review sync history for failures
- Don't overload - Avoid running too many manual syncs simultaneously
- Verify changes - Spot-check destination to confirm changes propagate
Pausing Plans
- Temporary only - Use pause for short-term needs, not long-term
- Document reasons - Note why you paused (for memory later)
- Set reminders - Don't forget to resume after maintenance
- Review regularly - Check for accidentally paused plans
- Expect catch-up - First sync after resume may take longer
Editing Plans
- Edit off-hours - Make changes when syncs aren't scheduled
- Small changes - Modify one thing at a time when possible
- Test after editing - Run a manual sync to verify changes
- Document changes - Keep notes on what you changed and why
- Monitor closely - Watch the first sync after editing
Removing Plans
- Pause first - Pause for a while before deleting to ensure it's not needed
- Verify data - Ensure you have alternative copies if keeping data
- Archive settings - Screenshot or document plan configuration before deletion
- Clean up gradually - Consider keeping synced data and deleting plan only
- Double-check toggle - Be certain about data removal decision
Performance Optimization
- Tune transfers - Adjust based on network and storage capabilities
- Use exclude patterns - Don't sync unnecessary files
- Monitor sync duration - Track how long syncs take over time
- Adjust frequency - If syncs are slow, decrease frequency
- Review logs - Identify bottlenecks and optimize
Quick Reference
| Action | Location | Effect |
|---|---|---|
| Sync Now | Plan details / Plan card | Triggers immediate sync |
| Pause | Plan details header | Stops scheduled syncs |
| Resume | Plan details header | Reactivates scheduled syncs |
| Edit | Plan details header | Modify plan settings |
| Remove | More Options (⋮) | Delete plan (optionally with synced data) |
| View Logs | More Options (⋮) | Show detailed operation logs |
| View Changes | Sync history item | See files added/modified/removed |
| Compare Syncs | Multiple sync history items | Compare changes between sync operations |
Regular monitoring and maintenance keeps your sync plans running smoothly and ensures your data stays synchronized.