Hi,
I need your help again. I've made some modifications modifications in my script
in order to send the data of a completed torrent on remote host.
#!/bin/bash
{
#COMMANDE
RSYNC=/usr/bin/rsync
#DATE
DAY=`date +"%F"`
TIME=`date +"%T"`
#LOGFILE
RSC="/path/to/log/rsync_${DAY}_${TIME}.log"
HST ...