Paul S
c7180d5863
## [0.9] - 2021-05-10 ### Added - CLI-mode: It's now possible to end the program anytime with ":q" (or ESC-key) and pressing ENTER. - CLI-mode: Colored output on traces - New helper script "utils.py" ### Changed - Code refactoring (get rid of global variables and constants, instead pass as arguments) |
||
---|---|---|
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 rsync
on Arch/Manjaroexecute
sudo apt install rsync
on Debian/Ubuntuexecute
sudo dnf install rsync
on Fedoraexecute
sudo zypper install rsync
on openSUSE
Dependencies for the graphical installer:
-
pip (the python package manager)
execute
sudo pacman -S pip
on Arch/Manjaroexecute
sudo apt install python3-pip
on Debian/Ubuntuexecute
sudo dnf install pip
on Fedoraexecute
sudo zypper install python3-pip
on openSUSE