SomeBoyo@feddit.de to Selfhosted@lemmy.worldEnglish · 1 year agoIs there an rsync like program with the ability to track changes in file location?message-squaremessage-square16fedilinkarrow-up126arrow-down14file-text
arrow-up122arrow-down1message-squareIs there an rsync like program with the ability to track changes in file location?SomeBoyo@feddit.de to Selfhosted@lemmy.worldEnglish · 1 year agomessage-square16fedilinkfile-text
I’m looking for a linux program that can mirror a directory to another drive and move a subdirectory in the mirror.
minus-squareJubilantJaguar@lemmy.worldlinkfedilinkEnglisharrow-up6arrow-down1·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.