Questions tagged [backup-strategies]
169 questions
0
votes
2 answers
How do small teams do secure backups of source code?
First of all, I don't mean version control such as git.
I do use git locally but, I'm trying to determine the best way to do back-ups of source code (as well as other app assets) in case of hardware failure or such.
I was thinking I could set up a…

sohnda
- 19
- 2
0
votes
3 answers
Moving SQL Server backups to off-site storage with Amazon EC2?
What are some of the best practices available for taking SQL Server backups from an Amazon EC2 based server??? I have a nightly job that creates the backups but I still need to move them "off-site". So I'm really asking two question (1) are there…

Unknown Coder
- 6,625
- 20
- 79
- 129
0
votes
1 answer
Managing transaction documents with MongoDB
Imagine you have millions of users those who perform transactions on your platform. Assuming each transaction is a document in your MongoDB collection there would be millions of documents generated everyday thus exploding your database in no time. I…

Abhay Pai
- 314
- 4
- 17
0
votes
0 answers
How to switch keyvault for always encrypted master key path in case of keyvault services are down?
I have always encryption implemented in my azure sql database using column encryption key and column master key which are both stored in azure Keyvault1 and the keys backed up in azure Keyvault2 (located in a different geo region) as well.
In case…

Bala P
- 143
- 1
- 12
0
votes
1 answer
Transfer some row of data from local to staging server and having versioning so that previous version data is dafe if possible
I am having some data in some tables of my database which gets update rarely that data I need to transfer from my local to live only some rows that are updated. and if possible want to preserve previous data on live as well by making it inactive. I…

charmi
- 197
- 3
- 17
0
votes
0 answers
Backup procedure for SQL Server + S3 bucket
I have a simple document management system which uses:
SQL Server database
S3 bucket as the files repository
How would you implement a backup process?
I know how to backup the database,
and I suppose there is an option to backup the files to…

Yaron
- 1,540
- 3
- 19
- 33
0
votes
0 answers
Maintaining Generation Data when Backing Up Versioned Google Cloud Storage Buckets
My use cases:
I would like to store multiple versions of text files in Cloud Storage and save the createdAt timestamp at which each version was created.
I'd like to be able to retrieve a list of all versions and createdAt times without opening and…
0
votes
1 answer
programmers back-up methods and tools
yesterday just happened. A tired user(me) had the bad inspiration to reinstall xampp with overrwite option. Even if I've specified that I wish to preserve htdocs and mysql\data folders, the setup didn't listen to me.
I've decided to use a back-up…

dole doug
- 34,070
- 20
- 68
- 87
0
votes
1 answer
Nextcloud versioning
I've a local Nextcloud instance and I'd like to use versioning (with git) on everything (sources + data folder).
What folders can I ignore with a .gitignore file ?

Sylvain
- 2,742
- 5
- 21
- 34
0
votes
1 answer
How to restore millions of file's some time old version within a directory in S3 bucket?
We are taking a backup of our tool's home directories and configuration within same S3 bucket separating by directory names. We have versioning enabled on S3 bucket. With the fear of loosing important files in S3 backup as well, if something goes…

EnigmaticNeo
- 45
- 1
- 1
- 6
0
votes
1 answer
Tiny CLion projects slow to build a second time
I'm a Community College instructor grading student C++ coding assignments. Been doing the same task all semester. Suddenly, this morning, CLion is building extremely slowly, perhaps even hanging, the second time I build/run a project. WTF? The…

Anne Gunn
- 2,347
- 1
- 28
- 42
0
votes
2 answers
backup/restore data in mysql database
How to backup/restore data in mysql database very quickly?

Steve
- 1
0
votes
1 answer
Use Barman within a Docker swarm
I'm almost new to the PostgreSQL technology but today, I have a Docker swarm with two nodes dedicated for the databases. Consider that the first node contains the "master" PostgreSQL (> 9.3) and the second one is just a replica of the master.
This…

Paul Rey
- 1,270
- 1
- 15
- 26
0
votes
1 answer
Mirror Windows Server 2008 files to file server
I use Blue Iris video monitoring software on Windows Server 2008 R2. It saves video clips (in its proprietary BVR format) to a local hard drive. Some clips can be several minutes in length.
I want to mirror these clips to a folder on a Linux file…

Ian M
- 567
- 8
- 33
0
votes
1 answer
Use AWS EBS instead of a redundant Database Server for backup
Iam new to AWS and iam tryin to find a good way for backing up my EC2 Instance.
I would like to run an application on my ec2 isntance with a database. Exactly, my application and also my database would run on the ec2 instance. My question is now…

Khan
- 1,418
- 1
- 25
- 49