No backup - no pity. So that this is not the case, you make backups. Backuppy tries to simplify this.
Go to file
2021-05-06 15:25:56 +02:00
languages Updates language-files to be used in GUI-installer 2021-05-05 17:20:04 +02:00
.gitignore initial version of graphical installer 2021-05-04 18:10:32 +02:00
CHANGELOG.md Write alias only if not already existing 2021-05-06 15:14:50 +02:00
install.py Write alias only if not already existing 2021-05-06 15:14:50 +02:00
install.sh Implemented option "--gui" for graphical installer 2021-05-05 17:22:57 +02:00
install_cli.py Ported shell script "install.sh" to Python 2021-05-06 12:40:12 +02:00
LICENSE Initial commit 2021-03-23 11:16:34 +00:00
README.md Updated README.md 2021-05-05 17:18:36 +02:00

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 constants and README.md

ToDo

  • add a log-file for the rsync errors

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

  • pip package 'PySide2'

    execute pip3 install pyside2 on Debian/Ubuntu

    execute pip install pyside2 on Arch/Manjaro

IMPORTANT

You have to remove the "backuppy" alias in your .bashrc or .zshrc before reinstall Backuppy.