项目作者: Fern1ck

项目描述 :
Super Simple Backup Tool is a CLI based script that helps you make automated local backups every few minutes.
高级语言: Python
项目地址: git://github.com/Fern1ck/SSBT.git
创建时间: 2020-03-21T08:52:40Z
项目社区:https://github.com/Fern1ck/SSBT

开源协议:MIT License

下载


SSBT

SSBT (Super Simple Backup Tool) is a CLI based script that helps you make automated local backups of some directories or files at a given interval.

Requirement

You must have Python 3 installed on your system.

Usage

  1. python ssbt.py --src [paths to make a backup of] --dest [where to save your backups] --minutes [number of minutes]

Arguments

  • —src: specify the absolute paths of the directories or files to backup.
  • —dest: specify the absolute path of the directory where the backups are going to be saved.
  • —minutes: specify the interval of the backups in minutes. It has to be a positive integer.
  • —seconds: specify the interval of the backups in seconds. It has to be a positive integer.

Only —minutes or —seconds can be specified at the same time.