Linux backup script using rsync and hard-links


/ Published in: Bash
Save to your folder(s)

This script will do a daily backup of directories. If the files has not changed then it creates a hard-link to the file. If the file has changed then it will copy the new file. The backup is not much larger than the directories being backed up.

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.