borg
Verified for current stable LTS
Borg Command: Help Create Archives
Use for help create archives with Borg. Exact CLI syntax to help create archives using Borg.
When to use this: Use for help create archives with Borg.
Command Syntax
borg create --help borg create --help Command Breakdown
--help- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to help create archives using Borg.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Borg Command: Initialize Repository
borg init <path/to/repo_directory> Borg Command: Backup Directory borg create --progress <path/to/repo_directory>::<Monday> <path/to/source_directory> Borg Command: List Archives borg list <path/to/repo_directory> Borg Command: Extract Directory Excluding Files borg extract <user>@<host>:<path/to/repo_directory>::<Monday> <path/to/target_directory> --exclude '<*.ext>' Borg Command: Prune Old Archives borg prune --keep-within <7d> --list <path/to/repo_directory>