Chapter 5. Obtain the encrypted cloud
-
Download
Download the Dropbox Installer from Dropbox.
-
Install, including dependencies
sudo dpkg --install dropbox-
If this leads towhatever
.debErrors were encounterd while processing
then trysudo apt --fix-broken install
dropbox start -i
and immediately left-click the system tray icon and Pause SyncingWarning
Left-clicking and right-clicking the icon produce slightly different menus.
-
Configure Dropbox
In Context Menu » Preferences… » Sync » Select folders, select Basic and .privateAufrecht.
Left-click and Resume Sync
Wait for the encrypted cloud to rain its data on your upturned face.
-
Create a Kwallet password entry for encfs
kwalletcli -f Passwords -e encfs -p
THE PASSWORD
Make sure the overall KWallet password matches the account password.
-
Make directories
mkdir ~/Personal
ln -s ~/Dropbox/Family\ Room ~/Family
-
Install the automounting script
sudo cp ~/Dropbox/Basic/new_machine/linux/misc/mount.sh /usr/local/bin
-
Mount the encrypted cloud
./mount.sh
-
Set it up to autorun
System Settings → Startup and Shutdown → Autostart → Add Script
>sudo /usr/local/bin/mount.sh