mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 14:45:23 +00:00
Use XDG_CACHE_HOME to control cache dir
This commit is contained in:
@@ -97,8 +97,6 @@ def restic(repository: str, args: List[str]):
|
||||
"""Generate restic command"""
|
||||
return [
|
||||
"restic",
|
||||
"--cache-dir",
|
||||
"/restic_cache",
|
||||
"-r",
|
||||
repository,
|
||||
] + args
|
||||
|
Reference in New Issue
Block a user