Differences between revisions 2 and 3
Revision 2 as of 2016-05-31 10:26:49
Size: 624
Editor: mreimers
Comment:
Revision 3 as of 2016-05-31 11:19:17
Size: 1496
Editor: mreimers
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
The snapshots are provided for the last 6 days. Restoring older data still requires a support request and a restore from tape. Some details about snapshots:
Line 10: Line 10:
Backup data on tape are kept for 90 days. Older data '''can not''' be restored.  * The snapshots are provided for the last 6 days
 * Restoring older data still requires a support request and a restore from tape
 * In general a snapshot is taken once per day, approx. between 0:00 and 2:00 am.
 * All snapshots have the same file permissions as their original data.
Line 12: Line 15:
General Info: Backup data on tape are kept for 90 days. Older data '''can not''' be restored.
Line 15: Line 19:
In your home a directory `SNAPSHOT` provides access to all your personal snapshots.
{{{
 /home/$username/SNAPSHOT
}}}

The available snapshots are named from 0 to 5 with 0 being the newest and 5 the oldest snapshot.
A further snapshot link is called `last` and points as the named indicates to the latest (i.e. the newest) snapshot.

A snapshot behaves like a filesystem so you can navigate inside the snapshot by using a shell or your favorite file manager. You can apply most of the linux file tools on the snapshots' content like ls, stat, diff, cp etc.

To restore data from a snapshot simply copy the data from the snapshot to the final destination.

Data Restore

In the case of data loss due to deletion my mistake the more or less classic scenario was to restore the data from backup tape. Since the access to the backup is limited to the root user a support request has to been filed each time.

With the introduction of the new storage system data can be restored from so called snapshots by the owner himself.

Some details about snapshots:

  • The snapshots are provided for the last 6 days
  • Restoring older data still requires a support request and a restore from tape
  • In general a snapshot is taken once per day, approx. between 0:00 and 2:00 am.
  • All snapshots have the same file permissions as their original data.

General Info: Backup data on tape are kept for 90 days. Older data can not be restored.

Restore from Linux

In your home a directory SNAPSHOT provides access to all your personal snapshots.

 /home/$username/SNAPSHOT

The available snapshots are named from 0 to 5 with 0 being the newest and 5 the oldest snapshot. A further snapshot link is called last and points as the named indicates to the latest (i.e. the newest) snapshot.

A snapshot behaves like a filesystem so you can navigate inside the snapshot by using a shell or your favorite file manager. You can apply most of the linux file tools on the snapshots' content like ls, stat, diff, cp etc.

To restore data from a snapshot simply copy the data from the snapshot to the final destination.