Wiki » История » Версия 16
Dmitry Chernyak, 01.03.2016 22:13
1 | 3 | Александр Кобуз | h1. SkyCover Duply (scduply) |
---|---|---|---|
2 | 1 | Александр Кобуз | |
3 | 4 | Александр Кобуз | scduply - the user friendly shell-frontend for "Duplicity":http://duplicity.nongnu.org/ |
4 | 1 | Александр Кобуз | |
5 | 4 | Александр Кобуз | "Duplicity":http://duplicity.nongnu.org/ is the command-line program for filesystem backup with many nice features. |
6 | 1 | Александр Кобуз | |
7 | 16 | Dmitry Chernyak | > * 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. |
8 | 16 | Dmitry Chernyak | > * Can do full and incremental backups. The incremental backups are done by per-block basis as the rsync do, so if your logs will grow by several megabytes per day, only this megabytes will be included in the incremental backup. |
9 | 16 | Dmitry Chernyak | > * Can decide when to do the new full backup and can maintain the backup archive by simple commands. |
10 | 16 | Dmitry Chernyak | > |
11 | 16 | Dmitry Chernyak | > "Duplicity":http://duplicity.nongnu.org/ is the effective and flexible solution for dedicated server’s backup. |
12 | 2 | Александр Кобуз | |
13 | 1 | Александр Кобуз | |
14 | 1 | Александр Кобуз | h2. SkyCover Duply (scduply) |
15 | 1 | Александр Кобуз | |
16 | 1 | Александр Кобуз | The tool for managing dedicated server backups via the configuration files and simple commands. |
17 | 1 | Александр Кобуз | |
18 | 6 | Александр Кобуз | + Permits to define the new backup job in few seconds. |
19 | 6 | Александр Кобуз | + User friendly, clear syntax of config files. |
20 | 6 | Александр Кобуз | + Able to execute and check pre- and post-job scripts. |
21 | 6 | Александр Кобуз | + Gives useful commands for backup and restore. |
22 | 6 | Александр Кобуз | + Saves the backup logs, create and mail HTML reports. |
23 | 6 | Александр Кобуз | |
24 | 1 | Александр Кобуз | The example of mailed HTML report. It cames with all the raw logs attached. |
25 | 6 | Александр Кобуз | |
26 | 6 | Александр Кобуз | !scduply-report1.png! |
27 | 6 | Александр Кобуз | |
28 | 15 | Александр Кобуз | *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. |
29 | 6 | Александр Кобуз | |
30 | 6 | Александр Кобуз | Both scduply and SCDW are free and licensed under GPL. |
31 | 6 | Александр Кобуз | |
32 | 6 | Александр Кобуз | The sources and the manuals |
33 | 6 | Александр Кобуз | |
34 | 6 | Александр Кобуз | Installation Instructions |
35 | 6 | Александр Кобуз | |
36 | 6 | Александр Кобуз | Usage Guide |
37 | 6 | Александр Кобуз | |
38 | 6 | Александр Кобуз | The project’s code: http://github.com/skycover/scduply |
39 | 6 | Александр Кобуз | |
40 | 6 | Александр Кобуз | The request tracker: https://redmine.skycover.ru/projects/scduply-backup |
41 | 6 | Александр Кобуз | |
42 | 6 | Александр Кобуз | The quick comments page |
43 | 6 | Александр Кобуз | |
44 | 6 | Александр Кобуз | The relation to the duply project |
45 | 6 | Александр Кобуз | |
46 | 6 | Александр Кобуз | scduply is based on the source code of duply, but is advanced to be more friendly: |
47 | 1 | Александр Кобуз | |
48 | 14 | Александр Кобуз | <pre> |
49 | 7 | Александр Кобуз | + User friendly config syntax with named variables. |
50 | 7 | Александр Кобуз | + Additional global configuration file. |
51 | 7 | Александр Кобуз | + Automatic addition of the job’s name to the globally configured TARGET_URL. |
52 | 7 | Александр Кобуз | + Infrastructure to save per-job logs and reports. |
53 | 7 | Александр Кобуз | + The command for batch execution of all defined jobs. |
54 | 7 | Александр Кобуз | + Reporting via e-mail with HTML report and raw logs attached. |
55 | 14 | Александр Кобуз | </pre> |
56 | 6 | Александр Кобуз | |
57 | 13 | Александр Кобуз | *scduply* is not backward compatible with "duply":http://duply.net/. |
58 | 6 | Александр Кобуз | |
59 | 12 | Александр Кобуз | *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. |
60 | 7 | Александр Кобуз | |
61 | 13 | Александр Кобуз | Nevertheless, we will be glad to submit any parts of our code to the "duply":http://duply.net/. |