Deadpikle / EasyBackup

A simple, no-frills file copy/backup program with incremental backups for Windows, macOS, and Linux built in C# with Avalonia (Legacy Windows-only, WPF version available)
MIT License
27 stars 14 forks source link

Handle NTFS Junctions #3

Open Deadpikle opened 5 years ago

Deadpikle commented 5 years ago

The software doesn't work whenever it encounters an NTFS Junction. We need to either follow those links when backing up (without backing up duplicate files!) or ignore junctions completely.

Deadpikle commented 1 month ago

There is a junction ignorance scheme built into both the windows and avalonia builds now.