backup
Here are 2,868 public repositories matching this topic...
-
Updated
May 15, 2020 - Shell
If somebody has some time for FUSE benchmarking:
diff --git a/src/borg/fuse.py b/src/borg/fuse.py
index 429790e4..27ab1c1a 100644
--- a/src/borg/fuse.py
+++ b/src/borg/fuse.py
@@ -644,12 +644,13 @@ def read(self, fh, offset, size):
data = self.data_cache[id]
if offset + n == len(data):
# evict fully read chunk from cache
-
- I have searched open and closed issues for duplicates.
Description
I'd like to add something rather important to the wiki page How do filters work? but I don't have the knowledge yet. If this issues database is not the place for writing about the documentation, please let
-
Updated
May 20, 2020 - 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
Describe the problem/challenge you have
When creating a backup using velero backups create --from-schedule=<scheduleName>
, you need to specify a name. When a schedule is automatically triggered, there is a default name format. To get the same functionality, usin
Dear Guillaume,
There is a tiny error in your documentation here: http://gmvault.org/in_depth.html
This line:
You can renew a saved oauth token with the option --renew-oauth-tok
should read:
You can renew a saved oauth token with the option --renew-oauth2-tok
The 2 is missing. The missing 2 causes an error when a user tries to renew the Oauth token. Would be great if you co
According to the postgresql documentation on https://www.postgresql.org/docs/current/static/continuous-archiving.html section 25.3.3.1 you can pass 2 extra parameters to pg_start_backup()
.
I'm particularly interested in the second parameter which does a fast checkpoint.
Is this a feature which can be added as a command-line parameter to wal-e backup-push
eg `wal-e backup-push --fast-chec
Allow debug logging
Currently when I'm either downloading from sources or importing files, very little output is written to the screen. I'd love it if I can see some kind of progress being made or some kind of logging information being printed. Even if I have to add a flag to get it.
Add flags to readme
Yahoo Japan OTP
Yahoo Japan supports one time passwords using their own app. Their info page about it: https://id.yahoo.co.jp/security/otp.html
andOTP did not recognize their QR code. It's encoded as:
yjotp://totp/username?secret=################################
Also tried copy-paste but that resulted in wrong values; I might have done something wrong.
andOTP produces the correct values when enter
Part of laurent22/rsync-time-backup#193
So that it's documented somewhere:
CI Testing is great for ensuring code works and changes don't introduce regressions to tested code (caveat: test coverage)
- 2911 hard links to different files.
Originally posted by @reactive-firewall in laurent22/rsync-time-backup#193 (comment)
See the https://github.com/johnkw/misc/blob/master/rsync_fix_renames.py file for a workaround which can be added to "cmd_postexec" to save a dramatic amount of space if directory renames were to occur.
Perhaps that file belongs in the documentation or utils or something included with rsnapshot?
-
Updated
May 1, 2020 - PHP
Although Config::Root is correctly set to $OXIDIZED_HOME
when it exists, the config file is not read from this location. Oxidized will only find a config in either /etc/oxidized/config
or $HOME/.config/oxidized/config
(which I believe is due to Asetus only looking in those locations).
Expected behavior is that setting OXIDIZED_HOME
would cause the confi
The release for 2.14 states that there is a preview of tablespace support. This is a critical feature for us, but I can't find any documentation on it. Does restoration work using a json file similar to wal-e? I'd love to preview it, give feedback and even contribute but can't find any information other than that one-liner in the release notes. Thanks!
Right now we use wal-g for wal archival bu
Is your feature request related to a problem? Please describe.
I ran into a problem about the keyboard not showing up and when I found the closed issue about it I read the following:
Also, SXOS isn't supported. Use Atmosphere's title takeover
I went on to look at other issues with SX OS and the same thing was being said about not supporting it:
#264 #275 #298 #300 #312
I have r
It’d be super nice if libarchive aka libCVE had proper, human-readable changelogs with references to security fixes. Right now the NEWS file is so incomplete as to be useless, and the release notes page on the wiki hasn’t been updated in ages.
This is a feature suggestion.
As far as i can tell from documentation S3 Storage Classes are not supported currently.
I think it would be a nice addition as Backups usually don't need standard-Storage class in S3 and could be stored in a class for infrequent access.
See:
https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html
I was trying to get back in time running pointing to my freenas server but it wouldnt create the folder on the remote server. Ended up just having to change the ssh user's shell to bash and everything worked! default on freenas is csh shell.
Thanks all working great!
-
Updated
Feb 18, 2020 - C#
I am new to Unyson framework, and have conducted a documentation search and found nothing on the follow:
Is it possible to use Divider elements to create an overlapping effect of my first column over the slider on a homepage?
Backup
Stashing the Custom Postgres Installation can fail due to db authentication problem if the Secret do not contain the keyword POSTGRES_USER
and POSTGRES_PASSWORD
to store the db username and password respectively. If that is the case, you need to create a secret manually using the username and password and update the same in AppBinding
. Below is an example of secret generate
-
Updated
May 22, 2020 - Python
-
Updated
Jan 21, 2020 - Shell
The main first point of contact for new users is https://github.com/dpc/rdedup - and the rendering of the README.md which is automatically shown. Adding some content from https://github.com/dpc/rdedup/wiki/My-original-use-case-(old-README.md) would get the message over more clearly, e.g. the unique features of rdedup such as the ability to securely backup multiple hosts with compression and de-du
The restore --target-action
documentation states:
This option is effective when
hot_standby=on
is configured inpostgresql.conf
, otherwise the cluster will be promoted when the target is reached or there is no more WAL in the archive.
However, I don't believe this is accurate. In recent versi
- Prompt for passphrase
- Select files to encrypt
- Take care of everything else automatically
Maybe use https://github.com/AGWA/git-crypt.
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."
In the FAQ, document/answer the question "Should I use one repository or separate repositories when backing up multiple clients/servers?". Provide some rationale and use case examples.