(fix): Symlinks no longer break backup sequence
Created by: SystemFiles
Was initially opting to ignore symlinks entirely, but if I do not follow the symlink by using lstat
instead of stat
, the issue seems to be resolved in a much more effective manner. Being mainly that the symlinks are reserved in the backup and should hold the reference when/if restored. Of course more testing will be required to verify this...
Closes #33 (closed) Closes #44 (closed) Closes #45 (closed)