Skip to content

Commit

Permalink
fix(docker): don't backup Nextcloud twice, instead put the AIO intern…
Browse files Browse the repository at this point in the history
…al backup on the other ssd

This still keeps the important data backed up via our regular ones. And keeps total storage usage lower.
  • Loading branch information
dr460nf1r3 committed Dec 16, 2024
1 parent f4b1c44 commit 288dfba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nixos/hosts/immortalis/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@
isReadOnly = false;
mountPoint = "/var/garuda/docker-compose-runner/all-in-one";
};
"nextcloud-local-backup" = {
hostPath = "/data_2/backup/nextcloud-aio";
isReadOnly = false;
mountPoint = "/var/garuda/backups/nextcloud";
};
};
forwardPorts = [
{
Expand Down

0 comments on commit 288dfba

Please sign in to comment.