push before potential breakage

This commit is contained in:
Tyler Starr 2022-11-23 21:50:18 -08:00
parent b5870bd891
commit a40487c018
5 changed files with 45 additions and 2 deletions

40
.config/btrbk/btrbk.conf Normal file
View File

@ -0,0 +1,40 @@
#
# Example btrbk configuration file
#
#
# Please refer to the btrbk.conf(5) man-page for a complete
# description of all configuration options.
# For more examples, see README.md included with this package.
#
# btrbk.conf(5): <https://digint.ch/btrbk/doc/btrbk.conf.5.html>
# README.md: <https://digint.ch/btrbk/doc/readme.html>
#
# Note that the options can be overridden per volume/subvolume/target
# in the corresponding sections.
#
# Enable transaction log
transaction_log /var/log/btrbk.log
# Use sudo if btrbk or lsbtr is run by regular user
backend_local_user btrfs-progs-sudo
# Enable stream buffer. Adding a buffer between the sending and
# receiving side is generally a good idea.
# NOTE: If enabled, make sure to install the "mbuffer" package!
stream_buffer 256m
# Example retention policy:
snapshot_preserve_min 2d
snapshot_preserve 14d
target_preserve_min no
target_preserve 20d 10w *m
# Simple setup
volume /home
snapshot_dir .snapshots
subvolume home

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,8 @@
- gnome-tweaks # Customize advanced GNOME 3 options
- dconf-editor # Configuration editor for dconf
- keepassxc # Cross-platform password manager
- btrfs-assistant # GUI to manage btrfs
- btrbk # Backup tool for btrfs subvolumes
state: present
become: true

View File

@ -4,5 +4,6 @@
- steam # Launcher for the Steam software distribution service
- lutris # Video game preservation platform
- gamemode # Optimize system performance for games on demand
- wine # A compatibility layer for windows applications
state: present
become: true