A simple program for backing up your files.
Дневник UNIX'оида cea133648e Update README.md | 2 tahun lalu | |
---|---|---|
assets | 3 tahun lalu | |
locales | 3 tahun lalu | |
repo_assets | 3 tahun lalu | |
styles | 3 tahun lalu | |
templates | 3 tahun lalu | |
ui | 3 tahun lalu | |
LICENSE | 3 tahun lalu | |
README.md | 2 tahun lalu | |
backupmachine.desktop | 3 tahun lalu | |
config.json | 3 tahun lalu | |
main.py | 3 tahun lalu |
A simple program for backing up your files
This is a Python application which can pack/unpack .tar files. The main feature is 'templates'. You can once create an archive and after that just select the required template to create a new backup.
pip3 install PyQt5
git clone https://github.com/thm-unix/BackupMachine
cd BackupMachine
chmod +x main.py
sudo cp backupmachine.desktop /usr/share/applications/
English: 100% (by thm-unix)
Russian: 100% (by thm-unix)
(here can be your locale)
Please report any bugs and suggestions.
Starting from v.0.1.4 you can create a daemon which can create backups automatically because now you can use one of your templates from CLI.
Usage:
./main.py -service -template template_name
Now complete CLI mode! (v.0.2 and newer)