summaryrefslogtreecommitdiff
path: root/manual/fr/155-repo.mdwn
diff options
context:
space:
mode:
authorRemi Rampin <remirampin@gmail.com>2016-03-03 13:12:45 -0500
committerLars Wirzenius <liw@liw.fi>2016-03-18 18:03:36 +0200
commit0c257b7b5afb710180296bcc643968ba1358289c (patch)
treef5d20dea413ababa8c130789f8a14d58b530e5c3 /manual/fr/155-repo.mdwn
parentd9b96822b90a568d752dad40c9c1db11075fcd20 (diff)
downloadobnam-0c257b7b5afb710180296bcc643968ba1358289c.tar.gz
Sync French translation with English reference
Diffstat (limited to 'manual/fr/155-repo.mdwn')
-rw-r--r--manual/fr/155-repo.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/manual/fr/155-repo.mdwn b/manual/fr/155-repo.mdwn
new file mode 100644
index 00000000..c99d675c
--- /dev/null
+++ b/manual/fr/155-repo.mdwn
@@ -0,0 +1,19 @@
+The backup repository internals
+===============================
+
+This chapter describes what the Obnam backup repository looks like.
+Unless you're interested in that, you can skip that entirely.
+
+For now, look at the Obnam website at <http://obnam.org/development/>.
+
+
+Repository file permissions
+---------------------------
+
+Obnam sets the permissions of all files it creates in the repository
+such that only the owner of the files can read or write them.
+(Technically, 0600 for files, 0700 for directories.)
+
+This is to prevent backups from leaking because someone else has read
+access to the repository. There is no setting in Obnam to control
+this.