From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Lemmer Webber Subject: Re: Way to synchronize files like Dropbox Date: Wed, 17 Apr 2019 11:24:38 -0400 Message-ID: <87pnpkmz7t.fsf@dustycloud.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hGmQU-0005dU-QQ for help-guix@gnu.org; Wed, 17 Apr 2019 11:24:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hGmQT-0005Ck-Vt for help-guix@gnu.org; Wed, 17 Apr 2019 11:24:42 -0400 Received: from dustycloud.org ([2600:3c02::f03c:91ff:feae:cb51]:57760) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hGmQT-0005At-62 for help-guix@gnu.org; Wed, 17 Apr 2019 11:24:41 -0400 In-reply-to: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Adam Mazurkiewicz Cc: help-guix@gnu.org Adam Mazurkiewicz writes: > What is the way to synchronize files with a remote storage like > Dropbox? I work in several places and I need to get the same document > files in these places. On Debian I was using just Dropbox. I need a > free solution from Guixsd. I recommend git-annex with git-annex assistant. However, I don't remember if all the git-annex tools have been made available in GuixSD; I seem to remember some of the dependencies weren't made available yet.