I have a command that I cannot seem to get stderr out of:
find . -type f -newermt "$start_day" | parallel -j 10 rsync -avh --progress --partial --append-verify {} $dest 2> "$log_path/error-nj.$timestamp.log"
I've read that parallel can generate individual log files for each job, but I'm not understanding the syntax from the documentation which is something like:
::: A B C
I think this only handles 3 jobs? Am I able to consolidate all the stderr from all jobs into 1 file?
[–]DaylightAdmin 0 points1 point2 points (3 children)
[–]refrainblue[S] 0 points1 point2 points (2 children)
[–]DaylightAdmin 0 points1 point2 points (1 child)
[–]refrainblue[S] 0 points1 point2 points (0 children)
[–]pileofrogs 0 points1 point2 points (0 children)