Skip to content
#

backup

Here are 3,657 public repositories matching this topic...

ThomasWaldmann
ThomasWaldmann commented Jan 27, 2021

the borg files cache can be rather large, because it keeps some information about all files that have been processed recently.

lz4 is a very fast compression / decompression algorithm, so we could try to use it to lower the in-memory footprint of the files cache entries.

before implementing this, we should check how big the savings typically are - to determine whether it is worthwhile doing

liyan-su
liyan-su commented Jun 23, 2021

What steps did you take and what happened:

  1. Create cluster , enable csidriver, create storageclass with provider 'csi.vsphere.vmware.com'.
  2. Create 1 statefulset with 1 pod, fill the db with data and check the data information:
db=# select from tests;
--
(1600000 rows)
  1. Install velero with cmd
velero install --image velero:v1.6.0_vmware.1 --plugins velero-plugin-for-
jspeedz
jspeedz commented Sep 5, 2019

What went wrong?

I'm getting deprecation warnings with openSSL encryption.

[2019/09/05 08:38:52][info] Using Encryptor::OpenSSL to encrypt the archive.
[2019/09/05 08:40:22][warn] Pipeline STDERR Messages:
[2019/09/05 08:40:22][warn] (Note: may be interleaved if multiple commands returned error messages)
[2019/09/05 08:40:22][warn]
[2019/09/05 08:40:22][warn] *** WARNING : depre

Improve this page

Add a description, image, and links to the backup topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the backup topic, visit your repo's landing page and select "manage topics."

Learn more