wiki:SCS_BACKUP_R0

Version 24 (modified by pacitu, 17 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Analysis

This task includes backing-up the project data.

Overview

  • Define which files should be backed up. Update this file list regularly.
  • Implement a script for automatic backup.
  • Perform regular back-ups

Task requirements

If the current server crashes, there should be an easy and fast way to deploy the backed up data to an another server.

Implementation idea

A back-up script.

Dzver back-up script.

Design

  • Create a script that :
    • Copies all files that should be backed up in a /backup/%y-%m-%d/ folder
      • all backup scripts
      • 10.10.117.11:/sophie-project/sophie2/ - the trac project
      • 10.10.117.11:/sophie-project/repo/ - the repository
    • Creates an ISO file /backup/%Y-%m-%d.iso
    • Burns the image to CD.

Implementation

Testing