Questions tagged [backups]

56 questions
5
votes
1 answer

Apache Solr Cloud Backup Issues to path when 'solr.allowPaths' is set

I am trying to backup a solr cloud collection. Solr and Zookeeper are running in docker containers. There are 3 solr (using ports: 8981,8982,8983) and 3 ZKs containers running. I am passing a docker volume to the solr containers volumes: -…
J.Alex
  • 103
  • 8
5
votes
0 answers

Disable Auto Restore from Google Backup in Android App Programatically

I am facing a problem which is huge for me, the problem is I have an app published on Google Play with a lot of user, the maintain its state now I have changed the state and app is crashing because users have enabled Android Auto Backup feature and…
Jawad Amjad
  • 2,532
  • 2
  • 29
  • 59
4
votes
1 answer

How to check the integrity of data backups

I have important data that I am backing up locally. I have a working copy of the data on one local hard drive and then a backup on a external hard drive (and then another copy on a server offsite). Is there a good way for me to do a regular (e.g.…
Brian Jackson
  • 409
  • 1
  • 5
  • 16
4
votes
1 answer

Emacs creates autosave file named ##

I have configured Emacs to send autosaves to the /tmp directory: (setq backup-directory-alist `((".*" . ,temporary-file-directory))) (setq auto-save-file-name-transforms `((".*" ,temporary-file-directory t))) However, when editing the file Foo,…
Rolf Andreassen
  • 450
  • 1
  • 5
  • 9
3
votes
0 answers

pg:backups restore gets into pending status

I was using Heroku PGbackups add-on for backup copying of DB from one Heroku app into another Heroku app. But after PGbackups migration and removal of their add-on, I moved these commands to using new commands according to instructions. But I am…
Sergey
  • 345
  • 3
  • 12
2
votes
1 answer

RDS - automated snapshots with Backups disabled?

In order to take our own full and differential backups to S3 buckets (for restore to new instances), we would like to disable automated RDS backups (the automated backups bugger up the LSN's for our differentials). But we don't really want to…
Lee Boozer
  • 79
  • 6
2
votes
1 answer

Microsoft Azure Backups not reducing available recovery points or destination usage after retention period has been reduced

Microsoft Azure Backups not reducing available recovery points or destination usage after retention period has been reduced. I had the retention period set to 30 day with around 6.8TB of backups.Over a week ago I changed the retention period down…
Zain
  • 21
  • 3
1
vote
1 answer

How to use Firebase Point-in-time recovery (PITR)?

I have just read the docs on the new Point-in-time recovery (PITR) release which I am absolutely pumped about. I’m trying to test out the sample code provided by Firebase here for reading a PITR version and can’t get it to work. I have enabled PITR…
1
vote
1 answer

Restore multiple transaction log backup from disk

We are receiving transaction log backups from a vendor for a off-site database. We have already restored the full backup in Standby mode. we will be receiving multiple transaction log backups everyday. I need a script to restore the transaction…
1
vote
1 answer

How to snapshot program data structures during the lifetime of a program in python?

I want to keep track of the changes that occur in certain data structures (dictionaries) during the lifetime of my python program. We can achieve this by either taking snapshots or backups. Backups are not 'memory friendly', as they require to store…
S.E.K.
  • 147
  • 2
  • 11
1
vote
0 answers

Backup and Restore Realm file iOS

Are there any clear directions on how to create backups and restores of Realm files for iOS and swift? Thank you very much.
Q. Preau
  • 11
  • 3
1
vote
1 answer

Laravel spatie/laravel-backup Digital Ocean spaces

i am using laravel-backup from spatie to backup my laravel application files and database and store them on a digital ocean space. this works just fine for me. I have another digital ocean space, were uploaded user files gets stored to. My…
user3676604
1
vote
0 answers

What's a sane way to do file aging/retention in shell (bash)?

I maintain some backups, daily cron jobs, and I'm looking to implement a more sophisticated system of aging out old archives using just bash and common Unix/Linux utilities (such as GNU date). The policy I want to implement is something like: Keep…
Jim Dennis
  • 17,054
  • 13
  • 68
  • 116
1
vote
0 answers

SQL Server Database Full Backup goes offline

I have a production SQL Server database (2008R2) that performs full backups every night. The total time for the backup takes about 20 minutes. During the time of the full backup, if anything attempts to connect or interact with the database, it…
rchadwick
  • 11
  • 1
1
vote
1 answer

Google CloudSQL Backup Options

I see that as far as automated backups go for Google CloudSQL, we only have the following options: Full backup once per day If binary logs are enabled, point in time recovery in-between Backups retained for seven days What are my options if I…
Molenpad
  • 833
  • 2
  • 14
  • 34
1
2 3 4