restic ignore for juicefs

This commit is contained in:
death916 2026-02-19 03:01:59 -08:00
parent 78d20a247a
commit 702dda54b3

View file

@ -17,6 +17,11 @@
"/mnt/myjfs/"
];
exclude = [
"/mnt/*/.accesslog"
]
pruneOpts = [
"--keep-hourly 48"
"--keep-daily 7"