0
votes
0answers
108 views

Can you sync Notepad++ and GIT?

I'm still fairly new to Git. Although I have technically used it for almost a year, most of it was with someone else standing there telling what to type. I used Titanium before to upload and download ...
0
votes
0answers
86 views

OSX: sync Documents folder to Dropbox with version control

I have ample storage in Dropbox to sync my entire OSX Documents folder, and I'd like to this just so that I have it anywhere I go. I found this question, which describes a method for doing this with ...
3
votes
1answer
104 views

File Sync (Mirror/Replicate) From source to multiple targets

My situation is this; I need to find a way of mirroring a folder with 60gb+ of mp3 files from a server (or cloud) to at least 100 clients based around the country. All of these clients are internet ...
0
votes
1answer
90 views

How do you use a VCS (preferably git) to synchronize local directories?

I'd like to have a simple, script-like backup solution to synchronize 2 local directories which provides a "fail-safe"-mechanism allowing to undo 1 commited unwanted modification of a file that got ...
1
vote
1answer
155 views

Have git-annex control files on a partition but still use the partition the normal way?

I want to have all my files on a partition to be controlled by git-annex to be able to take them with me to other computers via an externel drive. Still I want to use the partition normally (creating, ...
0
votes
0answers
158 views

Sync MacOS system/account/application preferences across multiple computers

Seeking a more-version-controlled and distributed means to sync system/account/application preferences for the same account across multiple MacOS machines then what's presented at How can I replicate ...
0
votes
3answers
494 views

Can I use git to sync 2 external hard drives?

For those who don't know, Git is the most popular distributed version control system today. I have 2 Seagate FreeAgent hard drives. Is it possible in theory to sync both hard drives by using one of ...
1
vote
1answer
622 views

sync mobile device with a local server

Hello I have a two way synch scenario: multiple archos android client devices (we plan to have up to 100 of them) that need to update small files (little txt logs) to a central server central server ...