mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-27 22:48:37 +08:00
chore(docs): Sync docs to wiki [skip-cd]
parent
9fd92ab376
commit
66270489b9
1 changed files with 3 additions and 1 deletions
|
|
@ -211,6 +211,9 @@ This is handy when you have automatically generated files that certain OSs decid
|
|||
| `empty_after_x_days` | Will delete Orphaned data contents if the files have been in the Orphaned data for more than x days. (Uses date modified to track the time) | None | <center>❌</center> |
|
||||
| `exclude_patterns` | List of [patterns](https://commandbox.ortusbooks.com/usage/parameters/globbing-patterns) to exclude certain files from orphaned | None | <center>❌</center> |
|
||||
| `max_orphaned_files_to_delete` | This will help reduce the number of accidental large amount orphaned deletions in a single run. Set your desired threshold for the maximum number of orphaned files qbm will delete in a single run. (-1 to disable safeguards) | 50 | <center>❌</center> |
|
||||
| `min_file_age_minutes` | Minimum age in minutes for files to be considered orphaned. Files newer than this will be protected from deletion to prevent removal of actively uploading files. Set to 0 to disable age protection. | 0 | <center>❌</center> |
|
||||
|
||||
|
||||
|
||||
> Note: The more time you place for the `empty_after_x_days:` variable the better, allowing you more time to catch any mistakes by the script. If the variable is set to `0` it will delete contents immediately after every script run. If the variable is not set it will never delete the contents of the Orphaned Data.
|
||||
|
||||
|
|
@ -316,7 +319,6 @@ Payload will be sent at the end of the run
|
|||
}
|
||||
```
|
||||
|
||||
|
||||
### **Recheck Notifications**
|
||||
|
||||
Payload will be sent when rechecking/resuming a torrent that is paused
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue