https://github.com/jjcosgrove/max
A simple backup utility for macOS
https://github.com/jjcosgrove/max
backup commanderjs inquirer macos osx
Last synced: 3 months ago
JSON representation
A simple backup utility for macOS
- Host: GitHub
- URL: https://github.com/jjcosgrove/max
- Owner: jjcosgrove
- Created: 2018-02-05T05:28:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T06:05:58.000Z (over 4 years ago)
- Last Synced: 2025-03-02T06:27:41.354Z (8 months ago)
- Topics: backup, commanderjs, inquirer, macos, osx
- Language: JavaScript
- Size: 648 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
command|function
-|-|
init|Initialize max
add|Add a new backup entry to max
remove|Remove a backup entry from max
hold|Place a backup entry in max, on hold
unhold|Place a backup entry in max, on unhold
list [-v]|List backup entries for max
backup|Backup 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