Burp is a backup and restore program. It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.
Here is it tested with a qemu Slackware 13.37 64 bit guest on a Slackware 13.37 32 bit host running Fluxbox:
$ qemu-system-x86_64 -m 1024 -hda qemu/slack64.img \ -redir tcp:5000::22 -redir tcp:4971::4971 -cdrom /dev/sr0 &
The host is the burp client and the guest is the burp server.
Link to this comment:
All Comments (1)