feat: exclude patterns

This commit is contained in:
Nicolas Meienberger
2025-11-09 14:09:49 +01:00
parent dd36397346
commit 2aa90ec44d
3 changed files with 120 additions and 9 deletions

View File

@@ -82,7 +82,7 @@ const buildRepoUrl = (config: RepositoryConfig): string => {
const buildEnv = async (config: RepositoryConfig) => {
const env: Record<string, string> = {
RESTIC_CACHE_DIR: "/tmp/restic-cache",
RESTIC_CACHE_DIR: "/var/lib/ironmount/restic/cache",
RESTIC_PASSWORD_FILE: RESTIC_PASS_FILE,
};