A simple program for backing up your files.

Дневник UNIX'оида cea133648e Update README.md 2 tahun lalu
assets cf72820b96 Add files via upload 3 tahun lalu
locales 9c12279184 Add files via upload 3 tahun lalu
repo_assets 9143a32cbd Add files via upload 3 tahun lalu
styles 0f97c123ed Add files via upload 3 tahun lalu
templates 70a3497644 Create TEMPLATES_DIRECTORY 3 tahun lalu
ui 19b3cdf7e0 Add files via upload 3 tahun lalu
LICENSE ae4b366147 Initial commit 3 tahun lalu
README.md cea133648e Update README.md 2 tahun lalu
backupmachine.desktop 4c8e8fa956 Add files via upload 3 tahun lalu
config.json b2229b17b2 Add files via upload 3 tahun lalu
main.py da830eea91 Add files via upload 3 tahun lalu

README.md

Backup Machine

A simple program for backing up your files

Description

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.

Installation

  1. (Install Python 3.x)
  2. pip3 install PyQt5
  3. git clone https://github.com/thm-unix/BackupMachine
  4. cd BackupMachine
  5. chmod +x main.py
  6. (Change the path to main.py in .desktop file)
  7. sudo cp backupmachine.desktop /usr/share/applications/

Localization

English: 100% (by thm-unix)
Russian: 100% (by thm-unix)
(here can be your locale)

Bugs

Please report any bugs and suggestions.

Daemonize

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

CLI

Now complete CLI mode! (v.0.2 and newer)

Screenshots