1.0.8 • Published 4 years ago

@carsten-leue/backup v1.0.8

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

Carsten's Backup Tool (CBT)

CLI tool and library that creates a backup of a source folder into a target folder. The target folder structure is designed such that the current backup and previous versions can be accessed without the need for additional tooling.

Installation

yarn global add @carsten-leue/backup

Usage

cbt <SRC> <DST>

or to get help use

cbt --help

Folder Structure

The back folder will contain the following sub-folders:

  • current: contains the latest copy of the source folder.
  • <DATE>: one folder per run of the backup. These folders contain the differences between the previous and the next version of the files.
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago