@ssbun/restore-cli
v0.1.0
Published
CLI tool to back up important files to iCloud or other destinations
Readme
@ssbun/restore-cli
Back up important files to iCloud Drive (or other destinations) with snapshot-based versioning.
Install
npm install -g @ssbun/restore-cliUsage
# Run setup wizard (pick destination + enable plugins)
restore-cli config
# Run a plugin tool (interactive)
restore-cli tool
# Run a backup
restore-cli backup
# List snapshots
restore-cli restore --list
# Restore from a snapshot
restore-cli restore
# Start background daemon
restore-cli daemon startHow it works
- Plugins are built into restore-cli; enable or disable them in
restore-cli config - Snapshots are saved to your chosen destination in a
RestoreBackupfolder - Unchanged files are hardlinked between snapshots (Time Machine style)
- Old snapshots are auto-pruned (default: keep 14)
