mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 15:32:17 +00:00
How can I manage files uploaded? #53
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rty813 on GitHub.
As the number of uploaded files increases, storage is becoming insufficient. I need to view the files that users have uploaded and delete the outdated ones.
@rty813 commented on GitHub:
I comprehend, thank you.
@rty813 commented on GitHub:
What if I didn't set purge-days and purge-interval?
@stefanbenten commented on GitHub:
Please look at the following flag options:
Both should do exactly what you want, delete data after a certain period (days) and checks on a given interval for it.
@stefanbenten commented on GitHub:
There is no alternate provided way by the binary to traverse the data. Depending on the provider used, you'll need to write yourself a script to iterate over the data or use respective UI's/tooling to do so.