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

Back to all tools
borg

Borg Command: Backup Directory

borg create --progress <path/to/repo_directory>::<Monday> <path/to/source_directory>
borg

Borg Command: Backup Directory To Borg Repository

borg create --progress <path/to/repo_directory>::<Monday> <path/to/source_directory>
borg

Borg Command: Display Borg Create Archive Help

borg create --help
borg

Borg Command: Extract Directory Excluding Files

borg extract <user>@<host>:<path/to/repo_directory>::<Monday> <path/to/target_directory> --exclude '<*.ext>'
borg

Borg Command: Extract Specific Directory From Borg Archive

borg extract <user>@<host>:<path/to/repo_directory>::<Monday> <path/to/target_directory> --exclude '<*.ext>'
borg

Borg Command: Help Create Archives

borg create --help
borg

Borg Command: Initialize Local Borg Repository

borg init <path/to/repo_directory>
borg

Borg Command: Initialize Repository

borg init <path/to/repo_directory>
borg

Borg Command: List All Borg Archives

borg list <path/to/repo_directory>
borg

Borg Command: List Archives

borg list <path/to/repo_directory>
borg

Borg Command: Mount Borg Repository As Fuse Filesystem

borg mount <path/to/repo_directory>::<Monday> <path/to/mountpoint>
borg

Borg Command: Mount Repository As Filesystem

borg mount <path/to/repo_directory>::<Monday> <path/to/mountpoint>
borg

Borg Command: Prune Borg Repository Archives

borg prune --keep-within <7d> --list <path/to/repo_directory>
borg

Borg Command: Prune Old Archives

borg prune --keep-within <7d> --list <path/to/repo_directory>