View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002574 | Double Commander | File operations | public | 2020-12-01 17:43 | 2021-09-05 14:54 |
Reporter | karolo | Assigned To | Alexx2000 | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Projection | none | ETA | none | ||
Platform | Linux | OS | Linux | OS Version | Linux |
Product Version | 0.9.9 | Product Build | 2020/10/06 | ||
Target Version | 1.0.0 | Fixed in Version | 1.0.0 | ||
Summary | 0002574: Uses temp file on local tree to compress to tar | ||||
Description | I want to compress a folder in mounted external drive, to another external drive. The problem is that is creates a file called "/tmp/VMS1178568021", however that wasn't requested AND I don't have enough free space on local filesystem. I want to totally avoid using temp files. Just do: tar -cf /mount/disk2/backup.tar /mount/disk1/home/myuser/ | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 9925 | ||||
Operating system | Linux | ||||
Widgetset | Qt5 | ||||
Architecture | 64-bit | ||||
|
After killing the process with "kill 7601" I had to do "rm /tmp/VMS1178568021" as well to free dozens of GB. |
|
It also created a file "/mount/disk2/backup.tar" with 0 bytes size which wasn't deleted when killing it. |
|
by design wcx plugins use temp dir for many operations. as workaround, you can export different dir in TMPDIR environment variable for doublecmd. another solution: create tar preset for multiarc http://doublecmd.github.io/doc/en/multiarc.html#config if doublecmd terminated abnormally, temporary files will not be removed for obvious reasons |
|
I agree that temporary files are best for debugging. I don't see in options any way to configure TMPDIR variable. |
|
Tested with Krusader and works as expected. |
|
its less about debugging and more about killing process while it performing write operation somewhere if you not familiar with environment variables, as temporary solution you can go to options>plugins>wcx, press 'by extension' button and disable tar save https://pastebin.com/qHYt4Nnd as ini file after that go to options>archivers>other>import and add tar preset |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-12-01 17:43 | karolo | New Issue | |
2020-12-01 17:45 | karolo | Note Added: 0003612 | |
2020-12-01 17:47 | karolo | Note Added: 0003613 | |
2020-12-01 18:06 | j2969719 | Note Added: 0003614 | |
2020-12-01 20:34 | karolo | Note Added: 0003615 | |
2020-12-01 20:35 | karolo | Note Added: 0003616 | |
2020-12-01 20:59 | karolo | Note Edited: 0003616 | |
2020-12-01 20:59 | karolo | Note Edited: 0003613 | |
2020-12-01 21:44 | j2969719 | Note Added: 0003617 | |
2021-09-05 14:51 | Alexx2000 | Assigned To | => Alexx2000 |
2021-09-05 14:51 | Alexx2000 | Status | new => resolved |
2021-09-05 14:51 | Alexx2000 | Resolution | open => fixed |
2021-09-05 14:51 | Alexx2000 | Fixed in Version | => 1.0.0 |
2021-09-05 14:51 | Alexx2000 | Target Version | => 1.0.0 |
2021-09-05 14:54 | Alexx2000 | Fixed in Revision | => 9925 |