- CLI-mode: check if user paths from user-input exists - CLI-mode: prevent identical source and target path |
||
|---|---|---|
| languages | ||
| .gitignore | ||
| CHANGELOG.md | ||
| install.py | ||
| install.sh | ||
| install_gui.py | ||
| LICENSE | ||
| README.md | ||
| utils.py | ||
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 pacman -S rsyncon Arch/Manjaroexecute
sudo apt install rsyncon Debian/Ubuntuexecute
sudo dnf install rsyncon Fedoraexecute
sudo zypper install rsyncon openSUSE
Dependencies for the graphical installer:
-
pip (the python package manager)
execute
sudo pacman -S pipon Arch/Manjaroexecute
sudo apt install python3-pipon Debian/Ubuntuexecute
sudo dnf install pipon Fedoraexecute
sudo zypper install python3-pipon openSUSE