rclone icon indicating copy to clipboard operation
rclone copied to clipboard

fix: rclone zombie when cron backup

Open exfly opened this issue 10 months ago • 3 comments

What is the purpose of this change?

Was the change discussed in an issue or in the forum before?

Checklist

  • [x] I have read the contribution guidelines.
  • [x] I have added tests for all changes in this PR if appropriate.
  • [x] I have added documentation for the changes if appropriate.
  • [x] All commit messages are in house style.
  • [x] I'm done, this Pull Request is ready for review :-)

exfly avatar Apr 27 '25 01:04 exfly

@ncw: Have you seen this PR?

Neustradamus avatar Nov 10 '25 03:11 Neustradamus

Can you explain what it does , what it fixes and how it works please!

ncw avatar Nov 10 '25 10:11 ncw

tini (https://github.com/krallin/tini) is acting as a minimal process supervisor here (similar to systemd or init). Ideally, rclone should have handled the signals itself gracefully but without any logs, it's difficult to comment anything further.

darthShadow avatar Nov 10 '25 10:11 darthShadow