1 Matching Annotations
  1. Jun 2025
    1. Unlike hard links, which point directly to the file data on the disk, symlinks are independent files that contain a path to another file or directory

      Hard link vs soft link

      I'm curious how a hard link would operate when synced to another computer via git/cloud drives.In my experience, I found that a hardlink I made in windows broke when used rclone sync with onedrive into a linux PC