Ken

4,199
Reputation
209 views

Registered User

Name Ken
Member for 1 year
Seen Nov 20 at 14:30
Website
Location Italy
Age 41
tired
Nov
20
answered Div collapse after float css
Sep
22
awarded  Notable Question
Sep
22
awarded  Yearling
Sep
16
awarded  Popular Question
Sep
9
accepted mysql insert race condition
Aug
14
awarded  Good Answer
Aug
5
awarded  Notable Question
Aug
3
awarded  Enlightened
Jul
30
revised How do I ask for help optimizing & fixing queries in MySQL?
typo
Jul
29
awarded  Popular Question
Jul
16
comment Design Pattern for building an object from a more complex object
So that anyone dealing with the code in the future just needs to see the word factory and understand the intent? The whole rationale behind patterns is communicating common designs with a common vocabulary.
Jul
8
awarded  Nice Answer
Jul
3
comment shifting from windows to *nix programming platform
I would strongly recommend looking at virtual machines instead of dual booting. You'll really appreciate the ability to use several operating sytems at once. And once you've made a choice you can always run various virtual windows installations under your *nix of choice.
Jul
2
answered shifting from windows to *nix programming platform
Jun
30
comment Automatically Remove Subversion Unversioned Files
@Craig - all this is doing is finding all the files in the working copy that haven't been added (by checking for a ? status) and deleting them. Exactly the same as doing a status and then manually deleting the files.
Jun
12
answered How do you debug your javascript code?
Jun
11
accepted How can I use rsync to backup files changed within a recent period?
Jun
4
comment How can I use rsync to backup files changed within a recent period?
Thanks I'll take a look - I looked at it previously but the CIFS compatibility issue put me off. ( rdiff-backup.nongnu.org/FAQ.html#cifs )
Jun
4
answered How can I use rsync to backup files changed within a recent period?
Jun
3
comment How can I use rsync to backup files changed within a recent period?
I would normally agree about the risk of errors, but I'll never have any use for the older files (logs and other records which will never change). I would just take the heat but the thought of having to download and regularly reprocess several gigabytes of unwanted bloat is what prompted this question in the first place. Reorganisation is probably the solution - I can't change the existing structure but I can set up a temporary directory as Hasturkun suggested.
Jun
3
comment How can I use rsync to backup files changed within a recent period?
@lothar - and I can't delete or rearrange the historical material
Jun
3
comment How can I use rsync to backup files changed within a recent period?
Thanks lothar - but my problem is that there are a huge number of historical files that I'm not interested in (but can't delete since it may be useful to other people). I'm hoping for a solution that will let me completely ignore the old material.
Jun
3
revised How can I use rsync to backup files changed within a recent period?
typos and clarify
Jun
3
asked How can I use rsync to backup files changed within a recent period?