fix oopsies

This commit is contained in:
snaki 2022-08-30 10:48:41 +02:00
parent a1ab41cdc9
commit ede50c4517
No known key found for this signature in database
GPG key ID: 27D0D26D9473A85C

View file

@ -1,6 +1,7 @@
# btrbk - btrfs backup and restore script # btrbk - btrfs backup and restore script
This is a bash script I made to create simple, incremental, PGP encrypted backups of your btrfs subvolumes. This is a bash script I made to create simple, incremental, PGP encrypted backups of your btrfs subvolumes.
Rclone is used to support a wide variety of Storage Backends. Encryption is done by the Standard gpg commandline tool. Rclone is used to support a wide variety of Storage Backends. Encryption is done by the Standard gpg commandline tool.
## Features ## Features
@ -34,6 +35,7 @@ cd btrbk
## Configuration ## Configuration
Configuration is done in `/etc/btrbk.conf` Configuration is done in `/etc/btrbk.conf`
Documentaion for all variables you have to set is availabe in that file. Documentaion for all variables you have to set is availabe in that file.
## Usage ## Usage