This website works better with JavaScript.
Home
Explore
Help
Sign In
mar
/
container
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
build files for making podman containers
240
Commits
8
Branches
0
Tags
2.3 MiB
Shell
97.1%
PHP
2.9%
Branch:
feature/gitea-auto-startstop-script
container
/
gitea
/
assets
/
bin
/
db-dump
2 lines
51 B
Raw
Permalink
Blame
History
#!/bin/bash
pg_dump -O -U
$DBUSER
-d
$DBNAME
-f
$1
Reference in new issue