Loading
Home ›
Syncing Preferences with Dropbox or Ubuntu One
Trending Topics
| You Need A Budget | Feb 10, 2012 |
| The Linux powered LAN Gaming House | Feb 08, 2012 |
| Creating a vDSO: the Colonel's Other Chicken | Feb 06, 2012 |
| Your CMS Is Not Your Web Site | Feb 01, 2012 |
| Casper, the Friendly (and Persistent) Ghost | Jan 31, 2012 |
| Razor-qt 0.4 - Qt based Desktop Environment | Jan 30, 2012 |
- Linux-Based X Terminals with XDMCP
- Readers' Choice Awards 2011
- 100% disappointed with the decision to go all digital.
- Parallel Programming with NVIDIA CUDA
- You Need A Budget
- Validate an E-Mail Address with PHP, the Right Way
- Python for Android
- The Linux RAID-1, 4, 5 Code
- The Linux powered LAN Gaming House
- RSS Feeds
- Gnome3 is such a POS. No one
12 min 6 sec ago - Gnome 3 is the biggest POS
22 min 43 sec ago - I didn't knew this thing by
6 hours 26 min ago - Author's reply
9 hours 51 min ago - Link to modlys
10 hours 58 min ago - I use YNAB because of the
11 hours 9 min ago - Search
16 hours 12 min ago - Question
16 hours 35 min ago - for the record
16 hours 38 min ago - That's disappointing. Thanks
19 hours 1 min ago





Comments
More syncing, please
One thing I'd love to see is the ability to sync info from podcast applications across machines -- what was downloaded, what was marked old or told not to download, what was already heard, etc.
For instance, say you're using Banshee to download podcasts, and you have two machines. You might have downloaded the day's listening on the laptop while at work/school/dentist office, etc., and you're already set. But the next time you open Banshee up on your desktop, all the podcasts you already downloaded and listened to show up, and you have to weed all those out just to make the interface manageable again.
The only issue is that kind of info is stored in a database, so it's not as simple as symbolically linking to a file stored in a cloud-backed directory. Plus you'd probably need to introduce something that identified if a feed's episode was already downloaded from a different machine.
Is there anything like this already available?
Proprietary application
Dropbox uses a proprietary application. There's no guarantee it's not doing naughty things under the covers. Rsync.net uses open source (webDAV, sshfs, sftp, etc.), and if you have to store info on the cloud, it's the service to use.
You're better off using a samba, nfs, or sshfs (preferred for ease of use and encryption) mounted directory to share preference information between your machines.
Unencrypted?
Better to use fuse encfs with that Dropbox directory so that access to configuration files containing clear text accounts and passwords is not compromised by a "data loss" on the part of your cloud storage provider.