Backuppy/README.md

40 lines
946 B
Markdown

# Backuppy
No backup - no pity. So that this is not the case, you make backups. Backuppy tries to simplify this.
Name: Backuppy
Description: Make daily backups with Backuppy to avoid losing your data.
Installation: execute `chmod +x install.sh && ./install.sh`
Install. GUI: execute `chmod +x install.sh && ./install.sh --gui`
Usage: execute `backuppy`
Author: Joël Schurter
Licence: GPL3
More infos: See README.md and CHANGELOG.md
# ToDo
- add a log-file for the rsync errors
- check user-input for validity
# Dependencies
- rsync (because Backuppy makes its backups with rsync)
execute `sudo apt install rsync` on Debian/Ubuntu
execute `sudo pacman -S rsync` on Arch/Manjaro
# Dependencies for the graphical installer:
- pip (the python package manager)
execute `sudo apt install python3-pip` on Debian/Ubuntu
execute `sudo pacman -S pip` on Arch/Manjaro