Skip to content

thm-unix/BackupMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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