search for: endecott

Displaying 4 results from an estimated 4 matches for "endecott".

2007 Sep 25
2
Thoughts about filesystem undo
Dear Btrfs people, I saw Chris' Btrfs talk at LinuxConf.EU a few weeks ago and have since been thinking about how I would like to use this great code once you have done all the hard work :-) Fine-grain filesystem undo, thanks to cheap snapshots, is what I'm thinking about. The more I consider it the more useful I believe it will be; here's a recent example: # apt-get install
2008 Aug 13
1
Symlinks in source path with --relative
Dear Experts, I have a fairly straightforward backup script that does something like this: cd / rsync -a --delete --relative home/phil/important backupserver:/backup/foo/ This was working fine and, for example, /home/phil/important/file1 was copied to /backup/foo/home/phil/important/file1 on the backup server. But then I changed the disk partition arrangement on the source machine. Before,
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...\ src \ installer diff --git a/anyterm/anyterm.css b/anyterm/anyterm.css new file mode 100644 index 0000000..6e68281 --- /dev/null +++ b/anyterm/anyterm.css @@ -0,0 +1,132 @@ +/* browser/anyterm.css + This file is part of Anyterm; see http://anyterm.org/ + (C) 2005-2008 Philip Endecott + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + any later version. + + This program is distributed in the hope that it w...
2007 Oct 29
0
Need a cross-platform lockfile algorithm
Dear Experts, I'm hoping that your experience with SMB and CIFS means that you're familiar with cross-platform file locking. I need a lowest-common-denominator whole-file locking method that will work on as many combinations of client and server systems as possible; in particular it needs to run on - Linux client talking to NFS server. - Linux client talking to Samba server. - Linux