yodaHedgehog: btrbk doc

This commit is contained in:
Daniel Langbein 2023-11-20 13:32:26 +01:00
parent 9f7fc06094
commit 43569d816a
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,3 +1,10 @@
# Dry run:
# sudo btrbk -c /etc/btrbk/remote-backup-ssd.conf run -n
# sudo btrbk -c /etc/btrbk/remote-backup-hdd.conf run -n
# Initial backup:
# sudo btrbk -c /etc/btrbk/remote-backup-ssd.conf run; echo "Subject: btrbk has finished" | sendmail -f langbein@mail.de daniel@systemli.org
# sudo btrbk -c /etc/btrbk/remote-backup-hdd.conf run; echo "Subject: btrbk has finished" | sendmail -f langbein@mail.de daniel@systemli.org
{ config, pkgs, ... }:
let
# TODO: Remove duplicate variables below (reuse from yodaNas config).