Replies: 1 comment 1 reply
-
Leave off the -d and have a cron job or scheduled task to rsync/copy/move the file to the final destination in the background outside of |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If waiting for copy I lose additional 10 Minutes per plot (copy is 5-600 seconds) if waiting before next plot starts, if normal ploting is done, then I get additional 3 minutes for the next plot to finish.
Perhaps introducing a second temp1 which is located on a different drive would be better, so copying is done from disk 1, but plotting is starting on disk 2 (temp2) and 3, so some kind of iteration like -G, but with 2 (3) different drives.
Beta Was this translation helpful? Give feedback.
All reactions