FileSysOrg / jfileserver

Java file server with SMB, FTP/FTPS and NFS support, virtual filesystems, database filesystems
GNU Lesser General Public License v3.0
42 stars 17 forks source link

Is it possible to add support for Time Machine Macos backups? #14

Closed imyoric closed 9 months ago

imyoric commented 10 months ago

https://developer.apple.com/library/archive/releasenotes/NetworkingInternetWeb/Time_Machine_SMB_Spec/

FileSysOrg commented 10 months ago

I had a quick look at the TimeMachine SMB spec, it requires durable handle and lease support which the JFileServer code does not currently have.

I will have a more detailed look once the upcoming release that I am working on is finally out to get an idea of how much work is required.

imyoric commented 9 months ago

I had a quick look at the TimeMachine SMB spec, it requires durable handle and lease support which the JFileServer code does not currently have.

I will have a more detailed look once the upcoming release that I am working on is finally out to get an idea of how much work is required.

Okay thanks for your answer