Displaying 2 results from an estimated 2 matches for "jburgess".
Did you mean:
burgess
2007 Apr 19
1
Problem handling future timestamps?
I use rsync as a backup tool (via rsnapshot) and noticed that it had a
problem with a couple of files which had timestamps way off in the
future. You can reproduce the problem quite simply:
$ touch -t 207608011200 foo
$ rsync -a foo bar
$ ls -l foo bar
-rw-rw-r-- 1 jburgess jburgess 0 Jun 26 1940 bar
-rw-rw-r-- 1 jburgess jburgess 0 Aug 1 2076 foo
Since the timestamp appears different between the original and the
backup, I get a new copy of the file in every backup.
This was with rsync-2.6.9 on a FC6 x86_64 machine running linux-2.6.20
on an ext3 filesystem. I se...
2006 Aug 25
2
Add USB vendor/device id for Belkin F6C120-UNV
I just moved my UPS over from serial to USB and found that I needed to
add it to the hotplug USB list to make things work.
Belkin F6C120-UNV
- Bus 002 Device 004: ID 050d:0912 Belkin Components
It seems to be working OK on 2.0.4 with newhidups. Attached is a patch
which I think should add the appropriate device id's in the right places
to the trunk code.
Jon
-------------- next part