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-square20fedilinkarrow-up127arrow-down14file-text
arrow-up123arrow-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-square20fedilinkfile-text
I’m looking for a linux program that can mirror a directory to another drive and move a subdirectory in the mirror.
minus-squarevynlwombat@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-21 year agorclone sync might be a acceptable? It doesn’t move files from one dir to another but it would delete the old directory and recopy to the new directory. I think rsync has the same functionality but could be wrong
rclone sync might be a acceptable?
It doesn’t move files from one dir to another but it would delete the old directory and recopy to the new directory.
I think rsync has the same functionality but could be wrong