Questions tagged [backup-strategies]

169 questions
0
votes
1 answer

Can we use pg_dumpall for Azure managed flexible Server

We are trying to devise a backup strategy for Azure Flexible Server. Can we use the native pgdumpall as a backup and restore mechanism, I am able to take a dumpall by excluding azure default database (as we are not super user in managed…
0
votes
1 answer

Is it safe to download a site's files and database at the same time?

I am manually downloading a copy of my Wordpress site. I have started by downloading the files via sftp, and as that is progressing I want to download the database from phpMyAdmin. Is it unwise to perform both of these actions at the same time?
0
votes
1 answer

'Lines_LineSeries_LineIterator_DataAccessor_Strateg' object has no attribute 'self'

everyone! I´m trying to replicate one of the strategies with backtrader for practice purposes, but I get this message when I try to run it: 'Lines_LineSeries_LineIterator_DataAccessor_Strateg' object has no attribute 'self'. I want to buy when RSI…
0
votes
1 answer

Syncing HDFS data and google cloud storage data (for BDR)

In the hope of achieving Cloudera Backup and Disaster Recovery to AWS-like functionality in GCP, I am searching for some alternatives. Will the below approach work? adding GCP connector to an on-prem Cloudera cluster then copying with hadoop…
0
votes
1 answer

Back and restore apache ignite volumes in kubernetes

I need to create backups and restore for volumes in aws kubernetes cluster. I was reading about CSI driver in kubernetes docs. Though link below has mentioned the steps but I have few…
curious_soul
  • 559
  • 1
  • 8
  • 29
0
votes
1 answer

Deduplication solution for multiple offline database backups

I have multiple copies of the same database with size of several terabytes. I was looking for a solution where I could upload the very first backup and then, instead of uploading the same entire backup with only few megabytes of changes, only upload…
0
votes
0 answers

What is a good common approach for encrypted backup/restore on an embedded device?

An embedded device with Linux supports backup/restore of files encrypted with openssl. The idea of backup is: tar -c .... | openssl smime -encrypt -binary -aes-256-cbc -out backupfile.encrypted -outform DER certificate.key and the idea of restore…
falkb
  • 1,294
  • 11
  • 35
0
votes
0 answers

Elasticsearch - Restore document level

Restoring from backup snapshot would be the best solution based on documentation. Can we restore document level in Elasticsearch? Thankyou.
0
votes
0 answers

Efficient archiving monthly older than 1 year old for distributed Mongo DB

We have a distributed /shared mongo db (5 to 6 replica). I want to back up huge tables data if older than 1 year old (ie). And delete after backup. (I dont want any data loss, so i dont want to delete a collection completely) Source collection is…
0
votes
2 answers

How best could I optimize the way I'm backing up MySQL databases?

I have several websites hosted on a VPS and am currently performing database backups by running a shell script via cron that looks something like this: mysqldump -uusername1 -prootpassword dbname1 > /backup/dbname1.bak mysqldump -uusername2…
binaryorganic
  • 1,554
  • 4
  • 17
  • 25
0
votes
1 answer

Veeam Backup To Tape Scenario

Hi sorry for my limitations in English I made this question using google translate, I hope you understand what I mean. I have 20 jobs that have 7 days of retention. I plan to extend my retention to 30 days, but the size of my repository is very…
0
votes
0 answers

Recursive copy to a flat directory

I have a directory of images, currently at ~117k files for about 200 gig in size. My backup solution vomits on directories of that size, so I wish to split them into subdirectories of 1000. Name sorting or type discrimination is not required. I just…
0
votes
1 answer

What does Transactional Backup Interval mean in the Backup Plan Wizard for Team Foundation Server?

I'm in the process of setting up a backup plan for a Team Foundation Server. I downloaded Power Tools for TFS and I'm using the Backup Plan Wizard that was included in that pack. I am now at the step where I'm supposed to decide how to schedule the…
Erik L
  • 126
  • 4
  • 15
0
votes
0 answers

How to Save a SQLite/Room Database that uses SQLCipher into a Filestream?

I've just learned how to use SQLCipher here and I want to be able to save it to an SQLite file and I stumbled upon this approach where the file is saved via FileOutputStream. However, the FileOutputStream approach only worked when the database file…
0
votes
2 answers

AWS - Can you assign a public IP or URL to an S3 Glacier Vault?

Can you assign a public IP or URL to an S3 Glacier Vault? I want to use it for automatic backups. I realize that I can upload to an S3 bucket and then use lifecycle rules to move it over to glacier, but I'm asking if I can skip that step entirely…