Skip to main content

Why Backup?

Protect your API collections, environments, and history from:

Accidental Deletion

Recover deleted collections or requests

Data Corruption

Restore from corruption or file system errors

Hardware Failure

Recover from disk failures or computer loss

Sync Conflicts

Rollback to known good state after conflicts

Backup Strategies

Using Git provides automatic, versioned backups: Advantages:
  • ✅ Automatic backups on every sync
  • ✅ Complete version history
  • ✅ Easy rollback to any point
  • ✅ Team collaboration built-in
  • ✅ Remote storage included
Setup:
Restore from Git:

2. Time Machine (macOS)

macOS Time Machine automatically backs up Auk data: Setup:
  1. Enable Time Machine in System Preferences
  2. Auk data is automatically included
  3. Backups occur hourly
Restore:
  1. Open Time Machine
  2. Navigate to Auk workspace folder
  3. Select date to restore from
  4. Click “Restore”

3. Manual Backups

Create manual backups on demand:

4. Automated Backup Script

Create a script for regular backups:
Schedule with cron:

5. Cloud Backup

Backup to cloud storage:

Restore Procedures

Restore from Git

1

View History

2

Find Commit

Identify the commit to restore to
3

Restore

4

Verify

Open Auk and verify data is restored correctly

Restore from Archive

1

Locate Backup

Find the backup archive to restore from
2

Close Auk

Ensure Auk is not running
3

Extract

4

Copy Files

5

Verify

Open Auk and verify restoration

Restore from Time Machine

1

Open Time Machine

Click Time Machine icon in menu bar → “Enter Time Machine”
2

Navigate

Navigate to:
3

Select Date

Use timeline to find the date to restore from
4

Restore

Select files/folders and click “Restore”

Selective Restore

Restore specific items:

Backup Best Practices

Follow the 3-2-1 backup rule:
  • 3 copies of data (original + 2 backups)
  • 2 different storage types (local + cloud)
  • 1 offsite backup (cloud or external drive)
Example:
  • Original: Auk workspace
  • Backup 1: Git remote (GitHub)
  • Backup 2: Time Machine / local archive
Backup regularly:
  • Git sync: Every 15 minutes (automatic)
  • Manual backup: Weekly
  • Cloud backup: Daily
  • External drive: Monthly
Regularly test restore procedures:
  1. Create test workspace
  2. Backup test workspace
  3. Delete test workspace
  4. Restore from backup
  5. Verify all data intact
Keep multiple backup versions:
  • Daily: Last 7 days
  • Weekly: Last 4 weeks
  • Monthly: Last 12 months
  • Yearly: Indefinite
Encrypt backups containing sensitive data:

Backup Verification

Verify Backup Integrity

Disaster Recovery

Complete Data Loss

If all local data is lost:
1

Reinstall Auk

Download and install Auk
2

Restore from Git

3

Open in Auk

Open Auk and add workspace from cloned directory
4

Verify

Check all collections and environments are present

Partial Data Loss

If some data is lost:
  1. Identify Missing Data - What’s missing?
  2. Check Git History - Is it in Git?
  3. Check Backups - Is it in backups?
  4. Restore Selectively - Restore only missing items

Monitoring Backups

Backup Status Dashboard

Create a script to monitor backups:

Backup Alerts

Set up alerts for backup failures:

Next Steps

Git Sync

Set up automatic Git backups

Data Location

Find your workspace data

File System

Understand file storage

Workspace Settings

Configure workspace options