mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
Revert "vanadium/restic: disable backblaze backup"
This reverts commit 57dd5ac4a9.
This commit is contained in:
parent
fce98b6f6a
commit
6283359969
1 changed files with 14 additions and 16 deletions
|
|
@ -7,22 +7,20 @@
|
||||||
"--keep-yearly 10"
|
"--keep-yearly 10"
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
# # Disabled for now, it hits the daily transfer cap every midnight
|
"backblaze" = {
|
||||||
#
|
paths = [
|
||||||
# "backblaze" = {
|
"/home/leana/Documents"
|
||||||
# paths = [
|
"/home/leana/Calibre"
|
||||||
# "/home/leana/Documents"
|
];
|
||||||
# "/home/leana/Calibre"
|
|
||||||
# ];
|
passwordFile = config.age.secrets.restic_backblaze_pwd.path;
|
||||||
#
|
repositoryFile = config.age.secrets.restic_backblaze_repo.path;
|
||||||
# passwordFile = config.age.secrets.restic_backblaze_pwd.path;
|
environmentFile = config.age.secrets.restic_backblaze_env.path;
|
||||||
# repositoryFile = config.age.secrets.restic_backblaze_repo.path;
|
|
||||||
# environmentFile = config.age.secrets.restic_backblaze_env.path;
|
timerConfig = null;
|
||||||
#
|
|
||||||
# timerConfig = null;
|
inherit pruneOpts;
|
||||||
#
|
};
|
||||||
# inherit pruneOpts;
|
|
||||||
# };
|
|
||||||
|
|
||||||
"four" = {
|
"four" = {
|
||||||
paths = [
|
paths = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue