| name | dar |
| description | Use this skill when the user wants full-featured disk backups or archives — incremental snapshots, encryption, compression, or tar-like archiving with more control. |
dar Plugin
Disk ARchive (dar) — a powerful backup and archiving tool. Supports incremental backups, slices, compression, encryption, and selective restore — a feature-rich alternative to tar for serious backup workflows.
Installation
apt install dar
brew install dar
Basic Usage
dar -c backup-$(date +%F).dar /home
dar -l backup-2026-07-20.dar
dar -x backup-2026-07-20.dar -R /
Common Patterns
dar -c backup-inc.dar -A backup-full.dar /home
dar -c backup.dar -s 500M /home
dar -c backup.dar -X '*/node_modules/*' /home
Usage Examples
- "Back up /home with incremental dar archives"
- "List contents of a .dar backup file"
- "Create an encrypted disk archive with dar"
SuperCLI
sc dar _ _ -c mybackup.dar /data
sc dar _ _ -l mybackup.dar
sc plugins learn dar