Click here to Skip to main content
15,895,740 members
Articles / Programming Languages / C#

Backup/Restore PostgreSQL databases

Rate me:
Please Sign up or sign in to vote.
4.50/5 (5 votes)
5 Mar 2013CPOL1 min read 33.4K   4.5K   10  
Allow your applications the ability to backup and restore your PostgreSQL databases.

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "pgstore", "pgstore\pgstore.csproj", "{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StoreApp", "StoreApp\StoreApp.csproj", "{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}"
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "Setup1", "Setup1\Setup1.vdproj", "{EE0B61F6-C1E8-4A37-B39E-891287DBD719}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Debug|Mixed Platforms = Debug|Mixed Platforms
		Debug|x86 = Debug|x86
		Release|Any CPU = Release|Any CPU
		Release|Mixed Platforms = Release|Mixed Platforms
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Debug|x86.ActiveCfg = Debug|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Release|Any CPU.Build.0 = Release|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
		{4DC6DBE5-D0B0-4BC5-AEF6-6925B0A5BFE3}.Release|x86.ActiveCfg = Release|Any CPU
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Debug|Any CPU.ActiveCfg = Debug|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Debug|Mixed Platforms.Build.0 = Debug|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Debug|x86.ActiveCfg = Debug|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Debug|x86.Build.0 = Debug|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Release|Any CPU.ActiveCfg = Release|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Release|Mixed Platforms.ActiveCfg = Release|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Release|Mixed Platforms.Build.0 = Release|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Release|x86.ActiveCfg = Release|x86
		{ECA9A7CB-98A2-43F9-B2D0-7B389FFA2AC3}.Release|x86.Build.0 = Release|x86
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Debug|Any CPU.ActiveCfg = Debug
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Debug|Mixed Platforms.ActiveCfg = Debug
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Debug|x86.ActiveCfg = Debug
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Release|Any CPU.ActiveCfg = Release
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Release|Mixed Platforms.ActiveCfg = Release
		{EE0B61F6-C1E8-4A37-B39E-891287DBD719}.Release|x86.ActiveCfg = Release
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) B&B
Tunisia Tunisia
Microsoft DOTNET developer
VOIP Technologies
ERP Petales

http://www.declaration.tn/

Comments and Discussions