Skip to content
#

backup

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

ThomasWaldmann
ThomasWaldmann commented Jan 28, 2021

there are frequently issues like #5646 with people wondering why their files are classified as M)odified and read/chunked again.

we could all some logging that precisely tells:

  • a files cache miss (filename key not in files cache)
  • a timestamp mismatch (also telling which filestamp it is ctime or mtime)
  • an inode number mismatch
  • a size mismatch

there should be no output for cache hi

Lighting-wings
Lighting-wings commented Dec 24, 2020

Hello, I noticed changes about deletebackupcontroller. The function closeAndRemoveFile is put in front of the function return.
image

But I don't think this way can be enough. Because the function downloadToTempFile is used in two places,restorecontroller and deletebackuprequestcontroller.

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

bd8392
bd8392 commented Nov 29, 2020

Is your feature request related to a problem? Please describe.
I've setted automatic-backups in a standard folder on every change. The problem is, that this feature keeps generating "endless" backups with every change. The other option (only backups on add totp) is not an option for me, as it will turn my restore-libary into a mess with outdated totp (because remove). As I sync with nextcloud

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