aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorJeremy Benoist <j0k3r@users.noreply.github.com>2016-10-22 22:23:15 +0200
committerGitHub <noreply@github.com>2016-10-22 22:23:15 +0200
commitc64b4941d5222586a82d2c8d6a61969bb9cfe96b (patch)
tree1301825dc40c8eaad61cffb28b291846f6f2258b /docs
parentf69636c4dbb8181de8a342518890c91c65288304 (diff)
parent2ca1cc0c184d58dc479e3d375a47c3a7ff3b92b2 (diff)
downloadwallabag-c64b4941d5222586a82d2c8d6a61969bb9cfe96b.tar.gz
wallabag-c64b4941d5222586a82d2c8d6a61969bb9cfe96b.tar.zst
wallabag-c64b4941d5222586a82d2c8d6a61969bb9cfe96b.zip
Merge pull request #2486 from wallabag/translate-backup-doc
Added :fr: documentation for wallabag backup
Diffstat (limited to 'docs')
-rw-r--r--docs/de/index.rst1
-rw-r--r--docs/de/user/backup.rst25
-rw-r--r--docs/en/user/backup.rst21
-rw-r--r--docs/fr/index.rst1
-rw-r--r--docs/fr/user/backup.rst26
5 files changed, 63 insertions, 11 deletions
diff --git a/docs/de/index.rst b/docs/de/index.rst
index a380d7bd..b422bf83 100644
--- a/docs/de/index.rst
+++ b/docs/de/index.rst
@@ -45,6 +45,7 @@ Die Dokumentation ist in anderen Sprachen verfügbar :
45 user/tags 45 user/tags
46 user/android 46 user/android
47 user/parameters 47 user/parameters
48 user/backup
48 49
49.. _dev-docs: 50.. _dev-docs:
50 51
diff --git a/docs/de/user/backup.rst b/docs/de/user/backup.rst
new file mode 100644
index 00000000..ffe3ce37
--- /dev/null
+++ b/docs/de/user/backup.rst
@@ -0,0 +1,25 @@
1wallabag sichern
2================
3Da es manchmal vorkommen kann, dass dir ein Fehler mit deiner wallabag unterläuft und du Daten verlierst oder deine wallabag auf einen anderen Server verschieben willst, ist eine Sicherung der Daten sicher ratsam.
4Dieser Artikel beschreibt, was du für die Sicherung benötigst.
5
6Grundlegende Einstellungen
7--------------------------
8wallabag speichert grundlegende Parameter (etwa der SMTP-Server oder das Datenbank-Backend) in der Datei `app/config/parameters.yml`.
9
10Datenbank
11---------
12Da wallabag verschiedene Datenbank-Typen unterstützt, hängt der Weg der Sicherung von dem verwendeten Typ ab. Daher verweisen wir an dieser Stelle auf die entsprechenden Dokumentationen:
13
14Hier sind einige Beispiele:
15
16- MySQL: http://dev.mysql.com/doc/refman/5.7/en/backup-methods.html
17- PostgreSQL: https://www.postgresql.org/docs/current/static/backup.html
18
19SQLite
20~~~~~~
21Um die SQLite-Datenbank zu sichern, ist es lediglich notwendig, das Verzeichnis `data/db` aus dem wallabag-Installations-Ordner zu kopieren.
22
23Bilder
24------
25Die Bilder, die von wallabag empfangen worden, sind unter `data/assets/images` gespeichert (der Bilder-Speicher wird in wallabag 2.2 implementiert).
diff --git a/docs/en/user/backup.rst b/docs/en/user/backup.rst
index 784da7e0..51721000 100644
--- a/docs/en/user/backup.rst
+++ b/docs/en/user/backup.rst
@@ -1,26 +1,25 @@
1Backup Wallabag 1Backup wallabag
2=============== 2===============
3Because sometimes you may do a mistake with your Wallabag and lose data or in case you need to move your Wallabag to another server you want to backup your data. 3Because sometimes you may do a mistake with your wallabag and lose data or in case you need to move your wallabag to another server you want to backup your data.
4This articles describes what you need to backup. 4This articles describes what you need to backup.
5 5
6 6Basic settings
7Basic Settings
8-------------- 7--------------
9Wallabag stores some basic parameters (like SMTP server or database backend) in the file `app/config/parameters.yml`. 8wallabag stores some basic parameters (like SMTP server or database backend) in the file `app/config/parameters.yml`.
10 9
11Database 10Database
12-------- 11--------
13As Wallabag supports different kinds of database, the way to perform the backup depends on the database you use, so you need to refer to the vendor documentation. 12As wallabag supports different kinds of database, the way to perform the backup depends on the database you use, so you need to refer to the vendor documentation.
14 13
15Here's some examples: 14Here's some examples:
16 15
17- Mysql: http://dev.mysql.com/doc/refman/5.7/en/backup-methods.html 16- MySQL: http://dev.mysql.com/doc/refman/5.7/en/backup-methods.html
18- Posgresql: https://www.postgresql.org/docs/current/static/backup.html 17- PostgreSQL: https://www.postgresql.org/docs/current/static/backup.html
19 18
20sqlite 19SQLite
21~~~~~~ 20~~~~~~
22To backup the sqlite database, you just need to copy the directory `data/db` from the Wallabag application directory 21To backup the SQLite database, you just need to copy the directory `data/db` from the wallabag application directory.
23 22
24Images 23Images
25------ 24------
26The images retrieved by Wallabag are stored under `data/assets/images`. 25The images retrieved by wallabag are stored under `data/assets/images` (the images storage will be implemented in wallabag 2.2).
diff --git a/docs/fr/index.rst b/docs/fr/index.rst
index 2a265ff3..dbb85910 100644
--- a/docs/fr/index.rst
+++ b/docs/fr/index.rst
@@ -46,6 +46,7 @@ La documentation est disponible dans d'autres langues :
46 user/filters 46 user/filters
47 user/tags 47 user/tags
48 user/parameters 48 user/parameters
49 user/backup
49 50
50.. _dev-docs: 51.. _dev-docs:
51 52
diff --git a/docs/fr/user/backup.rst b/docs/fr/user/backup.rst
new file mode 100644
index 00000000..ec4b1f4d
--- /dev/null
+++ b/docs/fr/user/backup.rst
@@ -0,0 +1,26 @@
1Sauvegarde de wallabag
2======================
3
4Parce que des fois vous faites des erreurs avec votre installation de wallabag et vous perdez des données ou parce que vous souhaitez migrer votre installation sur un autre serveur, vous souhaitez faire une sauvegarde de vos données.
5Cette documentation décrit ce que vous devez sauvegarder.
6
7Configuration
8-------------
9wallabag stocke quelques paramètres (comme la configuration SMTP ou les infos de bases de données) dans le fichier `app/config/parameters.yml`.
10
11Base de données
12---------------
13Comme wallabag supporte différentes sortes de bases de données, la manière de sauvegarder dépend du type de base de données que vous utilisez, donc vous devez vous en référez à la documentation correspondante.
14
15Quelques exemples :
16
17- MySQL: http://dev.mysql.com/doc/refman/5.7/en/backup-methods.html
18- PostgreSQL: https://www.postgresql.org/docs/current/static/backup.html
19
20SQLite
21~~~~~~
22Pour sauvegarder une base SQLite, vous devez juste copier le répertoire `data/db` de votre installation wallabag.
23
24Images
25------
26Les images sauvegardées par wallabag sont stockées dans `data/assets/images` (le stockage des images sera implémenté dans wallabag 2.2).