Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Command Line is Good to Learn . . .
- Date: Fri, 7 Jul 2006 00:08:50 -0400 (EDT)
- From: Joe Larabell <fred62@???>
- Subject: Re: [tlug] Command Line is Good to Learn . . .
- References: <1151534641.8763.26.essertier@example.com> <20060630074552.0aee8b8a.jep200404@example.com> <20060703075926.52dd784b.jep200404@example.com> <1151933520.4040.11.camel@example.com> <20060703094633.52817827.jep200404@example.com> <1151968575.4036.9.camel@example.com> <20060703211743.57969020.jep200404@example.com> <87veqdzw49.fsf@example.com> <1152008948.4056.4.camel@example.com> <20060704093214.36e71741.jep200404@example.com> <1152022372.21252.19.camel@example.com> <20060704192307.4cb92eef.jep200404@example.com> <1152044213.7689.10.essertier@example.com> <87ac7oy7g5.fsf@example.com> <1152099441.4356.10.camel@example.com> <20060705081510.1cef4091.jep200404@example.com> <44ABB41C.8030500@example.com> <1152181802.3673.14.camel@example.com>
On Thu, 6 Jul 2006, essertier wrote: > Not at all. I have actually been wondering how to back up files and > transfer them periodically from one computer to another, so that my home > computer and work computer have the same data on them. This isn't related to 'backups', per-se (and should not take the place of regular backups either), but since you mentioned iPods and working on two computers, I have an idea which might be of some interest. I have recently been working on a number of projects where I can actually do some of the work on my desktop at work and some on my home machine. I already carry a USB memory stick around with stuff I frequently need when I'm not at either location, so... I used 'cvs' to put a repository in a directory on the USB memory. I then imported the latest version of my project files and did clean checkouts on both my work and home machines. Now, whenever I finish working at one location, I just type 'cvs commit' and everything gets copied to the USB. Upon arrival on the other end, 'cvs update' brings that copy of the files up-to-date. This has two advantages over simple rsync: 1) If you forget to copy the files some day, you can still continue work on the other machine, in an unrelated part of the code, and have a good chance that you won't have a messy manual merging job to do later. In the case of a simple copy/rsync to the iPod, that would be harder to pull off. 2) You get all the history-related benefits of cvs for free. I don't know how this would play out with other version control systems. The repository for CVS is fairly light (not much more than 2x the total size of all the files, even with quite a few rounds of edit history) and it also seems not to mind being stored on a FAT32 file system (software that relies on *nix-style permission bits often chokes on a USB stick). Subversion in flat-file storage mode (no dB) might work OK. Granted, CVS is not as easy to set up as a simple copy would be. But once you walk through the initial setup, the commands to 'copy' stuff back and forth between the machines are simple. One drawback... if you are already using version control on the project in question, this solution could get messsy. You would have to figure out how to have the same working copy of the files owned by two repositories (the main one and your personal iPod/USB one). In that case, it sounds like git might provide a better solution. --- Joseph L (Joe) Larabell Never fight with a dragon http://larabell.org for thou art crunchy and goest well with cheese.
- Follow-Ups:
- Re: [tlug] Command Line is Good to Learn . . .
- From: Stephen J. Turnbull
- References:
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Joseph Essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Joseph Essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Stephen J. Turnbull
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Joseph Essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX? [SOLVED]
- From: essertier
- [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Jim
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Joseph Essertier
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX?
- From: Stephen J. Turnbull
- Re: [tlug] Which X Driver for VIA Chipset Micro ATX? [SOLVED]
- From: essertier
- [tlug] Command Line is Good to Learn . . . . . . . . . . . . . . . .(was Re: Which X Driver for VIA Chipset Micro ATX? [SOLVED])
- From: Jim
- Re: [tlug] Command Line is Good to Learn . . . . . . . . . . . . . . . .(was Re: Which X Driver for VIA Chipset Micro ATX? [SOLVED])
- From: Alain Hoang
- Re: [tlug] Command Line is Good to Learn . . . . . . . . . . . . . . . .(was Re: Which X Driver for VIA Chipset Micro ATX? [SOLVED])
- From: essertier
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Remote Backups and Command Line Stuff
- Next by Date: Re: [tlug] compilation warnings for unsigned char
- Previous by thread: Re: [tlug] Remote Backups and Command Line Stuff
- Next by thread: Re: [tlug] Command Line is Good to Learn . . .
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links