@carsten-leue/backup
TypeScript icon, indicating that this package has built-in type declarations

1.0.8 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @carsten-leue/backup

Weekly Downloads

7

Version

1.0.8

License

MIT

Unpacked Size

719 kB

Total Files

26

Last publish

Collaborators

  • carsten-leue