Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To remove torrents one by one then to check before to remove the next #150

Open
amlopin opened this issue Sep 22, 2022 · 0 comments
Open

Comments

@amlopin
Copy link

amlopin commented Sep 22, 2022

Hi fellas,
I would like to keep my server as full as possible.
So my strategies are, to start removing when free space is less than 50GB.
I would like to start removing big (more 20GiB) and old torrents then if there are nothing to remove. To start removing just old seeds.

The issue that I am facing is when removing big and old torrents, the tool removes all torrents bigger than 20 Gb.

Is it possible to remove one by one. I mean, to remove one torrent then to check if less than 50 Gb if the free space is more to wait until next check.

Does it make sense? Is it possible to make it?

It seems that it is not working well. What should I change?
Many thanks

strategies:
strategy1:
free_space:
min: 50
path: /home/user/torrents/qbittorrent
action: size > 20

strategies:
strategy2:
free_space:
min: 50
path: /home/user/torrents/qbittorrent
action: remove-old-seeds

delete_data: true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant