summaryrefslogtreecommitdiff
path: root/manual/fr/120-misc.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/120-misc.mdwn
parentd9b96822b90a568d752dad40c9c1db11075fcd20 (diff)
downloadobnam-0c257b7b5afb710180296bcc643968ba1358289c.tar.gz
Sync French translation with English reference
Diffstat (limited to 'manual/fr/120-misc.mdwn')
-rw-r--r--manual/fr/120-misc.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/fr/120-misc.mdwn b/manual/fr/120-misc.mdwn
index 0ed6c7fd..d80e8231 100644
--- a/manual/fr/120-misc.mdwn
+++ b/manual/fr/120-misc.mdwn
@@ -3,3 +3,19 @@ Other stuff
This chapter discusses topics that do not warrant a chapter of their
own, such as compressing backups and running Obnam from cron.
+
+k4dirstat cache files
+---------------------
+
+[k4dirstat] is a utility for visualising the disk space used by a
+directory tree. Obnam's `kdirstat` command can be used to produce a
+listing of the contents of a generation in a format which can be read
+by k4dirstat using `File`, `Read Cache File` from the k4dirstat
+menu. e.g.
+
+ $ obnam kdirstat --client CLIENT --generation GENID > CLIENT.kdirstat.cache
+ $ gzip -v9 CLIENT.kdirstat.cache # OPTIONAL
+
+`CLIENT.kdirstat.cache[.gz]` can now be read by `k4dirstat`.
+
+[k4dirstat]: https://bitbucket.org/jeromerobert/k4dirstat/wiki/Home