eljef / python_eljef_backup

Plugin Based Backup Utility

Home Page:https://eljef.dev/python/eljef_backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ElJef Backup

ElJef Backup is a simple backup program that runs operations as steps. It is easy to integrate into large scripting systems. It is not meant to run as a replacement for other backup software.

Things ElJef Backup Does

  • Makes full copy backups of data
  • Compresses the finished backup (if requested)
  • Can mount SSHFS before backups so data can be copied to remote systems
  • Can stop containers before backups via docker-compose or docker directly

Things ElJef Backup Does Not Do

  • Does not encrypt backups
  • Does not do incremental backups
  • Does not do snapshots
    • This could be implemented as a plug-in for filesystem or LVM snapshots

About

Plugin Based Backup Utility

https://eljef.dev/python/eljef_backup

License:BSD Zero Clause License


Languages

Language:Python 97.6%Language:Makefile 2.4%