Giter Site home page Giter Site logo

superbackup's Introduction

Python Backup Utility

A utility to backup files and folders

  1. Keep exceptions for backing up
  2. Incremental Backup (Backup only the modified files)
  3. Show history of files backed up / deleted.
  4. Create an ISO image after the backup is completed
  5. Support extracting of backup files from ISO image (TO DO)

System Requirements:

  1. Unix based system
  2. Python >=2.7
  3. mkisofs installed (Only if you want to make an ISO image)

How to Use:

  1. Run GUI.py
  2. Select files to be backed up, backup destination in GUI window.
  3. (Optional) In the Ignore Tab, select the files/folders or extension to be ignored while backing up.
  4. (Optional) In the ISO image tab, select the destination path for the ISO image.

Backend:

We take as input the source and destination from the user, and create a backup. The source may be either a:

  1. File
  2. Folder

The user has the option to specify a list of :

  1. Files
  2. Folders
  3. Extensions that he wishes to ignore. These would not be included in the backup.

Incremental Backup :

  1. Modified and Added files are copied from source to dest
  2. Files deleted from source are removed from dest

To create an iso image of the backup, the user specifies the destination folder of the backup iso image. The iso image created is of the name ‘Backup__’.


Frontend :

Used Tkinter.

superbackup's People

Contributors

dhruvmullick avatar dugs95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.