<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6358&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / DropBox App Install]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6358</link>
		<description><![CDATA[The most recent posts in DropBox App Install.]]></description>
		<lastBuildDate>Tue, 05 Mar 2024 01:34:59 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=48700#p48700</link>
			<description><![CDATA[<div class="quotebox"><cite>alexkemp wrote:</cite><blockquote><div><p><span class="bbc">rclone copy</span> appears to have the effect of deleting almost all of my dropbox. Yikes.</p></div></blockquote></div><p>After <em>boughtonp</em>&#039;s helpful pointer to <span class="bbc">rcopy</span> I&#039;ve been trying to get to grips with it &amp; particularly why it deletes all existing files in the dropbox before copying. The web-copy function actually does the same, but the whole point of <span class="bbc">rcopy</span> was to avoid that. Finally, a month afterwards, I&#039;ve both found out why &amp; how to fix it.</p><p><em>tl:dr</em>: use <span class="bbc">--dropbox-batch-mode sync</span></p><p>After <em>stargate</em>&#039;s <a href="https://www.ralphminderhoud.com/blog/rclone-two-way-dropbox-sync/" rel="nofollow">link for Ralph Minderhoud&#039;s blog</a> I switched to try <span class="bbc">rclone sync</span> but got the following error during uplift:</p><div class="quotebox"><cite>rclone sync wrote:</cite><blockquote><div><p>Failed to copy: upload failed: batch upload failed: too_many_write_operations</p></div></blockquote></div><p>The reference for that is in <a href="https://rclone.org/dropbox/#batch-mode" rel="nofollow">rclone.org/dropbox/</a>:</p><div class="quotebox"><cite>Batch mode = off wrote:</cite><blockquote><div><p>It has the disadvantage that it is very likely to encounter too_many_requests errors like this: <span class="bbc">NOTICE: too_many_requests/.: Too many requests or write operations. Trying again in 15 seconds.</span></p></div></blockquote></div><p>The info on the page appears to be misleading:-</p><ul><li><p>It never mentions that all the existing files are first deleted and thus *all* files in the mirror have to be re-uplifted</p></li><li><p><span class="bbc">--dropbox-batch-mode off</span> was the default before rclone v1.55<br />(mine is rclone v1.60.1-DEV)</p></li></ul><p>Well, whatever. I took another chance, and the following actually works, and only uplifts changed files:<br />(the following need to be set before (see also <a href="https://rclone.org/commands/rclone_sync/" rel="nofollow">rclone sync commands</a>):<br />$LOCAL_DIR<br />$DROPBOX_PROFILE # this is the dropbox name within the local dropbox profile<br />$REMOTE_DIR<br />$LOCAL_EXCLUDE_TXT_FILE):</p><div class="codebox"><pre><code>$ rclone sync $LOCAL_DIR $DROPBOX_PROFILE:$REMOTE_DIR -P \
  --exclude-from $LOCAL_EXCLUDE_TXT_FILE --dropbox-batch-mode sync</code></pre></div><p>I used this just now and, instead of replacing every single one of the 3,433 files it just added 4 new documents.</p><p>Here is $LOCAL_EXCLUDE_TXT_FILE:</p><div class="quotebox"><blockquote><div><p># filter-exclude.txt<br /># use rclone … --exclude-from <br /># exclude all office-files<br /># ODG == draw; ODP == impress; ODS == calc; ODT == writer;<br />*.odg<br />*.odp<br />*.ods<br />*.odt</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Tue, 05 Mar 2024 01:34:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=48700#p48700</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47872#p47872</link>
			<description><![CDATA[<p>perhaps this will help _some_ future thread visitor</p><p>ttps://www.ralphminderhoud.com/blog/rclone-two-way-dropbox-sync/</p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Sun, 04 Feb 2024 16:32:44 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47872#p47872</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47853#p47853</link>
			<description><![CDATA[<h5>rclone update</h5><p>I&#039;ve installed and have been making intensive efforts to get to grips. It describes itself as <em>&quot;equivalent to rsync&quot;</em> and is supposed to be native for Dropbox (and many other similar).</p><p>I&#039;ve hit a huge issue: <span class="bbc">rclone copy</span> appears to have the effect of <em>deleting</em> almost all of my dropbox. Yikes.</p><p>I cannot show the live results since I do not want to delete most of my Dropbox again. However, here is the size of the current files. After the second command (which I stopped after a little while) there were less than 1,000 files left. I&#039;m uncertain of the reason why. I had to fix by re-uploading via a browser page, and that means a complete 1.5GB upload.</p><p>(In the code that follows I have replaced the actual remote Dropbox + remote path + local dir with generic names; <span class="bbc">-P</span>==show Progress; the filter file is to NOT upload certain files)</p><div class="codebox"><pre><code>$ rclone size remote:path --tpslimit 12 --tpslimit-burst 0
Total objects: 3.401k (3401)
Total size: 1.468 GiB (1576509174 Byte)
$ rclone copy local-dir remote:path -P --filter-from filter-file.txt</code></pre></div><div class="quotebox"><blockquote><div><p># filter-file.txt<br /># exclude all office-files<br /># ODG == draw; ODP == impress; ODS == calc; ODT == writer;<br />- *.odg<br />- *.odp<br />- *.ods<br />- *.odt</p></div></blockquote></div><p>I&#039;m not going to be able to use <span class="bbc">rclone</span>. I assume that it is something that I&#039;m doing wrong, but my Hearings will be soon now &amp; I cannot afford to suddenly lose all of the content of every Dropbox. In addition, I do not have the time to report the error, nor research the reason.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Sat, 03 Feb 2024 00:09:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47853#p47853</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47405#p47405</link>
			<description><![CDATA[<p>@boughtonp:<br />Thanks for rclone notice (yup, supports Dropbox natively). Looks like the kind of option I was looking for. Have downloaded &amp; will be using it in anger soonish, soon as I get to grips with help.</p><div class="quotebox"><cite>man rclone wrote:</cite><blockquote><div><p>Rclone - syncs your files to cloud storage</p></div></blockquote></div><p>Added Fri 19:<br />This morning I spotted a tit (small bird, not certain of specie) jumping around the branches of the large Cherry tree outside my bedroom window. Yesterday my near neighbour informed me that he had spotted blackbirds eating apples fallen onto a garden shed not visible from my windows. So, the future for the acre + birdsong looks more hopeful than I had previously thought.</p><p>Those birds all manage to <a href="https://www.woodlandtrust.org.uk/blog/2019/05/do-robins-migrate/" rel="nofollow">fly across the Channel</a>, so I guess that they should be tough enough to survive a few cold nights.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 18 Jan 2024 23:21:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47405#p47405</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47396#p47396</link>
			<description><![CDATA[<p>Sort by modified date on both sides then only drag the files that are newer.</p><p>Or check out <a href="https://rclone.org/" rel="nofollow">rclone</a> which is <a href="https://pkginfo.devuan.org/cgi-bin/package-query.html?c=package&amp;q=rclone=1.60.1+dfsg-2+b5" rel="nofollow">in the repo</a>, <a href="https://rclone.org/dropbox/" rel="nofollow">supports DropBox</a> and can do <a href="https://rclone.org/commands/rclone_sync/" rel="nofollow">equivalent to rsync</a>.</p><p>However, asking a question isn&#039;t (shouldn&#039;t be) rocking a boat, <em>especially</em> if you&#039;re new to a process - being new to something is exactly when people are more likely to ask questions.</p><p><span style="color: white">-</span><br />Apparently bird bath heaters are a thing. No idea how effective they might be, but might be worth checking out if you&#039;ve got an outdoor power source.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Thu, 18 Jan 2024 15:17:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47396#p47396</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47394#p47394</link>
			<description><![CDATA[<div class="quotebox"><cite>boughtonp wrote:</cite><blockquote><div><p>DropBox almost certainly still has a browser-based interface</p></div></blockquote></div><p>You are correct. It does &amp; that means that I can sync a dir quite easily by dropping it into the DB page. It then re-uploads the <em>entire dir</em> (2GB; even if only one file - or none - have been changed). Coming across the debian app for desktop was part of my search to avoid that.</p><p>It is my first time using a remote hearing for any purpose and my instinct is to rock their boat as little as possible. I&#039;ve invested ridiculously large amounts of my time in instigating this case and will run along their train-tracks, thanks.</p><p>You will be indifferent to know that I got the suet/fat balls up for the birds last night and, so far, they have ignored it. It was so cold last night that they may all be dead again (in 2018 the Beast From the East killed every song-bird in the acre behind my house; only magpies &amp; pidgeons survived; it is only in the last 2 years that some have visited again).</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 18 Jan 2024 14:33:59 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47394#p47394</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47392#p47392</link>
			<description><![CDATA[<p>Steve is not whining. (Your mention of feeding birds has a slight ring of that though.)</p><p>Have you tried asking the court if non-proprietary alternatives can be used - yeah, they may say no, but you&#039;ll never know if you don&#039;t ask. (And similarly, they might never learn why it matters if nobody ever raises the subject.)</p><p>In any case, DropBox almost certainly still has a browser-based interface, removing the need to install anything.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Thu, 18 Jan 2024 13:50:03 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47392#p47392</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47390#p47390</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><blockquote><div><p>... convince him not to use a proprietary software.</p></div></blockquote></div><p>Convince who?<br />The <em>court</em>?<br />Surely you jest ...</p><p>I expect that AK will be lucky if he gets a proper hearing.</p><p>Best,</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Thu, 18 Jan 2024 12:48:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47390#p47390</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47388#p47388</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>The Court expects participants to use Dropbox</p></div></blockquote></div><p>If you are supporting values of free and open-source software than convince him not to use a proprietary software. If you are not, why not to use a snoop-phone for running that app?</p>]]></description>
			<author><![CDATA[dummy@example.com (mustt-be-fast)]]></author>
			<pubDate>Thu, 18 Jan 2024 11:15:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47388#p47388</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47387#p47387</link>
			<description><![CDATA[<p>You are sounding a bit whiny there, Steve.</p><p>It&#039;s not a question of whose time is more valuable. The Court expects participants to use Dropbox - my first use, and not my decision. I thought that it may also be useful for others if Devuan becomes an option in addition to Debian &amp; Ubuntu. I would love to get involved, and also in lots of other things as well. I just cannot, so put it out there. It&#039;s not a demand. It is a request (oh! horror!).</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 18 Jan 2024 08:55:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47387#p47387</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47386#p47386</link>
			<description><![CDATA[<div class="quotebox"><cite>alexkemp wrote:</cite><blockquote><div><p>Sorry if my request that someone else consider connecting with DropBox &amp; asking that they consider Devuan as another OS to align their Apps to was so outrageous.</p></div></blockquote></div><p>More amusing than outrageous IMO. Nobody is going to contact commercial software vendors for you, least of all Devuan developers, maintainers or forum admins. <br />Frankly I doubt anyone cares very much at all, since there are supported FOSS alternatives already in the repos.</p><p>Devuan &quot;supports&quot; software that devuan packages. If you want to install some random proprietary package you downloaded from the &#039;net, deciding whether it&#039;s &quot;safe&quot; or not is your gig and nobody else&#039;s.</p><p>Posts along the lines of &quot;Can someone do $thing for me, I don&#039;t have time&quot; don&#039;t tend to win many friends in FOSS circles unless you are otherwise productively contributing to a project, and you run a real risk of coming across as &quot;My time is more valuable than yours&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (steve_v)]]></author>
			<pubDate>Thu, 18 Jan 2024 04:05:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47386#p47386</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47380#p47380</link>
			<description><![CDATA[<p>There was one feature only that had me concerned: would trying to install it pull in some of the systemD virus? It looks like I&#039;m going to have to give it a miss &#039;til later.</p><p>@emanym: many thanks for taking a quick look.</p><p>I&#039;ve got *very* little time available to me: Having got my head up inside of a CPV webpage (for remote hearings) &amp; installing my very first webcam I&#039;m trying to finish off a huge set of commentaries on dodgy ASV CCTV, whilst simultaneously setting up suet &amp; fat-ball feeders to try to help local songbird migrants survive forthcoming -14℃ weather.</p><p>Sorry if my request that someone else consider connecting with DropBox &amp; asking that they consider Devuan as another OS to align their Apps to was so outrageous.</p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Wed, 17 Jan 2024 23:56:14 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47380#p47380</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47374#p47374</link>
			<description><![CDATA[<div class="quotebox"><blockquote><div><p>Why don&#039;t you setup an isolated VM and check it out yourself?</p></div></blockquote></div><p>Alternatively -- and somewhat faster -- you can download the .deb package, unpack with:</p><div class="codebox"><pre><code>dpkg-deb -x dropbox_2023.09.06_amd64.deb dirname</code></pre></div><p>and see what&#039;s inside.</p><p>Unfortunately, it&#039;s just a python installer script and some library.</p><p>You could still use/modify that to download (not install or run) &amp; poke around in whatever it downloads , but I&#039;m not that curious...</p>]]></description>
			<author><![CDATA[dummy@example.com (emanym)]]></author>
			<pubDate>Wed, 17 Jan 2024 20:19:35 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47374#p47374</guid>
		</item>
		<item>
			<title><![CDATA[Re: DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47371#p47371</link>
			<description><![CDATA[<p>You&#039;re requesting the already stretched Devuan team of volunteers divert their time into investigating proprietary software for you? :|</p><p>Why don&#039;t you setup an isolated VM and check it out yourself?</p><p>Or even better, use something non-proprietary like Nextcloud that is <a href="https://pkginfo.devuan.org/nextcloud-desktop" rel="nofollow">already supported</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (boughtonp)]]></author>
			<pubDate>Wed, 17 Jan 2024 18:57:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47371#p47371</guid>
		</item>
		<item>
			<title><![CDATA[DropBox App Install]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=47370#p47370</link>
			<description><![CDATA[<p>DropBox has two Apps for users of Debian (deb8-deb11 + deb12). I do not dare install either since I am unaware of the systemD infestation that may attach.<br />Any chance of our admin asking for supply &amp; info with DropBox?</p><p><a href="https://www.dropbox.com/install" rel="nofollow">https://www.dropbox.com/install</a></p>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Wed, 17 Jan 2024 18:32:41 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=47370#p47370</guid>
		</item>
	</channel>
</rss>
