diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2009-11-04 00:30:21 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2009-11-04 00:30:21 (GMT) |
commit | cb7d42e3ae4f35d5430165e68b29979fcc926061 (patch) | |
tree | c99157dd3425183d9b9df05e6d8940736c1e6941 | |
parent | 0fa8bcc144320f7b37c0f3363e1e178e5935d2b2 (diff) | |
download | fusearchive-cb7d42e3ae4f35d5430165e68b29979fcc926061.zip fusearchive-cb7d42e3ae4f35d5430165e68b29979fcc926061.tar.gz fusearchive-cb7d42e3ae4f35d5430165e68b29979fcc926061.tar.bz2 |
-rw-r--r-- | FuseArchive/FileSystem.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/FuseArchive/FileSystem.py b/FuseArchive/FileSystem.py index 64eae86..f58b541 100644 --- a/FuseArchive/FileSystem.py +++ b/FuseArchive/FileSystem.py @@ -126,6 +126,10 @@ class FileSystem(fuse.Fuse): # None as the first argument which will fix the typeerrors above, but # you'll need to remember to do it again later if you upgrade the package. # +# Realistically if you use symlinks that point outside the tree you are +# also going to get super bizarre results, you will be happier using rsync +# backups if you use --safe-links +# ####### # The following utimens method would do the same as the above utime method. # We can't make it better though as the Python stdlib doesn't know of |