Files

6 lines
158 B
Bash
Raw Permalink Normal View History

2026-09-02 20:03:41 +02:00
#!/bin/bash
NOW="$(date '+%Y-%m-%d %H:%M:%S')"
pg_dump postgres://postgres:postgres@localhost:5432/oxicloud -F c --disable-triggers > "backup.${NOW}.dump"