From 5a2926e7db60cdf14f63825e7363ab67111c55ae Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Sat, 25 Apr 2015 20:21:00 +0800 Subject: [PATCH] Doc symlinks are not followed on `attic create`. --- attic/archiver.py | 1 + 1 file changed, 1 insertion(+) diff --git a/attic/archiver.py b/attic/archiver.py index 5731ffb4..fd63c3db 100644 --- a/attic/archiver.py +++ b/attic/archiver.py @@ -523,6 +523,7 @@ def run(self, args=None): This command creates a backup archive containing all files found while recursively traversing all paths specified. The archive will consume almost no disk space for files or parts of files that have already been stored in other archives. + Symbolic links are not followed. See "attic help patterns" for more help on exclude patterns. """)