kopia
Verified for current stable LTS
Kopia Commands
Kopia command syntax with verified terminal examples.
Commands
8 commands for Kopia
kopia Operations
Kopia Command: Connect To Repository
kopia repository connect <repository_type> --path <path/to/repository> kopia Operations
Kopia Command: Create New Policy
kopia policy set --global --keep-latest <number_of_snapshots_to_keep> --compression <compression_algorithm> kopia Operations
Kopia Command: Create Repository Local Filesystem
kopia repository create filesystem --path <path/to/local_repository> kopia Operations
Kopia Command: Create Repository S3
kopia repository create s3 --bucket <bucket_name> --access-key <AWS_access_key_id> --secret-access-key <AWS_secret_access_key> kopia Operations
Kopia Command: Create Snapshot Directory
kopia snapshot create <path/to/directory> kopia Operations
Kopia Command: Ignore File Or Folder From Backups
kopia policy set --global --add-ignore <path/to/file_or_folder> kopia Operations
Kopia Command: List Snapshots
kopia snapshot list kopia HTTP
Kopia Command: Restore Snapshot To Directory
kopia snapshot restore <snapshot_id> <path/to/target_directory> Suggest a Kopia Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Kopia workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.