summaryrefslogtreecommitdiff
path: root/docs/src/Running-Backups/Backups.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/Running-Backups/Backups.md')
-rw-r--r--docs/src/Running-Backups/Backups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/Running-Backups/Backups.md b/docs/src/Running-Backups/Backups.md
index fde0cab..c2a6989 100644
--- a/docs/src/Running-Backups/Backups.md
+++ b/docs/src/Running-Backups/Backups.md
@@ -5,7 +5,7 @@ Both the databases `system.db` & `analytics.db`, and the `/uploads` directory ca
All backups are made using a `GET` request to the `/admin/backup` path with a query parameter of `?source={system,analytics,uploads}` (only one source can be included in the URL).
Here are some full backup scripts to use or modify to fit your needs:
-[https://github.com/ponzu-cms/backup-scripts](https://github.com/ponzu-cms/backup-scripts)
+[https://github.com/haturatu/backup-scripts](https://github.com/haturatu/backup-scripts)
## System & Analytics
The `system.db` & `analytics.db` data files are sent uncompressed in their original form as they exist on your server. No temporary copy is stored on the origin server, and it is possible that the backup could fail so checking for successful backups is recommended. See https://github.com/boltdb/bolt#database-backups for more information about how BoltDB handles HTTP backups.