mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-06 16:46:54 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
7
roles/seafile/templates/post-backup.sh.j2
Normal file
7
roles/seafile/templates/post-backup.sh.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
# Delete database dumps
|
||||
rm -f {{ seafile_root_dir }}/backup/*
|
||||
|
||||
# Umount fuse FS
|
||||
{{ seafile_root_dir }}/seafile-server/seaf-fuse.sh stop
|
Reference in New Issue
Block a user