summaryrefslogtreecommitdiffstats
path: root/docs/usage
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-07-04 23:32:36 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2023-10-27 20:26:27 +0200
commitd13b5d5557488792b42bba03ce56bfc4af8cf9c7 (patch)
tree7e436077d6f51560743f714df7678c000988692e /docs/usage
parente0f80812a5ddc247f4bd814dbc31f8d59bd024e1 (diff)
docs: remove info about borg 1.0 files per dir
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/general/file-systems.rst.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage/general/file-systems.rst.inc b/docs/usage/general/file-systems.rst.inc
index 60b7f46f9..6651d54a7 100644
--- a/docs/usage/general/file-systems.rst.inc
+++ b/docs/usage/general/file-systems.rst.inc
@@ -21,7 +21,7 @@ and readable after one of the failures mentioned above occurred, run
- At least three directory levels with short names
- Typically, file sizes up to a few hundred MB.
Large repositories may require large files (>2 GB).
-- Up to 1000 files per directory (10000 for repositories initialized with Borg 1.0)
+- Up to 1000 files per directory.
- rename(2) / MoveFile(Ex) should work as specified, i.e. on the same file system
it should be a move (not a copy) operation, and in case of a directory
it should fail if the destination exists and is not an empty directory,