Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 548 Bytes

Todo.md

File metadata and controls

5 lines (5 loc) · 548 Bytes
  • Add so server FindFiles command can do recursive traversal in one call
  • Fix "session context" on server side which can keep track of created directories and use that info to avoid file info
  • Robocopy exit codes? https://ss64.com/nt/robocopy-exit.html
  • Add local cache support on client side (to prevent re-copying when multiple servers produce each version). Server A creates version 1. Server B creates version 2. Server A creates version 3. 1 and 3 are similar, 2 is different.
  • EACopyService - Add rest api to ask for health status?