Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hkaar/copycat
- Owner: Hkaar
- License: apache-2.0
- Created: 2024-02-26T08:12:31.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-02-27T09:14:55.000Z (11 months ago)
- Last Synced: 2024-02-28T09:46:55.356Z (11 months ago)
- Topics: backup-utility, cli-app, python, python-script
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
### SetupClone 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
```