From 05222b7343642b3ecb872063f06af90a184d72df Mon Sep 17 00:00:00 2001 From: Chris Howie Date: Mon, 26 Nov 2018 21:37:38 -0500 Subject: [PATCH] --one-file-system unsupported on Windows --- doc/040_backup.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/040_backup.rst b/doc/040_backup.rst index 951f65a4c..cb51d5c04 100644 --- a/doc/040_backup.rst +++ b/doc/040_backup.rst @@ -204,6 +204,9 @@ backup ``/sys`` or ``/dev`` on a Linux system: $ restic -r /srv/restic-repo backup --one-file-system / +.. note:: ``--one-file-system`` is currently unsupported on Windows, and will + cause the backup to immediately fail with an error. + By using the ``--files-from`` option you can read the files you want to backup from one or more files. This is especially useful if a lot of files have to be backed up that are not in the same folder or are maybe pre-filtered