borgbackup / borgweb

Web UI for Borg Backup
https://borgweb.readthedocs.io/en/latest/
Other
358 stars 40 forks source link

Provide the same attributes if possible for `/logs/1` and `/logs/1/0:10` #45

Closed perguth closed 9 years ago

perguth commented 9 years ago
  1. /logs/1
    json { "log_file": "...", "status": "success" }
  2. /logs/1/0:10
    json { "fname": "...", "lines": [ ], "offset": 200 }

Why the difference?

perguth commented 9 years ago

Performance reasons. But we will rename fname and log_file.