aports/cron/postgresql/cron-daily

4 lines
185 B
Plaintext
Raw Normal View History

2020-12-27 13:04:43 +00:00
#!/bin/sh
/sbin/btrfs subvolume delete /databases/snapshots/postgresql/`date +"%u"`
/sbin/btrfs subvolume snapshot -r /databases/postgresql /databases/snapshots/postgresql/`date +"%u"`