-
Notifications
You must be signed in to change notification settings - Fork 103
04b. Cloud services
If you want to sync to your own rsync-server, please setup your server following the instruction in readme_rsync.md into the respository. After that the configuration of lbb should be self explaining.
rclone does all the magic. Because in a raspbian lite installation you cannot open a local browser, most setups are a little bit more complicated. The easiest way might be the following:
- install rclone on your computer (not lbb!)
- start "rclone config --config=./rclone.conf" from a terminal
- select "New remote"
- name it
- select one service out of the large list
- follow the instructions
- if asked "Use auto config?" select Yes
- a browser opens, you have to log in and authorize the service
- finish the setup
- open your new configured config file ./rclone.conf using a code-editor
- copy the section(s) you want to use in lbb
- start lbb
- at lbb open "Files" and start the editor for rclone.conf into the root folder
- insert your copied section here
- YOU ARE DONE!
- maybe it's a very good idea to download lbb's settings, containing all the cloud-configs too
- SERVICES MAY ACCEPT YOUR CONFIGURATION DATA A LIMITED TIME ONLY! NEVER RELY ON THEM ONLY!
The more files there are on a local storage, the longer it takes until a backup to the cloud can begin the actual data transfer. First of all, all local files must be compared with those in the cloud. Depending on the data connection, several minutes can be lost here for just a few thousand files. The following strategies should therefore be considered:
This is the simplest option. Run the backup to the cloud as move instead of copy. You can set this either in the web UI when the backup is started manually or in Settings. Here you can even choose between copy and move for the two configurable default backups. After successful transfer to the cloud, files are then deleted locally.
An intermediate step is required here.
a) First run a backup on a first storage medium "Target1"
b) Back up "Target1" (copy) to storage medium "Target2"
c) Now you can back up "Target1" to the cloud using move.
"Target2" contains all the files that have ever been backed up.