bbfsdev / bbfs

Big brother file system (distributed file system)
14 stars 5 forks source link

Added symlink support. #254

Closed yarondbb closed 10 years ago

yarondbb commented 10 years ago

Added symlink support:

  1. Monitoring symlinks
  2. Loading symlinks from content data file

New content data file format: number of contents content1 content2 .. number of instances instance1 instance2 .. number of symlinks symlink1 symlink2 ..

Where symlink format is: server, symlink path, symlink target

yarondbb commented 10 years ago

This is the long term solution for issue #236