/filesync

A small filesync helper

Primary LanguagePython

filesync

CLI for filesync purposes. WIP

Checks that all files from a source directory are backed up to some (sub-) path in the destination directory.

Preparing for Development

  1. Ensure pip and pipenv are installed
  2. Clone repository: git clone git@github.com:example/pgbackup
  3. cd into repository
  4. Fetch development dependencies make install
  5. Activate virtualenv: pipenv shell

Usage

PENDING

Running Tests

Run tests locally using make if virtualenv is active:

$ make

If virtualenv isn’t active then use:

$ pipenv run make