Project

General

Profile

SETUP » History » Version 1

Version 1/7 - Next » - Current version
Dmitry Chernyak, 07/07/2016 01:17 PM


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