You are not logged in.
Pages: 1
Are there briefcases in Linux? Because if there isn't, I think I'll make a briefcase program.
Personally, I'd rather be back in Hobbiton.
Offline
I'm not entirely sure what you are talking about, but have a look at notecase.
Offline
I believe he is talking about Windows' briefcase feature in which folders can be synchronized across different volumes. I used it a few times (before being turned on to Linux) to keep projects in order between my home PC, thumb drive, and the computers at school.
[ lamy + pilot ] [ arch64 | wmii ] [ ati + amd ]
Offline
Yes, quite useful for little things, a good tool for home networks and laptop users.
Personally, I'd rather be back in Hobbiton.
Offline
like rsync?
Offline
Perhaps a project like conduit is more like what you are looking for?
edit: forgot a link.
http://www.conduit-project.org
Last edited by iBertus (2009-05-22 04:25:36)
Offline
Or Unison?
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
I second the recommendation of unison. Unlike rsync, it allows you to merge conflicts -- thus saving you if you happen to do work on two separate machines before syncing.
unison: http://www.archlinux.org/packages/extra/i686/unison/
My solution to this is perhaps overkill, but I have a couple of big git repos that I clone to a USB drive. This, to me, is the ultimately fail-safe synchronization method. With a few simple commands (git pull, git add, git commit -a, git push, etc.) I have a fresh working copy of all my important text files as well as a complete history of my work on them. I find it much more convenient than flat synchronization programs like unison.
Offline
+1 git. I use it all the time.
urxvtc / wmii / zsh / configs / onebluecat.net
Arch will not hold your hand
Offline
Anyone got a nice simple getting started guide for git? I've tried using it before, but I just get confused. Our usage of git for management of config files at my work is abstracted away from us with a management program
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Offline
Super Quick Guide... Didn't see that one, thanks Allan
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
Pages: 1