@[email protected] to SelfhostedEnglish • 1 year agoIs there an rsync like program with the ability to track changes in file location?message-square17fedilinkarrow-up127arrow-down14file-text
arrow-up123arrow-down1message-squareIs there an rsync like program with the ability to track changes in file location?@[email protected] to SelfhostedEnglish • 1 year agomessage-square17fedilinkfile-text
I’m looking for a linux program that can mirror a directory to another drive and move a subdirectory in the mirror.
minus-square@JubilantJaguarlinkEnglish5•1 year agoBut rsync can do this fine with --recursive --delete. The mirror will remain an exact replica.
But
rsync
can do this fine with--recursive --delete
. The mirror will remain an exact replica.