Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kamildzi authored Feb 19, 2023
1 parent 86d7678 commit 6a00ffb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# EEsync
EEsync - easy solution for encrypted backups (based on rsync and EncFS)

# Requirements
- rsync 3.2.7 or higher
- EncFS 1.9.5 or hidher
- Python 3.10 or higher

# How to start
Just run:
```bash
./eesync.py
```
An interactive menu will appear that will guide you through the process.

# Configuration
Base configuration can be found in `GeneralSettings.py`.
Extra configuration gets saved in `SavedConfig` folder.

0 comments on commit 6a00ffb

Please sign in to comment.