aports/cron/gitea/cron-daily

4 lines
140 B
Plaintext
Raw Normal View History

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