2
0

New recipe: Nextcloud with MariaDB.

This commit is contained in:
2026-01-14 21:51:46 +01:00
parent e0a8a89bb3
commit a6db332f5b
19 changed files with 879 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# This is a shell script excerpt for configuration purposes only.
# Handle with care! Please don't put code here, only variables.
CLASSES_PATTERN="^([^.]*)\..*\.$HOSTNAME\.(dmp|sql\.gz|tgz|log)$"
DOIT="yes" # if empty the script makes a dry run
# RETAIN_DAYS=7 # retains all files created within that many days
# RETAIN_WEEKS=4 # retains one file per week/month,
# RETAIN_MONTHS=12 # created within that many weeks/months