Under Linux,
I have an SSD as my main boot disk with about 50 GB or so of data, and a mostly empty 2TB HDD for bulk storage.
I would like to run a cron job periodically that does a full/incremental backup of my SSD's file system to my HDD. I remember one of my old sysadmins used to use a Perl-based one that was very good and did an incremental backup using hard-links, but I can't remember the name of it (anyone?). Or failing that can anyone recommend an appropriate package?