diff options
| author | Luke Hoersten <[email protected]> | 2020-01-20 13:18:18 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-01-20 13:18:18 -0600 |
| commit | 1ed732d2f7c8de86e5c290bd38aaa63761654ac5 (patch) | |
| tree | a30c512eb7bdb156745c988366f921aedf2bc0ae /roles/pleroma-otp/files/[email protected] | |
| parent | 9eb223531a017cca2c11a152ede197c8798b5684 (diff) | |
Added pleroma instance backup to s3.
Diffstat (limited to 'roles/pleroma-otp/files/[email protected]')
| -rw-r--r-- | roles/pleroma-otp/files/[email protected] | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/roles/pleroma-otp/files/[email protected] b/roles/pleroma-otp/files/[email protected] new file mode 100644 index 0000000..7459f02 --- /dev/null +++ b/roles/pleroma-otp/files/[email protected] @@ -0,0 +1,9 @@ +[Unit] +Description=Pleroma s3 backup for instance "%I" + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/pleroma-prepare-backup.sh %i + +[Install] +WantedBy=aws-s3-backup.target |
