Top "Backup" questions

The act of saving one's files, data, applications, etc.

Backup strategies for AWS S3 bucket

I'm looking for some advice or best practice to back up S3 bucket. The purpose of backing up data from …

amazon-web-services amazon-s3 backup amazon-glacier
postgresql where does the output of pg_dump go

I am trying to backup a db of postgresql and I want to use pg_dump command. I tried : psql …

database postgresql command-line backup pg-dump
MySQL Database backup automatically on a windows server

Is there a way to back up MySQL database automatically at certain times of the day for designated servers or …

mysql database backup
restore all mysql database from a --all-database sql.gz file

I've backed all my mysql databases with he following command mysqldump -u root -ppasswod --all-databases | gzip > all.sql.gz …

mysql backup mysqldump database-restore
How to take container snapshots in docker

How do we take container snapshots and load the snapshot in another docker host . I like to know the container …

backup porting snapshot docker
How to skip row when importing bad MySQL dump

Given bad mysqldump that causes error on import: namtar backups # mysql -p < 2010-12-01.sql Enter password: ERROR 1062 (23000) at …

mysql bash backup mysqldump mysql-error-1062
Robocopy - /XA:SH - to exclude system, hidden directories?

It seems to only work on files. Or am I doing something wrong? I tried backing a user folder (C:\…

windows-vista backup robocopy special-folders
Why is RAID 1 considered bad for backup?

There are so many articles slamming RAID (and therefore RAID 1) as being bad backup solutions: example 1 example 2 example 3 I understand …

backup hard-drive raid
Best method for PostgreSQL incremental backup

I am currently using pg_dump piped to gzip piped to split. But the problem with this is that all …

postgresql backup
How to backup SVN repository?

I often hear that having an SVN repository doesn't cancel need for backups. How is such backup done? I mean …

svn version-control backup backup-strategies