Recent content by mondorondo

  1. M

    Run script after garbage collection

    Thank you, that's an embarrassingly obvious solution in retrospect. Now to figure out if I can get this to show up in the task list / logs.
  2. M

    Run script after garbage collection

    Is there any kind of hook or method of triggering a script when garbage collection finishes? I have my datastore configured to do a prune, followed by GC, and then I want to trigger an rclone script to push a copy of the datastore to Backblaze B2, but I would greatly prefer this to be triggered...