mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
move options around in borgmatic and add ustop
This commit is contained in:
parent
e2eae2e3c5
commit
a2486cab21
@ -3,7 +3,6 @@ keep_weekly: 4
|
||||
keep_monthly: 6
|
||||
|
||||
encryption_passcommand: cat /run/agenix/borg/torus/password
|
||||
compression: zstd,22
|
||||
checks:
|
||||
- name: repository
|
||||
- name: spot
|
||||
|
@ -1,3 +1,4 @@
|
||||
compression: zstd,22
|
||||
repositories:
|
||||
- path: ssh://tstarr@torus//engi/store/kestrel.borg
|
||||
label: torus
|
||||
|
@ -14,4 +14,6 @@ after_backup:
|
||||
|
||||
archive_name_format: 'torus_apps.borg-{now}'
|
||||
|
||||
compression: zstd,22
|
||||
|
||||
<<: !include torus_common.yaml
|
||||
|
@ -8,4 +8,6 @@ before_backup:
|
||||
|
||||
archive_name_format: 'torus_bulk.borg-{now}'
|
||||
|
||||
compression: zstd,22
|
||||
|
||||
<<: !include torus_common.yaml
|
||||
|
8
home/dot_config/borgmatic.d/torus_media.yaml
Normal file
8
home/dot_config/borgmatic.d/torus_media.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
source_directories:
|
||||
- /engi/media
|
||||
|
||||
archive_name_format: 'torus_media.borg-{now}'
|
||||
|
||||
compression: lz4
|
||||
|
||||
<<: !include torus_common.yaml
|
13
home/dot_config/borgmatic.d/usage.md
Normal file
13
home/dot_config/borgmatic.d/usage.md
Normal file
@ -0,0 +1,13 @@
|
||||
# Usage
|
||||
|
||||
# Example commands for rsync.net repos
|
||||
```
|
||||
sudo borgmatic init --repository {repo} --encryption repokey --override remote_path=borg1 --config {config_file}
|
||||
sudo borgmatic create --repository {repo} --list --stats --override remote_path=borg1 --config {config_file}
|
||||
```
|
||||
|
||||
# Example commands for local repos
|
||||
```
|
||||
sudo borgmatic init --repository {repo} --encryption repokey --config {config_file}
|
||||
sudo borgmatic create --repository {repo} --list --stats --config {config_file}
|
||||
```
|
@ -11,6 +11,7 @@ in {
|
||||
pavucontrol # Simple GTK based mixer for the PulseAudio sound server
|
||||
libimobiledevice # Library to support iPhone, iPod Touch and iPad devices on Linux
|
||||
ifuse # fuse filesystem implementation to access the contents of iOS devices
|
||||
usbtop
|
||||
];
|
||||
|
||||
security.rtkit.enable = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user