I've got to backup data (around 100GB) on a linux system on a daily basis.
I need daily incremental and regular full backups on an 2TB USB drive that is NTFS formatted (no way to change that). If I recall correctly NTFS is limited to a few hardlinks, so this won't make incremental backups easier with tools that are based on rsync I think ...
How can I achieve reliable automated full and incremental backups with the target being that NTFS formatted disk?