Librenix  
(Show all Backup articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Tutorial: Easy Automated Linux Snapshot Backups

Up
vote
Down

Automate those backups!
This document describes a method for generating automatic rotating "snapshot"-style backups on a Unix-based system, with specific examples drawn from the author's GNU/Linux experience. Snapshot backups are a feature of some high-end industrial file servers; they create the illusion of multiple full (up to ownership/permission) backups per day without the space or processing overhead. All of the snapshots are read-only, and are accessible directly by users as special system directories. It is often possible to store several hours, days, and even weeks' worth of snapshots with slightly more than 2x storage. This method, while not as space-efficient as some of the proprietary technologies (which, using special copy-on-write filesystems, can operate on slightly more than 1x storage), makes use of only standard file utilities and the common rsync program, which is installed by default on most Linux distributions. Properly configured, the method can also protect against hard disk failure, root compromises, or even back up a network of heterogeneous desktops automatically.
 read more | mail this link | score:7912 | -Ray, September 9, 2002
More Sysadmin articles...

Abstract Art on stretched canvas

admin headlines

Tutorial: Distributed Storage on 4 nodes with GlusterFS on Ubuntu 12.10

Semi-manual LVM disk partitioning guide for Fedora 18

Tutorial: Install Nginx, PHP5 and MySQL on Fedora 18

Install Openldap from source and Configure Multi-Master Replication

ATA over Ethernet (AoE) (Ubuntu 12.04)

Create Advanced MySQL-based Virtual Hosts on Lighttpd (Ubuntu 12.04)

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin