Open Snektron opened 9 months ago
I see why this is happening. However, I'm not sure how @Fizzadar wants this operation to handle symlinks. It's an easy fix if Fizzadar wants this operation to handle symlinks.
Maybe this isn't as straight forward as I first thought. In any case, we still need to know if the sync
operation should be expanded to handle symlinks.
Yes I think it should. Ideally the sync op should be like rsync’s archive mode I think.
Describe the bug
As the title describes, using the
files.sync
operation on a remote directory which contains symlinks that are not present in the local version, they are not deleted.To Reproduce
files/update-motd.d/something
(put anything in it, its irrelevant)This will leave the
/etc/update-motd.d
directory as follows:the latter is a symlink. This should be reproducible for any directory which contains such a symlink that is not present locally, though.
Expected behavior
I'm not sure the expected behavior would be to have the symlink be removed, but IMO there should at least be an option for it.
Meta
Running pyinfra v2.9, installed from pip