search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Borg Commands
14 borg entries
Limited to 100 results
borg Operations
Borg Command: Backup Directory
borg create --progress <path/to/repo_directory>::<Monday> <path/to/source_directory> borg Operations
Borg Command: Backup Directory To Borg Repository
borg create --progress <path/to/repo_directory>::<Monday> <path/to/source_directory> borg Archive
Borg Command: Display Borg Create Archive Help
borg create --help borg HTTP
Borg Command: Extract Directory Excluding Files
borg extract <user>@<host>:<path/to/repo_directory>::<Monday> <path/to/target_directory> --exclude '<*.ext>' borg HTTP
Borg Command: Extract Specific Directory From Borg Archive
borg extract <user>@<host>:<path/to/repo_directory>::<Monday> <path/to/target_directory> --exclude '<*.ext>' borg Archive
Borg Command: Help Create Archives
borg create --help borg Operations
Borg Command: Initialize Local Borg Repository
borg init <path/to/repo_directory> borg Operations
Borg Command: Initialize Repository
borg init <path/to/repo_directory> borg Archive
Borg Command: List All Borg Archives
borg list <path/to/repo_directory> borg Archive
Borg Command: List Archives
borg list <path/to/repo_directory> borg Operations
Borg Command: Mount Borg Repository As Fuse Filesystem
borg mount <path/to/repo_directory>::<Monday> <path/to/mountpoint> borg Operations
Borg Command: Mount Repository As Filesystem
borg mount <path/to/repo_directory>::<Monday> <path/to/mountpoint> borg Archive
Borg Command: Prune Borg Repository Archives
borg prune --keep-within <7d> --list <path/to/repo_directory> borg Archive
Borg Command: Prune Old Archives
borg prune --keep-within <7d> --list <path/to/repo_directory>