backup-clideprecated

backup path

Usage no npm install needed!

<script type="module">
  import backupCli from 'https://cdn.skypack.dev/backup-cli';
</script>

README

Features

  • easy backup with 1 command
  • date tags
  • customize with ~/.backup/exclude.txt

Usage

usage: backup path ...

Examples

$ backup ~/git

output files:

~/.backup/~/git.tar.gz                                      # latest backup
~/.backup/~/.git/2018-05/git 2018-05-25_14-48-20.tar.gz