summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-09-04 18:30:39 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-07 18:34:29 +0400
commit3ad7492f9dd1c76cdbc64ad2246f8e9c8c5c4ae6 (patch)
treeb9933046dd67d06cef6b4ef8e4c28c2252d2341b /docs
parenta0ad9bd734e9af0ce912c32c7480a60ff87a4368 (diff)
downloadpleroma-3ad7492f9dd1c76cdbc64ad2246f8e9c8c5c4ae6.tar.gz
pleroma-3ad7492f9dd1c76cdbc64ad2246f8e9c8c5c4ae6.zip
Add config for Pleroma.Backup
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/cheatsheet.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index 42e5fe808..cc4081f14 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -1083,6 +1083,11 @@ Control favicons for instances.
* `enabled`: Allow/disallow displaying and getting instances favicons
+## Account Backup
+
+* `:purge_after_days` an integer, remove backup achives after N days.
+* `:limit_days` an integer, limit user to export not more often than once per N days.
+
## Frontend management
Frontends in Pleroma are swappable - you can specify which one to use here.