skyzh / canvas_grab

🌐 One-click script to synchronize files from Canvas LMS.
https://git.sjtu.edu.cn/iskyzh/canvas_grab
MIT License
209 stars 28 forks source link

Reduce overhead of moved files #93

Open danyang685 opened 4 years ago

danyang685 commented 4 years ago

I'm using canvas_grab v1.7.7. It cannot track the moved files for now. They should be moved to new place instead of redownloaded.

Thanks!

skyzh commented 4 years ago

I think this is not easy to implement. It may require hashing of every file. That can be time consuming, and I don't think it's necessary to do this in such small project :(