mirror of
https://github.com/nicotsx/zerobyte.git
synced 2026-07-31 10:06:05 -04:00
* feat(sftp): add option for absolute & parent symlink backups Related issue: #1007 Recent SSHFS now contains absolute/parent-directory symlinks by default, which is safer for browsing but prevents Restic from archiving the original symlink metadata. This adds an opt-in `no_contain_symlinks` switch for trusted SFTP sources that need exact symlink backup * refactor(sftp): block unsafe symlink with skip host check combination