option to mv plot file and rename instead of copy and rename #715
dataisawesome
started this conversation in
Ideas
Replies: 2 comments
-
You can set final destination to your tempdir and then mv it yourself with either a cron job checking for a *.plot every X minutes or make a wrapper script to do it after creation. I could maybe make it an option on my wrapper script: https://github.com/Dartellum/chia-madmax-plot_loop. |
Beta Was this translation helpful? Give feedback.
0 replies
-
it'll try to do a rename first, only if that fails will do an actual copy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be really nice to have an option, or even just the standard functionality, to mv the final plot.tmp file to the final dir instead of copying, which is much more time consuming.
Beta Was this translation helpful? Give feedback.
All reactions