SETUP » История » Версия 1
Версия 1/7
-
Следующее » -
Текущая версия
Dmitry Chernyak, 07.07.2016 13:17
SETUP¶
OVERVIEW | INSTALL | SETUP | USAGE
ОБЗОР | УСТАНОВКА | НАСТРОЙКА | ИСПОЛЬЗОВАНИЕ
Prepare
$ scduply init
In the ~/.scduply/conf set values, following tips in comments:
GPG_PW = 123456 TARGET_URL = /tmp/sctest
Create a job
$ scduply JOB create $ echo /path/to/backup > ~/.scduply/JOB/source
Do backup — all configured jobs will be executed
$ scduply bkpall
The first backup of the job will be full, the next will be incremental with per-block difference via librsync algorythm.
Restore
$ scduply JOB restore /path/to/restore