Closed arima0k closed 1 year ago
Please provide relevant logs for troubleshooting.
Please provide relevant logs for troubleshooting.
How do i extract logs?
docker logs <container_id>
docker logs <container_id>
The logs don't display any successful messages for delete. You can enter the container (docker exec -it <container_id> bash
) and run the command rclone lsf "BitwardenBackup:/angw" --min-age "1d"
to check if there's any output.
rclone lsf "BitwardenBackup:/angw" --min-age "1d"
No output.
This tool uses the rclone lsf "name:/path" --min-age "1d"
command to retrieve files earlier than the specified time. Since this command doesn't return, it appears that no action is taken.
This isn't an issue with this tool. If you believe it's a bug, you can provide feedback to rclone.
The tool is updated promptly with new versions based on the latest rclone image after each rclone update.
I noticed that the automatic deletion is not working on my Cloudflare R2 setup.