You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems to have no effect with using purge-days and purge-interval while using gdrive as provider.
Files remain untouched since created date. Been 3 days.
Theres no instance of anything in logs either that it ran or failed, is this feature only for local storage?
The purge function has not been touched in about 3 years.
From looking at the code, it might be that the mode time gets updated every time someone access' the file and thus the "expiration" mechanism here will never work:
Seems to have no effect with using purge-days and purge-interval while using gdrive as provider.
Files remain untouched since created date. Been 3 days.
Theres no instance of anything in logs either that it ran or failed, is this feature only for local storage?
nohup go run main.go --tls-listener 192.168.50.249:443 --purge-days 1 --purge-interval 1 --provider gdrive --basedir transfers --gdrive-client-json-filepath ./cred/oauth.json --gdrive-local-config-path ./cred/ --web-path ../transfer.sh-web/dist/ --force-https --tls-cert-file ../transfer.sh-web/cert.pem --tls-private-key ../transfer.sh-web/key.pem --log ./log.txt --max-upload-size 1048576
The text was updated successfully, but these errors were encountered: