src.nth.io/

summaryrefslogtreecommitdiff
path: root/writefreely/aws-s3-backup/templates/[email protected]
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-04 12:05:24 -0500
committerLuke Hoersten <[email protected]>2021-07-04 12:05:24 -0500
commitf8aa3247303a857a07581d9e97d08347d149b4d5 (patch)
treed4e902fed13c2e7bc0544fbaec20542ab12362f1 /writefreely/aws-s3-backup/templates/[email protected]
parent74bb4077fed1ed5927e4e0385c75d469af6debbf (diff)
Added writefreely backup.
Diffstat (limited to 'writefreely/aws-s3-backup/templates/[email protected]')
-rw-r--r--writefreely/aws-s3-backup/templates/[email protected]9
1 files changed, 9 insertions, 0 deletions
diff --git a/writefreely/aws-s3-backup/templates/[email protected] b/writefreely/aws-s3-backup/templates/[email protected]
new file mode 100644
index 0000000..2f9d272
--- /dev/null
+++ b/writefreely/aws-s3-backup/templates/[email protected]
@@ -0,0 +1,9 @@
+[Unit]
+Description=Writefreely s3 backup for "%I"
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/writefreely-s3-backup.sh %i "{{writefreely_s3_backup_dir}}"
+
+[Install]
+WantedBy=aws-s3-backup.target