Skip to content

seadowg/checkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkin

Quick zipped backups

Install

On macOS:

brew tap seadowg/checkin
brew install checkin

Usage

  1. Set up a directory for backups to live in:
    echo "<backups directory>" > ~/.checkin
  2. Configure a directory for being backed up:
    cd <directory to be backed up>
    checkin init <name>
  3. Backup a directory
    checkin backup
  4. Restore the last backup:
    checkin restore