Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Using "Archive" option archives files without the last char of their extension #8

Open
1024mb opened this issue Dec 18, 2021 · 1 comment

Comments

@1024mb
Copy link
Contributor

1024mb commented Dec 18, 2021

Files like

  • a.zip
  • b.7z

End up like:

  • a.zi
  • b.7

In the tar file.

Also, directories are skipped.

@NaitLee
Copy link
Owner

NaitLee commented Dec 19, 2021

Sorry I'm late... But the ISP here blocks access to GitHub randomly, so I can seldomly be here...

First I think the filename problem is not a bug of Takeback, since the template (currently) have no control to HFS archiving process.
So in most cases it's the problem on HFS or the archive program.
First try good software like 7-zip on the tar archive, check if the problem is still there.
If yes, then maybe we shall check HFS itself...

For directories, they are not archived since the "Archive" button currently doesn't tell HFS to include folders ("recursive" in terminology). You can include folders in archive by selecting all items in the list then use "archive" command (on file-preview panel, with underline, usually in brown color).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants