Top "Backup" questions

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

Backup/Restore a dockerized PostgreSQL database

I'm trying to backup/restore a PostgreSQL database as is explained on the Docker website, but the data is not …

database postgresql backup docker
How to backup a local Git repository?

I am using git on a relatively small project and I find that zipping the .git directory's contents might be …

git backup
How to parse the Manifest.mbdb file in an iOS 4.0 iTunes Backup

In iOS 4.0 Apple has redesigned the backup process. iTunes used to store a list of filenames associated with backup files …

iphone ios4 backup extract
Where is database .bak file saved from SQL Server Management Studio?

I was trying to create a backup for my SQL Server Database using SQL Server Management Studio 2008 Express. I have …

sql-server backup
How to extract or unpack an .ab file (Android Backup file)

I am running an android 4.0.3 device, and I want to extract the back up file created by : adb backup -f ~/…

android cmd backup
Fully backup a git repo?

Is there a simple way to backup an entire git repo including all branches and tags?

git backup
Opening a SQL Server .bak file (Not restoring!)

I have been reading a LOT of google posts and StackOverflow questions about how to restore a database in SQL …

sql-server sql-server-2008 backup restore
How to backup Sql Database Programmatically in C#

I want to write a code to backup my Sql Server 2008 Database using C# in .Net 4 FrameWork. Can anyone help …

.net database sql-server-2008 c#-4.0 backup
Find files and tar them (with spaces)

Alright, so simple problem here. I'm working on a simple back up code. It works fine except if the files …

linux find backup tar
input file appears to be a text format dump. Please use psql

I take backup using pg_dump db_production > postgres_db.dump and then I copy it to localhost using …

postgresql backup pg-restore