@[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@[email protected]OPlinkfedilinkEnglish1•1 year agoI am trying to create a crontab to backup multiple directory in which files change their location, but I don’t know if links would solve it
minus-square@SpaceNoodlelinkEnglish1•edit-21 year agoYou can also have rsync exclude specific files, so you could sync the main dir first, then the special subdir specifically
I am trying to create a crontab to backup multiple directory in which files change their location, but I don’t know if links would solve it
You can also have rsync exclude specific files, so you could sync the main dir first, then the special subdir specifically