https://github.com/sentriz/transmission-restore
https://github.com/sentriz/transmission-restore
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sentriz/transmission-restore
- Owner: sentriz
- Created: 2021-10-23T15:30:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T17:43:30.000Z (over 4 years ago)
- Last Synced: 2025-03-30T14:46:02.207Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
$ go install go.senan.xyz/transmission-restore@latest
# iterate local mapping directories containing download folders, lookup the
# torrent file from -torrents-path, and upload them to transmission, paused.
# wait 1 sec for each upload
$ transmission-restore \
-torrents-path "/path/to/torrents/cache" \
-transmission-host "transmission.example.com" \
-transmission-username "admin" \
-transmission-password "admin" \
-transmission-https \
-transmission-port 443 \
-mapping "/local/downloads/music;/remote/downloads/music" \
-mapping "/local/downloads/tv;/remote/downloads/tv" \
-mapping "/local/downloads/film;/remote/downloads/film" \
-dry-run \
-wait-secs 1