mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
yodaHedgehog: btrbk doc
This commit is contained in:
parent
9f7fc06094
commit
43569d816a
@ -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, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
# TODO: Remove duplicate variables below (reuse from yodaNas config).
|
# TODO: Remove duplicate variables below (reuse from yodaNas config).
|
||||||
|
Loading…
Reference in New Issue
Block a user