summaryrefslogtreecommitdiff
path: root/docs/build/Running-Backups/Backups/index.html
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
committerhaturatu <taro@eyes4you.org>2025-02-22 23:20:55 +0900
commit9345907a5c1737c6c2c1f8eba52a568035b08493 (patch)
tree50f0c68436e4eba8e7a72cf9876a577d0c4c6340 /docs/build/Running-Backups/Backups/index.html
parenta9cdbc4e7fbdd14922ef5c96cc7a285b153bf947 (diff)
fix: all hange s\/github.com\/ponzu-cms/github.com\/haturatu\/g
Diffstat (limited to 'docs/build/Running-Backups/Backups/index.html')
-rw-r--r--docs/build/Running-Backups/Backups/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/build/Running-Backups/Backups/index.html b/docs/build/Running-Backups/Backups/index.html
index 04d1ffe..1c7bbfd 100644
--- a/docs/build/Running-Backups/Backups/index.html
+++ b/docs/build/Running-Backups/Backups/index.html
@@ -120,7 +120,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -167,7 +167,7 @@
- <a href="https://github.com/ponzu-cms/ponzu" title="Go to repository" class="md-source" data-md-source="github">
+ <a href="https://github.com/haturatu/ponzu" title="Go to repository" class="md-source" data-md-source="github">
<div class="md-source__icon">
<svg viewBox="0 0 24 24" width="24" height="24">
@@ -819,7 +819,7 @@
<p>Both the databases <code>system.db</code> &amp; <code>analytics.db</code>, and the <code>/uploads</code> directory can be backed up over HTTP using <code>wget</code>, <code>curl</code>, etc. All of which are located at the <code>/admin/backup</code> route and require HTTP Basic Auth. In order to enable backups, you must add a user/password pair inside the CMS Configuration at <code>/admin/configure</code> near the bottom of the page.</p>
<p>All backups are made using a <code>GET</code> request to the <code>/admin/backup</code> path with a query parameter of <code>?source={system,analytics,uploads}</code> (only one source can be included in the URL).</p>
<p>Here are some full backup scripts to use or modify to fit your needs:
-<a href="https://github.com/ponzu-cms/backup-scripts">https://github.com/ponzu-cms/backup-scripts</a></p>
+<a href="https://github.com/haturatu/backup-scripts">https://github.com/haturatu/backup-scripts</a></p>
<h2 id="system-analytics">System &amp; Analytics<a class="headerlink" href="#system-analytics" title="Permanent link">&para;</a></h2>
<p>The <code>system.db</code> &amp; <code>analytics.db</code> 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.</p>
<p>An example backup request for the <code>system.db</code> data file would look like:</p>
@@ -909,7 +909,7 @@ $ tar xzf search.tar.gz
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
- <a href="https://github.com/ponzu-cms" class="md-footer-social__link fa fa-github"></a>
+ <a href="https://github.com/haturatu" class="md-footer-social__link fa fa-github"></a>
<a href="https://twitter.com/ponzu_cms" class="md-footer-social__link fa fa-twitter"></a>