Проект

Общее

Профиль

Wiki » История » Версия 28

Версия 27 (Dmitry Chernyak, 07.07.2016 11:59) → Версия 28/33 (Dmitry Chernyak, 07.07.2016 12:06)

h1. scduply - useful interface for duplicity

[[OVERVIEW]] | [[INSTALL]] | [[SETUP]] | [[USAGE]]
[[ОБЗОР]] | [[УСТАНОВКА]] | [[НАСТРОЙКА]] | [[ИСПОЛЬЗОВАНИЕ]]

> *scduply* - is a backup system designed for easy and cost-effective backup of the data to any type of storage via Internet, from a simple ftp to Amazon S3-class services.
>
> Due to it's properties, scduply is ideal for VPS backup copy on Linux (for example - sites) and on Windows (for example - a terminal server, including a file database, and Outlook folders).

h2. KEY FEATURES

* *Deduplication*
The incremental backup sents only different pieces of the file. Convenient for big logs and databases.

* *Encryption on client-side*
Before sending, all data is encrypted by GPG program. Therefore, even if the third party has the access to the location, it can't acquire the data without the private key.

* *Easy Windows installation*
Windows installer does everything itself. More over, the Windows version contains patches for fast and stable operation.

* *VSS Support for MS Windows*
Supporting Snapshots, allowing to copy databases, Outlook pst-files and changing other objects.

h2. SCDUPLY - IS FREE SOFTWARE

The software consist of three components licensed under GPL:

* *"scduply":https://github.com/skycover/scduply* scduply - the program itself version for Linux and other *nices.
* *"scdw":https://github.com/skycover/scdw* scwin - the web-interface version for Windows with installer
scdw - web interface
to control scduply
* *"scwin":https://github.com/skycover/scwin*
and scwin

The documentation and source files of scduply, scwin, scdw are published on SkyCover Technology Portal.

While developing it, we are focusing on it's usage in commercial projects, in particular, developing and supporting the Windows-version of the system.

This program is designed by SkyCover Company, based on products duplicity and duply.

scduply
- the installer user friendly shell-frontend for scduply и scdw "Duplicity":http://duplicity.nongnu.org/

----

"Duplicity":http://duplicity.nongnu.org/ is the command-line program
for Windows filesystem backup with VSS option many nice features.

* Can produce GPG-encrypted backups and to place them on almost any remote storage via ftp, sftp, scp, rsync, and also on Amazon S3 and other cloud storages.
* Can do full and incremental backups.
The software is developed incremental backups are done by "SkyCover Company":http://www.skycover.ru. It is initally based on source of "duply":http://duply.net/ and using [[Duplicity|Duplicity]] per-block basis as backup engine. the rsync do, so if your logs will grow by several megabytes per day, only this megabytes will be included in the incremental backup.
This is * Can decide when to do the new full backup control tool via configuration files and can maintain the backup archive by simple commands, which simplifies significantly commands.

"Duplicity":http://duplicity.nongnu.org/ is
the tuning of backup jobs
effective and allowing to manage several jobs, each flexible solution for different directory or subsystem.

dedicated server’s backup.

----

h2. SkyCover Duply (scduply)

The tool for managing dedicated server backups via the configuration files and simple commands.

* Permits to define the new backup job in few seconds.
* User friendly, clear syntax of config files.
* Able to execute and check pre- and post-job scripts.
* Gives useful commands for backup and restore.
* Saves the backup logs, create and mail HTML reports.

The example of mailed HTML report. It cames with all the raw logs attached.

!scduply-report1.png!

*SkyCover Duply* is useful for command-line usage and also is used as the backend for [[SkyCover_Duply_Web_en|SkyCover Duply Web (SCDW)]] – the web interface for configuring the backup jobs.

Both scduply and SCDW are free and licensed under GPL.

The sources and the manuals

Installation Instructions

Usage Guide

The project’s code: http://github.com/skycover/scduply

The request tracker: https://redmine.skycover.ru/projects/scduply-backup

The quick comments page

The relation to the duply project

scduply is based on the source code of duply, but is advanced to be more friendly:

* User friendly config syntax with named variables.
* Additional global configuration file.
* Automatic addition of the job’s name to the globally configured TARGET_URL.
* Infrastructure to save per-job logs and reports.
* The command for batch execution of all defined jobs.
* Reporting via e-mail with HTML report and raw logs attached.

*scduply* is not backward compatible with "duply":http://duply.net/.

*scduply* is developed for the *SkyCover* Company internal needs, so it will always be the separate project, to be able implement any desired new features.

Nevertheless, we will be glad to submit any parts of our code to the "duply":http://duply.net/.