Installation

brew install restic

Commands

Initialization

restic init -r <repo_path>

Backup

restic -r <repo_path> -v backup <folder|file_path> --exclude <file|path> --tag <tag,[tag,...]>

Dry Run

restic -r ~/Library/CloudStorage/OneDrive-HKUSTConnect/Backups -vn --exclude .DS_Store backup

Commit

restic -r ~/Library/CloudStorage/OneDrive-HKUSTConnect/Backups -v --exclude .DS_Store backup

Snapshots

restic -r ~/Library/CloudStorage/OneDrive-HKUSTConnect/Backups snapshots

Mounting

restic -r <repo_path> mount <mount_path>

restic -r ~/Library/CloudStorage/OneDrive-HKUSTConnect/Backups mount ~/mnt/restic