mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
push before potential breakage
This commit is contained in:
parent
b5870bd891
commit
a40487c018
40
.config/btrbk/btrbk.conf
Normal file
40
.config/btrbk/btrbk.conf
Normal 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
@ -4,6 +4,8 @@
|
|||||||
- gnome-tweaks # Customize advanced GNOME 3 options
|
- gnome-tweaks # Customize advanced GNOME 3 options
|
||||||
- dconf-editor # Configuration editor for dconf
|
- dconf-editor # Configuration editor for dconf
|
||||||
- keepassxc # Cross-platform password manager
|
- keepassxc # Cross-platform password manager
|
||||||
|
- btrfs-assistant # GUI to manage btrfs
|
||||||
|
- btrbk # Backup tool for btrfs subvolumes
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
- steam # Launcher for the Steam software distribution service
|
- steam # Launcher for the Steam software distribution service
|
||||||
- lutris # Video game preservation platform
|
- lutris # Video game preservation platform
|
||||||
- gamemode # Optimize system performance for games on demand
|
- gamemode # Optimize system performance for games on demand
|
||||||
|
- wine # A compatibility layer for windows applications
|
||||||
state: present
|
state: present
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user