2024-09-23 13:53:21 -07:00
|
|
|
# Usage
|
|
|
|
|
|
|
|
# Example commands for rsync.net repos
|
|
|
|
```
|
2025-02-02 22:45:33 -08:00
|
|
|
sudo borgmatic init --repository {repo} --encryption repokey --override remote_path=borg1 --config {config_file} --verbosity 1
|
|
|
|
sudo borgmatic create --repository {repo} --list --stats --override remote_path=borg1 --config {config_file} --verbosity 1
|
2024-09-23 13:53:21 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
# Example commands for local repos
|
|
|
|
```
|
2025-02-02 22:45:33 -08:00
|
|
|
sudo borgmatic init --repository {repo} --encryption repokey --config {config_file} --verbosity 1
|
|
|
|
sudo borgmatic create --repository {repo} --list --stats --config {config_file} --verbosity 1
|
2024-09-23 13:53:21 -07:00
|
|
|
```
|