I have worked on a file in Directory A. There is a file with the same name in directory B which is an older version of that same file. I rsync everything from B to A.

What happens to my work in the file in directory A?

  • sportsfork
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    there are a gazillion switches to control the behavior. Like, --ignore-existing, to not overwrite any existing files …