Backup Operations

Manual, scheduled, or real-time — choose how you want to protect your data

Manual Backup

Want to back up right now? One click.

1

Select a backup source in the sidebar

2

Click the Backup Now button

3

Watch the progress bar — you'll see real-time stats as it runs

Scheduled Backup

Set your schedule once. Ginkgo handles the rest.

1

Select a source and open Settings

2

Pick a frequency under Schedule

3

Save. Ginkgo runs on that schedule from now on.

Schedule TypeWhat It Does
ManualYou trigger backups yourself. No automation.
HourlyRuns once per hour, every hour
DailyRuns once per day at your chosen time
WeeklyRuns on your chosen day and time each week
MonthlyRuns on your chosen day and time each month

Watch Mode (Real-Time)

Turn on Watch mode and Ginkgo monitors your files in real time. Save a file? It gets backed up immediately.

💡 Watch mode is ideal for active projects — code, writing, design work. For general use, Daily scheduling is usually enough.

Excluding Files

Not everything needs backing up. Set exclusion rules for temp files, caches, and build artifacts.

1

Open the source settings and find Exclude Patterns

2

Add patterns like *.tmp, node_modules, .git, build/

3

Save. Those files are skipped from now on.

💡 Patterns support wildcards: *.tmp matches any .tmp file. Directory names match the entire tree.

Compression

Ginkgo compresses backup data automatically. Pick the algorithm that suits your files best.

AlgorithmBest For
zstd (Recommended)General purpose. Best balance of speed and compression ratio.
s2Large files where speed matters most.
deflateLegacy compatibility.
noneAlready-compressed files (JPEG, MP4, ZIP). Avoids double-compression overhead.
💡 When in doubt, use zstd. It's the right choice for nearly every scenario.