fcorbelli / zpaqfranz

Deduplicating archiver with encryption and paranoid-level tests. Swiss army knife for the serious backup and disaster recovery manager. Ransomware neutralizer. Win/Linux/Unix
MIT License
279 stars 25 forks source link

-longpath switch not working with -destination switch #145

Closed byplt closed 2 weeks ago

byplt commented 2 weeks ago

When using -destination switch, longpaths are not detected. For example;

Working; zpaqfranz.exe a test.zpaq -input "C:\input.txt" -longpath image

Not working; zpaqfranz.exe a test.zpaq -input "C:\input.txt" -destination "c:\dest.txt" -longpath image

fcorbelli commented 2 weeks ago

-longpath does not work with -to

byplt commented 2 weeks ago

I guess found a workaround, putting on prefix \\?\ all of path in the input.txt, it worked, like -"longpath" switch (with "-destination" switch)