Skip to content

Instantly share code, notes, and snippets.

View CourteousCoder's full-sized avatar

Chloe Shetreet CourteousCoder

View GitHub Profile
@CourteousCoder
CourteousCoder / README.md
Created February 18, 2018 17:48 — forked from jhollinger/README.md
rbackup - time-stamped, hard-linked backups powered by rsync

rbackup

rbackup is a lightweight, rsync-powered backup utility that creates time-stamped backups.

Features

It can save backups to your local filesystem (probably an attached USB device) or to a remote host.

Backups are saved in time-stamped directories. Backups are cheap on storage, because hard-links are used for files that haven't changed between backups.