@SomeBoyo@feddit.de to Selfhosted@lemmy.worldEnglish • 2 years agoIs there an rsync like program with the ability to track changes in file location?message-square20fedilinkarrow-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 • 2 years 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-square@SomeBoyo@feddit.deOPlinkfedilinkEnglish1•2 years 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@SpaceNoodle@lemmy.worldlinkfedilinkEnglish1•edit-22 years 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