fix(rclone-retro): fix DS Lite resource exhaustion

This commit is contained in:
JJGadgets
2025-08-02 23:31:59 +08:00
parent 2d8a0e2d3d
commit 9080f9db50

View File

@@ -68,6 +68,7 @@ spec:
ttlSecondsAfterFinished: 3600
failedJobsHistory: 1
backoffLimit: 2
timeZone: "${CONFIG_TZ}"
containers:
main: &rclct
image: *img
@@ -121,7 +122,7 @@ spec:
env:
<<: *envcr
ARG: |
sync/sync srcFs='ds:/' dstFs='/data/ds/' _config='{"Progress": true}' _filter='{"ExcludeRule":["**/*","**/**","**.nds","**.NDS","**/*.mp3","**/*.m4a","**/*.aac","**/*.wav","**/*.flac","_gba/configs/*","_nds*/**","vmac","moonshl2","_wfwd*/**"]}'
sync/sync srcFs='ds:/' dstFs='/data/ds/' _config='{"Progress":true,"BwLimit":"1M","TPSLimit":1,"Transfers":1,"Checkers":1,"CheckFirst":true}' _filter='{"ExcludeRule":["**/*","**/**","**.nds","**.NDS","**/*.mp3","**/*.m4a","**/*.aac","**/*.wav","**/*.flac","_gba/configs/*","_nds*/**","vmac","moonshl2","_wfwd*/**"]}'
initContainers:
01-ping:
<<: *ping
@@ -215,6 +216,9 @@ spec:
user = anonymous
pass = PyY5-F-6MhsVR9BYdBGEQy0
concurrency = 1
transfers = 1
checkers = 1
check_first = true
idle_timeout = 0s
writing_mdtm = true
# needed for modtime support, use `rclone backend features ds:` to verify