first commit

This commit is contained in:
Oliver Walter
2026-06-17 01:54:53 +02:00
commit 1ea0d846bb
15 changed files with 742 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
# =============================================================
# Restic exclude patterns
# Copy to /etc/restic/excludes.txt and customize per machine.
# Patterns without a leading / match anywhere in the path.
# Patterns with a leading / match from the root of the backup.
# =============================================================
# Caches
.cache
.npm
.gradle
# Build artefacts
node_modules
__pycache__
*.pyc
target/
.next/
# Temporary files
*.tmp
*.log
*.swp
# Large data you can re-generate or re-pull
*.iso
*.img