Configure final directory for each temporary folder
See original GitHub issueI connected two ssd drives to my plotter. And I would like not to transfer the plots to the final directory -d
(skip phase 4), but immediately archive
(rsync) them from ssd to remote driver.
But I cannot do this, since the plotman can select the final directory on another ssd and I will have unnecessary transfer operations from one ssd to another.
So It turns out that the scenario does not work , when I use a plotter machine and plot on independent ssd without a final directory and immediately transfer it with rsync.
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
How to create a temporary directory/folder in Java?
createTempDirectory class to create the temporary directory. Path tempDirWithPrefix = Files.createTempDirectory(prefix);. Before JDK 7 this should do it:
Read more >Creating Temporary Directories in Java - Baeldung
In this short tutorial, we'll learn how to create temporary directories in Java using different APIs and approaches. All the examples in ...
Read more >Configuring the temporary directory - Drupal Answers
Check Administrator -> Configuration -> Media -> File System to personalize your tmp path. Make sure to use relative paths and have the...
Read more >Working With Temporary Files/Folders in Java - DZone
Commonly, in Windows, the default temporary folder is C:\Temp , %Windows%\Temp , or a temporary directory per user in Local Settings\Temp ...
Read more >"All of the possible directories for storing temporary files either ...
AutoCAD: Launching the application or opening files shows a message about the temp directory not found or read-only.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Based on your config over in https://github.com/ericaltendorf/plotman/issues/487#issuecomment-842811252, I think you want the new feature (only on development at the moment, not main/release) where you can comment out
dst
section entirely and the plot will stay on the ssd it was created on and archive will pick it up from there. This is how I am presently running.yep, it is. I’m testing now. Looks good so far. I like that dst is just a copy of the tmp. I’m going to run this on my plot and archive boxes. I expect some contention during the archive because it’ll spin up another plot on the same disk, but no worse than the redundant copy.
I’d do it on the plot 'n store boxes but the archiver is single threaded so I’ll keep using my aufs/mfs setup there.