https://github.com/gcclinux/psqlbackupbatch
PostgrSQL Backup Windows Batch Scripts
https://github.com/gcclinux/psqlbackupbatch
Last synced: 6 months ago
JSON representation
PostgrSQL Backup Windows Batch Scripts
- Host: GitHub
- URL: https://github.com/gcclinux/psqlbackupbatch
- Owner: gcclinux
- Created: 2022-03-01T09:56:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T11:09:10.000Z (about 4 years ago)
- Last Synced: 2025-03-16T12:13:54.527Z (12 months ago)
- Language: Batchfile
- Size: 5.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PSQLBackupBatch
Initial PostgrSQL Backup Windows Batch Scripts for PowerShell and cmd including local binaries also to run backups, scripts are still under development and will include additional all database backups for postgresql and mysql.
...
#### Commands Example ####
...
"PS> run_backup.cmd /r [ server_name ] [ db_user ] [ db_name ] [ port ] [db_password] [ PATH ] [ dump | sql | tar ]"
"PS> run_backup.cmd /h (help menu)"
"PS> run_backup.cmd /i (interactive)"
"PS> run_backup.cmd -interactive"
...

