Release: Wombat

Wombat is the current DocsHub architecture.

Read the Roadmap

accountsplus documentation

Choose a version

Version 1.x

Sync and cloud backup #

AccountsPlus supports optional cloud synchronization to keep your data backed up and accessible across multiple devices.

Overview #

The sync system works like git:

Requirements #

Connect to sync server #

From the GUI #

  1. Go to Sync > Connect
  2. Enter the server URL (e.g., https://sync.accountsplus.app)
  3. Enter your email and password
  4. Select your business
  5. Click Connect

From the CLI #

accountsplus sync connect --server https://sync.accountsplus.app --business <uuid>

Sync your data #

Automatic sync #

When connected, AccountsPlus automatically syncs every 30 minutes. You can also trigger a manual sync.

Manual sync #

GUI #

Click the sync status indicator in the status bar, or go to Sync > Sync Now.

CLI #

accountsplus sync sync

This performs both push and pull operations.

Push changes #

Push your local changes to the server:

accountsplus sync push

Pull changes #

Pull changes from other devices:

accountsplus sync pull

Sync status #

Check sync status #

accountsplus sync status

Displays:

Status bar #

The status bar shows:

Conflict resolution #

When the same record is modified on multiple devices before syncing, a conflict is detected.

View conflicts #

accountsplus sync conflicts

Or from the GUI: Sync > View Conflicts

Resolve conflicts #

For each conflict, you can choose:

accountsplus sync resolve <conflict-id> --resolution local

From the GUI: Select a conflict and click Resolve.

Offline mode #

If you lose internet connection:

  1. AccountsPlus continues to work normally
  2. Changes are stored locally
  3. When reconnected, changes sync automatically
  4. Conflicts are flagged if the same records were modified

Data privacy #

Backup #

Even with sync enabled, regular backups are recommended.

Automated backups #

Configure automatic backups in Preferences > Backup:

Manual backup #

accountsplus backup --output ~/backups/manual-backup.enc

Troubleshooting #

“Connection refused” #

“Authentication failed” #

“Conflicts detected” #

“Sync stuck” #

  1. Check your internet connection
  2. Try Sync > Disconnect then Sync > Connect
  3. Restart AccountsPlus