borgbackup: Prune old backups

This commit is contained in:
fleaz 2024-04-03 15:20:15 +02:00
parent 92a9971232
commit 0ecd0510de
No known key found for this signature in database
GPG key ID: AED15F8FDD04D083

View file

@ -31,6 +31,10 @@
}; };
compression = "auto,zstd"; compression = "auto,zstd";
startAt = "hourly"; startAt = "hourly";
prune.keep = {
daily = 30;
monthly = 6;
};
}; };
}; };
} }