Skip to content

islandskater43/transmission-torrent-remove-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

transmission-torrent-remove-script

Script to remove torrents after a period of time. Originally based off of this example in the Transmission Forum.

Requirements

  • Requires the AWS CLI V2 to be installed and configured for email notification of deleted torrents

Setup

  1. Download the script
wget https://raw.githubusercontent.com/islandskater43/transmission-torrent-remove-script/main/transmission-delete-files.sh
  1. Configure the variables in the script for your system
  2. Make the script executable
chmod u+x transmission-delete-files.sh
  1. Run a test run
sh transmission-delete-files.sh
  1. If all looks good, change the DRYRUN flag to false to enable the script to call transmission to remove-and-delete.
  2. Configure in crontab
crontab -e

Add the following to trigger the script to run hourly - customize as you see fit.

0 * * * * /path/to/transmission-delete-files.sh

Additional Resources

About

Script to manage cleaning up your Transmission torrent directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages