No backup - no pity. So that this is not the case, you make backups. Backuppy tries to simplify this.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Paul S eb8e536617 check if user paths from user-input exists and differs
- CLI-mode: check if user paths from user-input exists
- CLI-mode: prevent identical source and target path
2 years ago
languages check if user paths from user-input exists and differs 2 years ago
.gitignore initial version of graphical installer 2 years ago
CHANGELOG.md check if user paths from user-input exists and differ 2 years ago
LICENSE Initial commit 2 years ago
README.md Added install instructions for Fedora and openSUSE 2 years ago
install.py check if user paths from user-input exists and differs 2 years ago
install.sh check if user paths from user-input exists and differ 2 years ago
install_gui.py Refactoring, color-mode, :q and ESC key 2 years ago
utils.py check if user paths from user-input exists and differs 2 years ago

README.md

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/Manjaro

    execute sudo apt install rsync on Debian/Ubuntu

    execute sudo dnf install rsync on Fedora

    execute sudo zypper install rsync on openSUSE

Dependencies for the graphical installer:

  • pip (the python package manager)

    execute sudo pacman -S pip on Arch/Manjaro

    execute sudo apt install python3-pip on Debian/Ubuntu

    execute sudo dnf install pip on Fedora

    execute sudo zypper install python3-pip on openSUSE