From 0c257b7b5afb710180296bcc643968ba1358289c Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Thu, 3 Mar 2016 13:12:45 -0500 Subject: Sync French translation with English reference --- manual/fr/155-repo.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 manual/fr/155-repo.mdwn (limited to 'manual/fr/155-repo.mdwn') 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 . + + +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. -- cgit v1.2.1