Skip to content

Instantly share code, notes, and snippets.

@paolodina
Created November 29, 2014 16:46
Show Gist options
  • Save paolodina/9d26b5a32b0f6bd8cdb1 to your computer and use it in GitHub Desktop.
Save paolodina/9d26b5a32b0f6bd8cdb1 to your computer and use it in GitHub Desktop.
Backup script output
(attic)paolo@tk:~/local2/venvs/attic$ sudo ./runbackup.sh
[sudo] password for paolo:
Create into sysvg a snapshot of lvroot named backup_snapshot_root
Logical volume "backup_snapshot_root" created
Mounting root snapshot to filesystem...
Create into sysvg a snapshot of lvhome named backup_snapshot_home
Logical volume "backup_snapshot_home" created
Mounting home snapshot to filesystem...
Create into sysvg a snapshot of lvvar named backup_snapshot_var
Logical volume "backup_snapshot_var" created
Mounting home snapshot to filesystem...
Create into sysvg a snapshot of lvboot named backup_snapshot_boot
Logical volume "backup_snapshot_boot" created
Mounting boot snapshot to filesystem...
Create into sysvg a snapshot of lvusr named backup_snapshot_usr
Logical volume "backup_snapshot_usr" created
Mounting usr snapshot to filesystem...
run backup...
------------------------------------------------------------------------------
Archive name: 2014-11-29_14:11:46
Archive fingerprint: 633b3335d092b31d08b28c675caf1c61af1b738d21c263dc46e3e730249998ec
Start time: Sat Nov 29 14:57:07 2014
End time: Sat Nov 29 15:56:03 2014
Duration: 58 minutes 56.28 seconds
Number of files: 1222612
Original size Compressed size Deduplicated size
This archive: 117.51 GB 74.01 GB 10.22 GB
All archives: 545.90 GB 338.35 GB 69.63 GB
------------------------------------------------------------------------------
home snapshot umount
usr snapshot umount
var snapshot umount
boot snapshot umount
snapshot umount
remove home snapshot
Logical volume "backup_snapshot_home" successfully removed
remove usr snapshot
Logical volume "backup_snapshot_usr" successfully removed
remove var snapshot
Logical volume "backup_snapshot_var" successfully removed
remove boot snapshot
Logical volume "backup_snapshot_boot" successfully removed
remove root snapshot
Logical volume "backup_snapshot_root" successfully removed
(attic)paolo@tk:~/local2/venvs/attic$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment