1
0
Fork 0

backup: add ratelimit

This commit is contained in:
Luca Bilke 2025-02-25 15:10:37 +01:00
parent 61ba439329
commit 235361e3a3
Signed by: luca
GPG key ID: F6E11C9BAA7C82F5

View file

@ -36,6 +36,7 @@ borg create \
--show-rc \
--compression lz4 \
--exclude-caches \
--upload-ratelimit 2000 \
--exclude "${XDG_CACHE_HOME}/*" \
--exclude "${XDG_STATE_HOME}/*" \
--exclude "${XDG_CONFIG_HOME}/borg/*" \