Kevin Midboe 12f6d1bf3f Error when moving files without parent folders
This will check if file ends with a know video extension, if so
use os.makedirs to create a folder at destination and update rsync
destination with this folder.
2023-08-22 20:21:33 +02:00
2019-04-29 21:07:04 +02:00

🚅 Transatlantic Torrent Express

Agent for transporting files from remote host.

Install

Download repo:

git clone https://github.com/kevinmidboe/transatlanticTorrentExpress
cd transatlanticTorrentExpress

Also setup to require delugeClient to remove after transfered. Install the package using pip command:

pip3 install delugeClient-kevin

Configure

Create copy of config and edit following values:

cp config.ini.default config.ini
[SSH]
host=
user=

[FILES]
remote=
local=

[LOGGER]
CH_LEVEL=INFO

[ELASTIC]
host=
port=
ssl=
api_key=

Run

python3 src/transatlanticTorrentExpress.py
Description
Transatlantic Torrent Express 🚅
Readme MIT 313 KiB
Languages
Python 100%