This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
computing:backup:multi_level_backup [2016/10/04 10:57] gcooper created |
computing:backup:multi_level_backup [2018/01/17 11:19] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Level 1 Backup | + | ====== |
- | :!: These notes have been tested only on SME Server version 8, but they will probably work on SME 7 as well. | + | These notes pertain to a multiple-level backup system. |
- | + | ||
- | ===== Reference ===== | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | ===== Multi-Level Backup System ===== | + | |
- | + | ||
- | These notes pertain to configuring what we call "Level 1" backups in a multi-level backup system. We are referring to a backup system that uses a local hard disk to back up server data as well as an on-line backup service for off-site storage. | + | |
* **Typical Scenario** | * **Typical Scenario** | ||
Line 20: | Line 10: | ||
* Uses local hard disk | * Uses local hard disk | ||
* Fast backups | * Fast backups | ||
- | * Minimal ' | + | * Minimal ' |
* Fast and convenient restores | * Fast and convenient restores | ||
* Disaster recovery | * Disaster recovery | ||
Line 29: | Line 19: | ||
* No hardware required | * No hardware required | ||
- | ===== Prepare a Separate Backup Hard Disk ===== | ||
- | |||
- | The following operations are performed at the console as root. | ||
- | |||
- | ==== Prepare the Separate Backup Drive ==== | ||
- | |||
- | See also **[[computing: | ||
- | |||
- | < | ||
- | fdisk -l # Determine which drive is the backup drive - Be sure! | ||
- | fdisk / | ||
- | mkfs.ext3 -m 1 -L backup / | ||
- | </ | ||
- | |||
- | :!: For very large drives, the '' | ||
- | |||
- | ==== Mounting the Separate Backup Drive ==== | ||
- | |||
- | Here we configure SME Server to mount the L1 backup drive in the same place every time. | ||
- | |||
- | < | ||
- | mkdir / | ||
- | vim / | ||
- | # The drive is not auto-mounted or fsck'd | ||
- | |||
- | LABEL=backup | ||
- | |||
- | mount / | ||
- | df -h # Show the new filesystem | ||
- | umount / | ||
- | </ | ||
- | |||
- | Before continuing to the configuration stage, you must reboot. | ||
- | |||
- | < | ||
- | reboot | ||
- | </ | ||
- | |||
- | ===== SME Server Manager ===== | ||
- | |||
- | ==== Configure Workstation Backup ==== | ||
- | |||
- | :!: Settings will vary! This example is for a dedicated internal level-1 backup drive. | ||
- | |||
- | :!: A set is a full backup plus incrementals. | ||
- | |||
- | ^Item | ||
- | |Configure Workstation Backup | ||
- | |Backup share | ||
- | |Number of rotating backup sets | ||
- | |Daily backups in each set |7 | | ||
- | |Workstation backup time of day | ||
- | |Optional backup session timeout | ||
- | |Don't timeout full backup sessions |selected | ||
- | |Backup compression level | ||
- | |Full backup is allowed on |Sunday | ||
- | |||
- | === Problems Due to Firefox === | ||
- | |||
- | :!: This problem has apparently been fixed in newer updates of SME 8. | ||
- | |||
- | < | ||
- | vim / | ||
- | </ | ||
- | |||
- | Search for ' | ||
- | |||
- | ==== Run a Backup Manually ==== | ||
- | |||
- | < | ||
- | / | ||
- | </ |