0.0.8 • Published 5 years ago

@jjcosgrove/max v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

max

A simple backup utility for macOS

Uses commander.js and inquirer.js

Install

npm -g install @jjcosgrove/max

Features

max lets you create backups of your files via the command line/terminal. Currently it has the following functionality:

commandfunction
initInitialize max
addAdd a new backup entry to max
removeRemove a backup entry from max
holdPlace a backup entry in max, on hold
unholdPlace a backup entry in max, on unhold
list -vList backup entries for max
backupBackup everything as defined in max

Notes

This is very much a pre-pre alpha release (i.e. if it blows up your mac, don't come knocking).

Paths as entered into max, are relative to $HOME - always.

Desktop/Backups => /Users/{YOU}/Desktop/Backups

etc.

There is a snapshot feature you can enable when running 'init'. This simply prepends the backups with the timestamp as chosen during the init process.

Todo

  • Implement 'restore' command (maybe)
  • Speed it up
  • Refactor and tidy up
  • Add comments
  • Replace fs-extra's copySync
  • Drink coffee
0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago