698 B
698 B
Backup & Restore
backup
Create backups of target skill directories.
skillshare backup # All targets
skillshare backup claude # Specific target
skillshare backup --list # List existing backups
skillshare backup --cleanup # Remove old backups
Location: ~/.config/skillshare/backups/<timestamp>/
restore
Restore target from backup.
skillshare restore claude # Latest backup
skillshare restore claude --from 2026-01-14_21-22 # Specific backup
Best Practices
- Run
backupbefore major changes - Use
--dry-runwith restore to preview - Keep backups with
--cleanupto save disk space