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

Handle symlinks #6

Open
DavideRossi opened this issue Oct 27, 2021 · 0 comments
Open

Handle symlinks #6

DavideRossi opened this issue Oct 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@DavideRossi
Copy link
Owner

Symlinks are ignored.
They could handled à la git: in remote they become special text files containing the link path.
When copied from remote they are restored as link in local.
A problem with this approach is that we need a way to distinguish these special files.
A possible solution is to use a specific additional extension (e.g. linkname.upback.symlink) but it is inelegant (and obviously it clashes with regular files that use the same extension).

@DavideRossi DavideRossi added the enhancement New feature or request label Oct 27, 2021
@DavideRossi DavideRossi changed the title Handle synlinks Handle symlinks Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant