You are not logged in.
Pages: 1
I've tried a lot of syncing solutions (dropbox, git, rsync) to sync my server with my laptop but I've not gotten any of them to work very well.
I'd like it to be able to automaticly sync, but also allow be able to sync on command (like git pull).
Are there any other ones to try?
Libertarian Arch Linux User
Offline
Unison (though I can't remember how easy it is to do fully automated
syncs).
Can you clarify what didn't work well with the tools you named? What particular problems did you run into?
Git and rsync are both rock-solid, outstanding tools. I use git quite
happily both for scripted automated syncing and for manual version
control.
Last edited by madalu (2009-09-26 03:38:43)
Offline
Rsync with a cron daemon is rock-solid too . If you want security you can set it up over SSH, if you want it automated you can do it with cached keys (ssh-agent and keychain).
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
Unison, works just as well scripted and as a GUI (x11). Has SSH security in-built, as well. Hasn't let me down, ever.
Rsync is, unfortunately, one-way only. Otherwise its cool, I use that for backup.
Does git do syncing?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Unison, works just as well scripted and as a GUI (x11). Has SSH security in-built, as well. Hasn't let me down, ever.
Rsync is, unfortunately, one-way only. Otherwise its cool, I use that for backup.
Does git do syncing?
git push, git pull
there. synced.
I use svn for my ~ and git for some specific folders. my biggest problem (other then tons of apps changing all kinds of files automatically) is that i have several files where i add content to the bottom.
svn/git which are meant for sourcecode think this means a conflict, but in fact i just want to have all lines from both ends, in whichever order.
with git i can maybe resolve this because it has several different merge strategies one can use, but i need to look more into it.
< Daenyth> and he works prolifically
4 8 15 16 23 42
Offline
If it's a one-way sync, I don't see how you could have gone wrong with rsync.
If you need to sync in both directions, +1 for Unison.
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Well, I've had some problems with git in the past ... And it just seems like it takes a ton of space. I just hate having to do:
git add .
git commit -m "forgot what happened"
git push
Every time something changes.
I was thinking Rsync would be the best tool for the job, but I do kind of like the git push feature. Anyone know of any tutorials for making rsync have shortcuts (like git push).
Last edited by matthewbauer (2009-09-27 21:08:23)
Libertarian Arch Linux User
Offline
Pages: 1