thm-unix / BackupMachine

A simple program for backing up your files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple program for backing up your files

License:GNU General Public License v3.0


Languages

Language:Python 100.0%