-
Updated
May 3, 2022 - Go
backup
Here are 4,263 public repositories matching this topic...
-
Updated
May 3, 2022 - Shell
-
Updated
Apr 26, 2021 - Shell
Suggested addition to: default_compressed_extensions.txt
.tib #Acronis True Image windows backup image software
.tibx #Acronis True Image windows backup image software
.mrimg #Macrium Reflect windows backup image software
I've used both im
Velero has been tested on IPv4, IPv6, and dual stack. Can we please put that in the docs.
-
Updated
Apr 27, 2022 - JavaScript
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
-
Updated
Apr 15, 2022 - Python
Secure PBKDF2 use
First, thank you for maintaining this wonderful tool!
Is your feature request related to a problem? Please describe.
PBKDF2-HMAC-SHA1 is no longer recommended, and may become a problem if there are too few iterations (SHA1 is the issue, especially in conjunction with the small number of iterations), although a 16byte/128bit salt remains fine. This only offers security if used in conjunctio
-
Updated
Feb 8, 2022 - Python
-
Updated
Jan 26, 2021 - Go
-
Updated
Dec 17, 2021 - Shell
-
Updated
Jan 4, 2022 - Perl
-
Updated
Dec 11, 2021 - C++
Feature Request
A simple command that just pulls readable information from msdb..suspect_pages.
Problem to solve
At times you need to monitor the suspect pages a server may have or verify after you get logical errors returned from DBCC results, or even finding the dreaded 823/824 err
When uploading to Storj DCS I want to be able to specify a bigger part size, it seems that default one is 16 MiB
https://docs.storj.io/dcs/api-reference/s3-compatible-gateway/multipart-upload/multipart-part-size/
-
Updated
May 3, 2022 - Objective-C
-
Updated
Feb 7, 2022 - PHP
-
Updated
Apr 24, 2022 - Python
-
Updated
Apr 10, 2022 - Python
Improve this page
Add a description, image, and links to the backup topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the backup topic, visit your repo's landing page and select "manage topics."
some tests are run as part of the borg self test which is executed at every start of
borg
.as borg does not and must not require
pytest
for a normal installation, these tests must not usepytest
.there is a comment in the relevant test files (e.g. some crypto tests), but it is easy to miss.
guess we better add an
assert
checking that there is nopytest
in the module namespace fo