Cloud Sync
Cloud Sync
Section titled “Cloud Sync”Cloud Sync keeps your Swixter profiles synchronized across multiple machines.
Authenticate with the Swixter sync service.
swixter sync loginOpens a browser for authentication. After login, your profiles are automatically synced.
logout
Section titled “logout”Sign out and stop syncing.
swixter sync logoutLocal profiles are preserved after logout.
status
Section titled “status”Check sync status.
swixter sync statusShows:
- Login status
- Last sync time
- Number of synced profiles
- Any sync errors
Manually push local changes.
swixter sync pushManually pull remote changes.
swixter sync pullAuto-Sync
Section titled “Auto-Sync”Once logged in, Swixter automatically syncs:
- When you create, edit, or delete a profile
- When you switch active profiles
- On a configurable interval
Auto-sync can be configured in ~/.config/swixter/config.json:
{ "sync": { "autoSync": true, "interval": 300 }}See Also
Section titled “See Also”- Cloud Sync details — encryption, conflict resolution, and troubleshooting