question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Configure final directory for each temporary folder

See original GitHub issue

I 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:open
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
altendkycommented, May 20, 2021

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.

0reactions
syadnomcommented, May 27, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found