backup_rat 0.1.0

A highly configurable backup tool
Documentation

About

A small learning project created due to a need for a highly configurable backup program and a reason to not procrastinate.

License

The project is licensed under the MLP (Mozilla public license). The license is included in the LICENSE.txt

You may use the icons and ASCII art as you wish, but its better to be creative.

Installation

Read the USAGE.md file.

Main features

These features might not yet be implemented but are the main ones that will be implemented. When all of these are complete the project will officially reach version 1.0.0 and will be considered "stable".

  • backing up modified files

    • multi-threaded (configurable)
  • multiple configurable backup targets

    • each has an optional tag for identification (manual mode and logging)
    • option to ignore files and folders (possibly regex)
    • option to disable auto backup (manual mode)
    • number of copies to keep (>1 disables timestamp checks)
    • option to enable always copy
  • restore from backup

    • restore backed up targets to their original location
    • option for selecting a new location
    • option to select which revision to restore
  • daemon mode on Unix (pid-s and other runtime files are saved in a "run" folder)

    • intervals for backing up
    • possible windows service
  • manual mode (command line)

    • manually select backup target
    • manually select target and destination folder
    • other possible arguments such as --daemonize
  • snazzy UI, complete with:

    • icons
    • ASCII art
    • colored
    • with cool text
    • fancy words
    • lots of logging

Secondary features

Features that might be implemented later.

  • NCURSES (Unix, maybe windows if the packages work) config editor

    • configurable styles
  • Maybe a GUI front-end

    • maybe
    • just maybe
  • possible resource limiting

  • more advanced scheduling

    • day of the week
    • hours
    • conditional backup (backup based on a configurable if statement)
  • daemon file watcher

  • notifications

Contributing

Ask for a pull request if you have a nice idea or something. ALL contribution is licensed under the same license above.