search for: sctratch

Displaying 2 results from an estimated 2 matches for "sctratch".

Did you mean: scratch
2023 Apr 11
1
storage backup with encryption on-the-fly ?
...up flow). To setup a backup in pull mode, simply use: <domainbackup mode='pull'> <server transport='tcp' name='localhost' port='1234'/> <disks> <disk name='vda' type='file'> <scratch file='/tmp/backup-sctratch-vda'/> </disk> </disks> </domainbackup> To setup TLS to encrypt the transport you can use tls='on' and need to setup the TLS certs. Have a look at the docs for 'server': https://www.libvirt.org/formatbackup.html
2023 Apr 07
1
storage backup with encryption on-the-fly ?
On 06/04/2023 16:12, Peter Krempa wrote: > On Thu, Apr 06, 2023 at 15:22:10 +0200, lejeczek wrote: >> Hi guys. >> >> Is there a solution, perhaps a function of libvirt, to backup guest's >> storage and encrypt the resulting image file? >> On-the-fly ideally. >> If not ready/built-in solution then perhaps a best technique you >> recommend/use?