From owner-freebsd-questions@FreeBSD.ORG Sun Feb 23 10:48:55 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 277E9186 for ; Sun, 23 Feb 2014 10:48:55 +0000 (UTC) Received: from mail-qg0-x22d.google.com (mail-qg0-x22d.google.com [IPv6:2607:f8b0:400d:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA8691006 for ; Sun, 23 Feb 2014 10:48:54 +0000 (UTC) Received: by mail-qg0-f45.google.com with SMTP id j5so11873852qga.4 for ; Sun, 23 Feb 2014 02:48:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:in-reply-to:references:reply-to :mime-version:content-type:content-transfer-encoding; bh=50jKdU6gQphQNbua1hzyPnCFIwSP2k39zjlpyOjQl0I=; b=MOsAQunsE+fyrF3YCJt8EytgtJHVZWeE5KsDfQGOF6EIBmapNauCLFy/FIZiNOpRJN MqrzKfjCm8H8mHso/MmbRbBf1jV6EQu5P5u1m0F+8WMz3NbF/HNKPbc6hXnVs6771AVl 6EMB3iIfoF/ZCPbGP05X6AkDJrziBDrPbKC5Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:reply-to:mime-version:content-type :content-transfer-encoding; bh=50jKdU6gQphQNbua1hzyPnCFIwSP2k39zjlpyOjQl0I=; b=YSnPm/iP5sHu4Y+Dx4DjAczXsqDrBSHRvbldUIO+HAY8KD3so0nQ9bItVGiFGx9d3F FF0OdbkEslzsXIbfQ7u7RkOB6ljac5XnhpjxaZf03CERbjZ9dFkdJcB2bs8CG8ecPcFb Lv62RPpfnIMGIN4g8AbTjIHOn5Kb29lJagcvWz+zpCQkjZzA4OZNtgmePaiWGDPtaCBK pHdMplGgdYy5qdgYgyQXTI56p03HhyltWfmWMFICEKYqxX8wZlOX1Xa1xqkdNW2Ql4Id jnMqZyUCmiIQdSKnO5rd84cMsgjZSZYPxXWlAXNahViIogTnGJSGa6QycXb8BTy2/Pkv 2iMw== X-Gm-Message-State: ALoCoQmYrmA58JvkMvYWCXVe5a86KfPfl1BhkVRksthHyFRpVKtRtE+lBLipu//VIEv1n1PVLIFr X-Received: by 10.224.40.80 with SMTP id j16mr22489493qae.3.1393152533782; Sun, 23 Feb 2014 02:48:53 -0800 (PST) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id u20sm20628973qge.2.2014.02.23.02.48.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 23 Feb 2014 02:48:53 -0800 (PST) Date: Sun, 23 Feb 2014 05:48:52 -0500 From: Jerry To: User questions Subject: Re: Dropbox on FreeBSD Message-ID: <20140223054852.3d4b4363@scorpio> In-Reply-To: <5309CA2B.90604@gmail.com> References: <20140215070812.0f1c582f@scorpio> <20140215170859.GB11033@e330> <20791A12-EBA8-4CD7-B94E-CDC407967D06@gmail.com> <5309CA2B.90604@gmail.com> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: User questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2014 10:48:55 -0000 On Sun, 23 Feb 2014 02:15:07 -0800, Sergei G stated: > Does anybody have good instructions for installing Sparkleshare on > FreeBSD 10? > > > On 2/15/14, 10:01 AM, Matthew Pherigo wrote: > > +1 for Bittorrent Sync. > > > > As I understand it, Dropbox relies on the inotify functionality in the > > Linux kernel, and there is no equivalent function in the FreeBSD kernel > > (which is why the linux compatibility layer doesn't have an inotify > > function either). There are some unofficial solutions to this problem, > > but as far as I can see, btsync is a great solution. > > > > Now, it should be noted that btsync is just dumb peer-to-peer folder > > syncing. Although it accomplishes a lot of what you would want from > > dropbox, if you're a regular user of features like the web interface, > > then you would probably be a lot better off setting up an instance of > > Sparkleshare on your personal Web server. Sparkleshare is intended to > > be an open-source dropbox competitor, that has the features that btsync > > is missing. The disadvantage, of course, is that Sparkleshare requires > > a Web server, while btsync only needs to be installed on the computers > > you wish to sync files on. > > > > --Matt > > > >> On Feb 15, 2014, at 11:08 AM, francesco scaglione > >> wrote: > >> > >>> On 15 Feb 2014 à 07:08, Jerry wrote: > >>> I use Dropbox and Windows SkyDrive, soon to be renamed OneDrive, > >>> extensively. Unfortunately, there does not appear to be a version > >>> available for FreeBSD. These are listed on the site: > >>> > >>> Ubuntu (.deb) 64-bit 32-bit > >>> Fedora (.rpm) 64-bit 32-bit > >>> Debian (.deb) 64-bit 32-bit > >>> Compile from source > >>> > >>> there are a few "Dropbox" ports; however, I am looking for something > >>> that works the same way across different platforms; ie Windows and > >>> FreeBSD. Do the Dropbox ports do that? If not, has anyone tried to > >>> use one of the "Dropbox" distributions on FreeBSD? > >>> > >>> Thanks! > >>> > >>> -- > >>> Jerry > >> I had the very same problem and I've found a good solution using > >> BitTorrent Sync across FreeBSD, Linux and Windows. Maybe it's worth to > >> give a try? Personally, I find this situation quite disturbing. I find an increasing number of people and businesses using both "DropBox" and "SkyDrive" now re-branded "OneDeive" on a daily basis. The fact that 'OneDrive" integrates seamlessly with modern MS Office products is an added incentive to use it. A local municipality that I work with keeps a copy of all its backup data on a DropBox which is synced automatically. Now, the fact that FreeBSD does not support either of these architectures natively definitely detracts from its usefulness as an OS in an office or government environment. I also find it disheartening to power users also who work in those environments. It is my heart felt belief that the FreeBSD authors should consider making whatever changes are required to the FreeBSD architecture to allow the use of cloud services in a manner common and normal on other more advanced operating systems. While there have been several suggestions on how to work around this short coming, they are in effect just Rube Goldberg scenarios. The problem should be remedied at the source. -- Jerry