Important
- This version drops support for duplicate files to keep consistency with common filesystems.Now particular file will be replaced with old one instead of throwing error.
- Replacing content will result in orphan file parts in a channel run
teldrive check --clean
to perform cleanup tasks on channels monthly or biweekly. - If this version fails in migration step make sure to run
rclone dedupe
with suitable policy to remove duplicates and rerun.
Changelog
Refactoring
Changelog
Refactoring
- 4202793: refactor: remove file duplication completely (@bhunter234)