13 lines
385 B
Markdown
13 lines
385 B
Markdown
---
|
|
tags:
|
|
- Desktop
|
|
- Backup
|
|
---
|
|
- Install rclone on your linux desktop.
|
|
- mkdir OneDrive (pick a location - I prefer the Documents directory)
|
|
- run "rclone config" - Follow the screen prompts
|
|
|
|
When done Mount OneDrive
|
|
- rclone --vfs-cache-mode writes mounts OneDrive: /home/miker/Documents/OneDrive &
|
|
|
|
This has to be place in a scripts and ran every time you boot your laptop. |