Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hkaar/copycat

A simple cli utility to backup files in python
https://github.com/hkaar/copycat

backup-utility cli-app python python-script

Last synced: 13 days ago
JSON representation

A simple cli utility to backup files in python

Awesome Lists containing this project

README

        

# CopyCat
_version 0.011_ | **Made by Hkaar**

A simple cli utility to backup your files

## Features
- Fully backup any folders you want to a source directory
- Control/Filter on what you backup based on size & name
- Support for auto archive files with 7z

## How to use
### Setup

Clone the repository to your machine :

```
git clone https://github.com/Hkaar/CopyCat.git
```

Install the required packages :

```
pip install -r requirements.txt
```

You can configure the tool like this :

```
python main.py config
```

Or just edit the config.json file

And then your all set for using copycat

### User Guide

How to copy files :

```
python main.py copy [options]
```

How to configure CopyCat :

```
python main.py config
```