lasting-integrity: Remove influxdb from backups and mounts

This commit is contained in:
Charlotte Van Petegem 2024-11-10 18:57:33 +01:00
parent cf4fba0936
commit b0b0cc5003
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 0 additions and 10 deletions

View file

@ -36,12 +36,6 @@
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/influxdb2";
remotePath = "zdata/recv/lasting-integrity/big-apps/influxdb2";
fast = true;
location = "192.168.0.1";
}
{
path = "zdata/big-apps/git";
remotePath = "zdata/recv/lasting-integrity/big-apps/git";

View file

@ -50,10 +50,6 @@
device = "zdata/big-apps/nextcloud";
fsType = "zfs";
};
"/var/lib/influxdb2" = {
device = "zdata/big-apps/influxdb2";
fsType = "zfs";
};
"/var/lib/git" = {
device = "zdata/big-apps/git";
fsType = "zfs";