BackupArchiveMetadata

Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2006-10-22 23:05:05
Size: 514
Editor: bzq-84-108-21-67
Comment:
Revision 4 as of 2006-10-22 23:17:49
Size: 812
Editor: bzq-84-108-21-67
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
description="Backup of my home folder in my new desktop" # verbose description of what the backup holds file="my-tests-folder-backup.1.dar"
description="Backup of my tests folder in my new desktop" # verbose description of what the backup holds
Line 12: Line 13:
backup-root="/home/sivan"
backup-target="/dev/scd0"
backup-root="/home/sivan/my-tests"
orig-backup-target="/dev/scd0"
orig-backup-mp="/media/cdrom0"
Line 18: Line 20:


=== Search Order for Backup Archive File ===

 * Search in cwd.
 * Attempt to find file in orig-backup-mp.
 * Attempt mount(orig-backup-target-devnode) and try to find archive in the returned mount point.

Meta data file accompanying a backup (incremental/master)

[Creation Time]
date="2006-10-23"
time="00:26:47"

[Archive Information]
file="my-tests-folder-backup.1.dar"
description="Backup of my tests folder in my new desktop" # verbose description of what the backup holds
type="master" # or 'diff' for a changes archive.
volumes=3 # umber of archive volumes this backup spans
backup-root="/home/sivan/my-tests"
orig-backup-target="/dev/scd0"
orig-backup-mp="/media/cdrom0"
userid="sivan" # the user account that was used to create this backup
include-media="yes"

Search Order for Backup Archive File

  • Search in cwd.
  • Attempt to find file in orig-backup-mp.
  • Attempt mount(orig-backup-target-devnode) and try to find archive in the returned mount point.

HomeUserBackup/BackupArchiveMetadata (last edited 2008-08-06 16:41:03 by localhost)