Monday, November 20, 2023

Setup OneDrive, Google Drive & Dropbox

OneDrive: Install via: pamac build onedrive-abraunegg from the Arch Linux User Repository (AUR)

Note: If asked regarding a provider for 'd-runtime' and 'd-compiler', select 'liblphobos' and 'ldc'

type onedrive and follow instructions to authenticate.   Then onedrive --force --skip-dot-files --skip-dir venv --synchronize

 

Google Drive

I use Insync  which is intalled via my base install blogpost.  Open and authenticate and sync.


Dropbox

Dropbox is installed via my base install.  Open and authenticate.

but need 

yay -S gnome-browser-connector

yay -S libappindicator-gtk3

No comments:

Post a Comment

Getting rtcwake working on Bluefin

#!/bin/bash # User systemd setup for auto suspend/wake on Bluefin #Please run these two commands manually: #1. First, create the sudo rule: ...