@[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@vynlwombatlinkEnglish1•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