Displaying 1 result from an estimated 1 matches for "mit_backup".
2008 Aug 15
6
Rsync of LVM Snapshots copies whole file
...(VirtualBox VDIs). Then I rsync the content of one
of the snapshot directories to a backup server. Each file size is
between 1.3 GB and 6GB.
I run the following commmand:
sudo -u rsyncbackup rsync -avzP --exclude-from
/home/rsyncbackup/excludefile -e ssh
"192.168.0.3:/mnt/vdi_snapshot/VDI/mit_backup"
"/mnt/crypteddevice/linuxX2/mit_backup"
The source directory is part of the LVM snapshot.
The destination directory is a truecrypt device which is already mounted.
What I would expect:
Only the differences of the virtual disk files should be transfered.
What happens:
I discover t...