Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS' Aliases break on every spanable compression type :( #46

Closed
DBLjan opened this issue Jun 26, 2017 · 3 comments
Closed

MacOS' Aliases break on every spanable compression type :( #46

DBLjan opened this issue Jun 26, 2017 · 3 comments
Assignees
Milestone

Comments

@DBLjan
Copy link

DBLjan commented Jun 26, 2017

I try to backup some things on my mac, and I need a spanable compression format, but every spanable format does break Aliases, no matter if I include or exclude the mac ressources.

I tried ISO and DMG which work fine. Also the OS interne archiver does .zip/unzip thes files flawless.

Any ideas with a workaround to compress some assorted mac-folders in a spanable archive type?

OSX 10.11.6 and KeKa Version 1.0.9 (1756)

@DBLjan
Copy link
Author

DBLjan commented Jun 26, 2017

…I could use a DMG and then slit it up by zip…but that would neglect the intent of not loosing -all- data if one .00zip-file is damaged – the whole DMG will fail to process.

Any other ideas?

@aonez
Copy link
Owner

aonez commented Jun 26, 2017

You're right... The first thing that comes to my mind is using a symlink instead of macOS Make Alias:

ln -s <path> <symlink>

Those are working as expected, though I don't know if they will fit your needs.

@aonez aonez self-assigned this Jun 27, 2017
@aonez aonez added this to the 1.1.0 milestone Sep 16, 2017
@aonez
Copy link
Owner

aonez commented Sep 26, 2017

Next revision 1.1.0 should work for you. Using tar, or gz, bz2, xz, lz tarballs should keep your aliases intact.

@aonez aonez closed this as completed Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants