You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding encryption and onedrive on demand rclone can do both via a fuse mount. Currently I have have rclone cach drive mounted via fuse which acts similarley to windows on demand sync. In rclone config:
Onedrive remote --> rclone cach --> fuse mount to local folder
For encrytption:
Onedrive remote --> encrypted drive --> rclone cach --> fuse mount local folder.
The pros to this aproach:
-- streams and caches files very quickly
-- upload cach can be stored in event of network outage (upload will happen upon reconnection)
-- fuse mounts to file system seamlessly
The negatives to this aproach:
-- Doesn't support onedrive revision control (if you save a file the old file is moved to onedrive trash and new file saved)
-- File corruption/damge can occur should fuse fail (happens if improper mount or force reboot, mostly can be recoverd from trash but if using encryption this can be a severe problem).
The text was updated successfully, but these errors were encountered:
Rihcus
changed the title
Utilize fuse and rclone for windows ondemand sync and/or encryption
Feature request/suggestion: Utilize fuse and rclone for windows ondemand sync and/or encryption
Feb 8, 2021
Regarding encryption and onedrive on demand rclone can do both via a fuse mount. Currently I have have rclone cach drive mounted via fuse which acts similarley to windows on demand sync. In rclone config:
Onedrive remote --> rclone cach --> fuse mount to local folder
For encrytption:
Onedrive remote --> encrypted drive --> rclone cach --> fuse mount local folder.
The pros to this aproach:
-- streams and caches files very quickly
-- upload cach can be stored in event of network outage (upload will happen upon reconnection)
-- fuse mounts to file system seamlessly
The negatives to this aproach:
-- Doesn't support onedrive revision control (if you save a file the old file is moved to onedrive trash and new file saved)
-- File corruption/damge can occur should fuse fail (happens if improper mount or force reboot, mostly can be recoverd from trash but if using encryption this can be a severe problem).
source:
https://rclone.org/cache/
The text was updated successfully, but these errors were encountered: