<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dennisc</id>
	<title>Alpine Linux - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Dennisc"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/wiki/Special:Contributions/Dennisc"/>
	<updated>2026-05-10T12:18:55Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=Dropbox&amp;diff=21976</id>
		<title>Dropbox</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=Dropbox&amp;diff=21976"/>
		<updated>2022-06-15T01:14:42Z</updated>

		<summary type="html">&lt;p&gt;Dennisc: sync writes local to remote, mount is more appropriate&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[https://www.dropbox.com/ Dropbox] is a cloud-based file store&lt;br /&gt;
service.&lt;br /&gt;
&lt;br /&gt;
= Syncing with rclone =&lt;br /&gt;
&lt;br /&gt;
The official Dropbox client is fairly difficult to setup on Alpine. If&lt;br /&gt;
all you need is file syncing and you&#039;re fine with using a CLI to do it,&lt;br /&gt;
you can use [https://rclone.org/docs/ rclone].&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# apk add rclone&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
to install rclone.&lt;br /&gt;
&lt;br /&gt;
Then run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rclone config&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
and you will be greeted with a series of interactive prompts.&lt;br /&gt;
&lt;br /&gt;
First you start making a new remote.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
n) New remote&lt;br /&gt;
d) Delete remote&lt;br /&gt;
q) Quit config&lt;br /&gt;
e/n/d/q&amp;gt; n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you need to give this new remote a name; it hardly matters what it&lt;br /&gt;
is, but for this guide we&#039;ll just call it &amp;quot;dropbox&amp;quot;. &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
name&amp;gt; dropbox&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you will be asked what kind of storage you want to use. Look for&lt;br /&gt;
the option that says &amp;quot;Dropbox&amp;quot; (as of the time of writing, it is 12),&lt;br /&gt;
and input that.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Option Storage.&lt;br /&gt;
Type of storage to configure.&lt;br /&gt;
Choose a number from below, or type in your own value.&lt;br /&gt;
...&lt;br /&gt;
Storage&amp;gt; 12&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then you will be asked about &amp;quot;OAuth Client Id&amp;quot; and &amp;quot;OAuth Client&lt;br /&gt;
Secret&amp;quot;. Just leave those blank by pressing Enter as rclone instructs.&lt;br /&gt;
You&#039;ll be asked if you wanted to edit the advanced config and use auto&lt;br /&gt;
config too. Just press Enter to use the defaults, unless you have a&lt;br /&gt;
reason not to.&lt;br /&gt;
&lt;br /&gt;
Finally, you will be prompted to allow rclone OAuth access to Dropbox.&lt;br /&gt;
Do this. If all went well, you should get a success message afterwards.&lt;br /&gt;
&lt;br /&gt;
To mount the remote filesystem, run&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rclone mount dropbox: ~/dropbox&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
(If ~/dropbox does not already exist, you need to make the directory.)&lt;br /&gt;
&lt;br /&gt;
As long as this command is running, your local and remote Dropbox&lt;br /&gt;
directories will be synced. If you want, you may set up a daemon to keep&lt;br /&gt;
this persistently running.&lt;br /&gt;
&lt;br /&gt;
More detailed usage instructions are also available at&lt;br /&gt;
[https://rclone.org/dropbox/ rclone&#039;s Dropbox page], and of course, the&lt;br /&gt;
man page for rclone.&lt;/div&gt;</summary>
		<author><name>Dennisc</name></author>
	</entry>
</feed>