The following script creates incremental backups by using rsync. Check the settings to define your own paths.   Donate? 🤗   https://codeberg.org/mgutt/rsync-incremental-backup > incbackup.sh   Explanations All created backups are full backups with hardlinks to already existing files (~ incremental backup) All backups use the most recent backup to create hardlinks or new files. Deleted files are not copied (1:1 backup) There are no dependenci