848e4a9c08
acts is a utility for managing Tarsnap backups which is written in plain sh(1). This utility was praised in mwl's Tarsnap Mastery book, but was somehow missing from our dear ports tree. Now it's here so I can better manage my backups, and you should too!
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
acts is a minimal shell script that creates backups with Tarsnap.
|
|
Some design goals:
|
|
|
|
Just backup, no restore.
|
|
Calendar-based (daily, monthly, yearly) backup schedule
|
|
Portable, small code footprint.
|
|
|
|
One Tarsnap archive is created per-target per-run. 31 daily, 12 monthly,
|
|
and indefinite yearly backups are kept.
|
|
|
|
WWW: https://github.com/alexjurkiewicz/acts
|