<div dir="ltr"><div><br></div><div>Can rsync back up an NTFS using a Windows 10 kernel?  So far I've had good luck backing up NTFS filesystems on a dual boot system when booted into Linux, but not when booted into Windows.<br></div><div><br></div><div>I've been bitten in the past by /usr/bin/find (for EG) having problems with Windows junctions over sshfs.  The problem appears to be that Windows' sftp-server doesn't map junctions to directory symlinks; instead, it treats junctions as just another directory, which leads to backup and find problems (both, individually) because of a directory loop: eventually they complain about a too-deep recursion.<br></div><div><br></div><div>I heard that rsync (in some form, I know not which one) can skip junctions, so perhaps I could use an rsync wrapper for backing up Windows machines?  I heard that at <a href="https://www.reddit.com/r/linuxquestions/comments/kr9z2t/any_way_to_make_rsync_follow_junctions_on_ntfs/">https://www.reddit.com/r/linuxquestions/comments/kr9z2t/any_way_to_make_rsync_follow_junctions_on_ntfs/</a></div><div><br></div><div>I'd prefer to use rsync over ssh, but I perhaps could tunnel the rsyncd protocol over ssh if it becomes necessary - that is, if it's likely to help.<br></div><div><br></div><div>Any suggestions?  Any guesses which rsync implementation, if any, is able to treat junctions as symlinks or similar?</div><div><br></div><div>Thanks!</div><div><br></div><div><br></div><div><br></div></div>