Skip to content

Commit

Permalink
fix: update backup job start time to 6h and correct SSH key path for …
Browse files Browse the repository at this point in the history
…whiskey
  • Loading branch information
BCNelson committed Dec 8, 2024
1 parent 275a8d4 commit a8bf971
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/romeo/backups.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
extraCreateArgs = "--verbose --stats --checkpoint-interval 600";
compression = "zstd,1";
startAt = "daily";
startAt = "6h";
prune = lib.mkIf (prune != null) prune;
};
borgReposSecrets = libx.getSecretWithDefault ./sensitive.nix "borgRepos" {
Expand Down
4 changes: 2 additions & 2 deletions nixos/whiskey/backup.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
environment.BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
extraCreateArgs = "--verbose --stats --checkpoint-interval 600";
compression = "zstd,1";
startAt = "daily";
startAt = "6h";
};
borgReposSecrets = libx.getSecretWithDefault ./sensitive.nix "borgRepos" {
level1 = "";
Expand All @@ -18,7 +18,7 @@ let
};
in
{
age.secrets.borgbaseSshKey.rekeyFile = ../../secrets/store/romeo/borgbase_ssh_key.age;
age.secrets.borgbaseSshKey.rekeyFile = ../../secrets/store/whiskey/borgbase_ssh_key.age;

services.borgbackup.jobs = {
level1 = basicBorgJob {
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
age-encryption.org/v1
-> ssh-ed25519 /VVg1g e/q81CaVQuwO7RwA7ZEnrW2RgyfSzJdCXJ/xaXBGJnU
MZNRcPOS7zmZq1l6fz1bNjaVqOZX9onpMz50aWP7K/I
-> 7<8=`W-grease i
+4CGD6ht17zetHJqk3pk6930iHGjvHMt2C79GpZHAioSssrid5J1S33wG3weFVUn
pM/NimFoDZf92c7C4tVUUt4
--- 2zOkGhHJ/DAQ0P0GHgBCtgLNRT0ekokCaKo+RZpRPYs
���i�c`dz�����"θ�ިSS{�(���WA�.��=�RΖL �����f��1nH|�Db��tN������n�:��kJ1 q������YK{^���v��� �Dac0{��HS�~D(��U�jw��%��<Md�r��k�9"Q�etmՅ�$�Q(¯,K�Z9͔�̢��6vv����Gqz��O�A��U<p��B��l��f�3���۪�y/P�+��3@4r� [RC�W1�K)#��_��=�4�� bB� o�����h��p�/&����g
mz-��Y��D:�����^5jԂq��F�k=��OlQ�h<�ߊ �!���2o����2k�'S��0��P8#����A�Y�~� �\��HΓ1�^������ӟ��J�h�p�|�}reQ���s�0��;��e�ʚy���u��0<��
Expand Down

0 comments on commit a8bf971

Please sign in to comment.