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