Questions tagged [backup-strategies]
169 questions
0
votes
3 answers
Automated website folder backup system needed? Any recommendations?
Hi guys is there any backup software that can take periodic backups of online website folders and store them offline on a local system. Need something robust and would be nice if theres something free that can do the job :)
Thanks for the links - I…

Ali
- 7,353
- 20
- 103
- 161
0
votes
2 answers
Efficient incremental backup with data chunks
I'm developing a backup tool and I can't figure out the most efficient way to do remote backup. I don't want to send the whole file every time there's a small change so I guess incremental backup is the solution. This is all well and good but now…

jimmy
- 1,413
- 2
- 13
- 23
0
votes
1 answer
How to create tar that gets updated for 2 weeks
I need to setup a bash script which tars and compresses a directory. The tar should be updated every day after that point with the same directory. This should happen for a duration of 14 days until the tar is finally removed and the process is…
user420095
0
votes
2 answers
The strategy to get recovery from broken files?
Me and my colleague are trying to implement a mechanism to get recovery from broken files on an embedded equipment.
This could be happened during certain circumstances, e.g. user takes off the battery during file writing.
Orz, but now we have just…

tingyu
- 23
- 3
0
votes
0 answers
Where do i should save my docker postgres backups?
I'm have a docker-compose with a postgres service, currently it only has one service but in the future it will contain more.
version: '3.8'
services:
postgres-dev:
image: postgres
environment:
POSTGRES_DB: dev_db
…

Alejo Villores
- 11
- 1
0
votes
0 answers
Backup Microsoft fabric and prevent easy artifact deletion
We are considering to move our "classical" SQL data warehouse over to microsoft fabric.
I noticed two things which both are possible showstoppers:
I cant find any information on backups. How can we backup a fabric workspace (or at least a fabric…

marritza
- 22
- 5
0
votes
0 answers
S3 high version count per object alerting
i'm looking for an option to alert me if there are more than n-Versions of any object in my S3 bucket.
This is meant to catch cases where lots of duplicate files are uploaded by accident which would be something i'd want to fix anyhow but would also…

Jonathan
- 13
- 4
0
votes
1 answer
How can I limit the the no. of table backups to keep?
I am running a daily Job that updates a fact table. Before copying the new data I create a backup in a table that is identically and only creates a timestamp additionally.
The main purpose for the backup table is to identify potential issues and to…

Peter Jackson
- 23
- 2
0
votes
0 answers
Backup Wordpress Website Directly on Remote Storage
We have this very limitted space on the hosting provider server. Is it possible to do a backup of Wordpress website directly on remote storage, without the need for storing temp files on the hosting server side first?
We tried using the iconic…

Joseph L.
- 431
- 6
- 7
0
votes
1 answer
By mistake I have created a .git folder in my DESKTOP and then deleted that folder my caused whole data of the desktop deleted
The .git folder that I have created into my desktop contains the data of around 64GB so i think to delete that folder to free up some space in my system
Now what to do to regain that data again ?
Which git command should I use to restore the data…
0
votes
1 answer
rdiff python module
Is there a python module that has the functionality for computing rdiff signatures and delta differencing?
I need to perform these operations on a cross-platform application so I'll need something that will bundle into py2exe, py2app etc.
I've done…

GP89
- 6,600
- 4
- 36
- 64
0
votes
1 answer
Is there any way to implement Disaster Recovery on Minio?
we are trying to implement "disaster recovery" on Minio. Are there any documentations about how to implement DRC on Minio? Has anyone done it? Thank you

x86Dwarf
- 1
- 1
0
votes
1 answer
How to backup a [SQL Server] database if privileges are not present?
I have complete readonly access to a SQL Server Database. If I try to do a backup, I get the following message.
The EXECUTE permission was denied on the object 'xp_get_tape_devices', database 'mssqlsystemresource', schema 'sys'.
How can I take a…

abhi
- 3,082
- 6
- 47
- 73
0
votes
1 answer
AWS Redshift Disaster Recovery - Is it possible to restore tables in another account to cluster provisioned by IAC?
Setting AWS Redshift disaster recovery plan. Ideally I would like to have the ability to restore table data to a new cluster (provisioned by IAC) in my DR account.
Sharing snapshots with the DR account I don't believe will work as restoring tables…

cloudy-cloud
- 1
- 2
0
votes
1 answer
Manage daily, weekly and monthly backups in AWS S3
I am asked to design a solution to manage backups on AWS S3. Currently, I am uploading daily backups to S3. Only 30 backups are stored and older backups are deleted as new backups are created.
Now I need to manage these backups on a daily, weekly…

Kapil Khandelwal
- 1,096
- 12
- 19