Skip to content

The xenBackup script helps implement a xen backup strategy. It automates the backup of single or multiple xen guests using one of three backup methods, tar, rsync or rdiff-backup.

Notifications You must be signed in to change notification settings

baverhey/xenBackup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

xenBackup is a simple script to implement a xen backup strategy. it automates the backup of single or multiple xen guests using one of three backup methods, tar, rsync or rdiff-backup.

for more information:
$ ./xenBackup -h

Read more about this utility on the blog here: http://www.johnandcailin.com/blog/john/backing-your-xen-domains

Fork adds sudo to the script.
This way a specific user with the nesesairy Sudo rights obnly can perfom this script

Needed text in /etc/sudoers.d/backupuser_rights
backup_user ALL=(root) NOPASSWD: /home/export/gitrepo/xenBackup/xenBackup,/usr/sbin/xm,/sbin/lvcreate,/sbin/lvremove,/usr/bin/test

About

The xenBackup script helps implement a xen backup strategy. It automates the backup of single or multiple xen guests using one of three backup methods, tar, rsync or rdiff-backup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%