A simple program for backing up your files.
|
пре 3 година | |
---|---|---|
assets | пре 3 година | |
locales | пре 3 година | |
repo_assets | пре 3 година | |
styles | пре 3 година | |
templates | пре 3 година | |
ui | пре 3 година | |
LICENSE | пре 3 година | |
README.md | пре 3 година | |
backupmachine.desktop | пре 3 година | |
config.json | пре 3 година | |
main.py | пре 3 година |
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)