Displaying 1 result from an estimated 1 matches for "daythour".
Did you mean:
datehour
2009 Sep 17
4
Limit rsync running time
Hi
I'd like to rsync a large amount of data over a slow connection,
but only during night hours. I couldn't find a parameter that limits
the time that rsync is running, only the timeout on idle time.
I guess the way to go would be to start rsync, get the process
ID and kill the process later on.
Has anybody already written a bash script that would do something
like that? Are there other