The Wayback Machine - https://web.archive.org/web/20210916204728/https://github.com/topics/backup
Skip to content
#

backup

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

eleanor-millman
eleanor-millman commented Jul 9, 2021

Currently, the cluster migration docs don't specify that Velero doesn't support restoring into a cluster with a lower K8s version than where the backup was taken. Please add that note under the "Migrating Workloads Across Different Kubernetes Versions" section at the bottom of the doc: https://velero.io/docs/v1.6/migration-case/

Vote on this issue!

This is an invitation to the Velero com

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

fab2s
fab2s commented May 21, 2021

Hello,

When backups are run with --disable-notifications options, the resulting zip file is never encrypted.

It looks like this is coming from the fact encryption occurs as an event wrapped in the send notification method in BackupJob.php:

    protected function sendNotification($notification): void
    {
        if ($this->sendNotifications) {
            rescue(
         
smurfix
smurfix commented Jul 30, 2021

General information

  • App version: 0.9
  • App source: Google Play
  • Android Version: 10
  • Custom ROM: no

Expected result

The "Hidden" text which replaces the token numbers is displayed as two lines if there's not enough room. This is annoying, for obvious reasons, more so if the phone happens to be horizontaly and vertically small. :-P

![IMG_20210730_18054

budachst
budachst commented Apr 13, 2021

I am synching my local repo to a Wasabi S3 bucket daily. I am capturing the output from the cron job and have that one sent as an e-mail to myself. The output of the sync-to command is reallly… lengthy and I am actually not interested in that output.

How about adding the --no-progress option to this command, so it only outputs any errors ans not the whole progress?

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