2 comments

  • ylee1 hour ago
    What Lutus talks about exists even when it&#x27;s not for anyone else.<p>I have never been paid to write code, and my formal CS education is limited to AP Computer Science, and a one-credit Java class in college. I wrote 20 years ago a backup script implementing Mike Rubel&#x27;s insight &lt;<a href="http:&#x2F;&#x2F;www.mikerubel.org&#x2F;computers&#x2F;rsync_snapshots&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.mikerubel.org&#x2F;computers&#x2F;rsync_snapshots&#x2F;</a>&gt; about using `rsync` and hard links to create snapshots backups. It&#x27;s basically my own version of `rsnapshot`. I have deployed it across several of my machines. Every so often I fix a bug or add a feature. Do I need to do it given `rsnapshot`&#x27;s existence? No. Is it fun to work on it? Yes.<p>(I&#x27;ve over the years restored individual files&#x2F;directories often enough from the resulting backups to have reasonable confidence in the script&#x27;s effectiveness, but of course one never knows for certain until the day everything gets zapped.)
    • cestith3 minutes ago
      I’ve worked somewhere that used Snapback, and that’s also from Mike Rubel’s writings.<p><a href="https:&#x2F;&#x2F;metacpan.org&#x2F;dist&#x2F;Snapback2&#x2F;view&#x2F;scripts&#x2F;snapback2.PL" rel="nofollow">https:&#x2F;&#x2F;metacpan.org&#x2F;dist&#x2F;Snapback2&#x2F;view&#x2F;scripts&#x2F;snapback2.P...</a><p>The 2 is I think because an earlier incarnation was by Art Mulder. There is also a Python implementation by apparently yet another person, which appears to be independently inspired by Mike Rubel’s writings.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;diegocortassa&#x2F;snapback" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;diegocortassa&#x2F;snapback</a><p>There are also rsyncbackup, rsyncmachine, <a href="https:&#x2F;&#x2F;rsnapshot.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;rsnapshot.org&#x2F;</a>, <a href="https:&#x2F;&#x2F;github.com&#x2F;jonaslu&#x2F;rsyncrotatingbackup" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jonaslu&#x2F;rsyncrotatingbackup</a> (inspired by <a href="http:&#x2F;&#x2F;www.dbourget.com&#x2F;software&#x2F;remote-backup.pl" rel="nofollow">http:&#x2F;&#x2F;www.dbourget.com&#x2F;software&#x2F;remote-backup.pl</a>), and several more with seemingly the same original inspiration.
  • EvanAnderson45 minutes ago
    Paul Lutus recently commented in this thread that linked this (and other) articles of the era: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48830191">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=48830191</a>