Pádraig Brady

Results 211 comments of Pádraig Brady

Comment [#3](https://code.google.com/p/fslint/issues/detail?id=20#c3) originally posted by pixelb on 2009-07-08T18:01:27.000Z: oops, I didn't realize that this was the same thing as issue 37. I'm not sure which option I like more, folding...

Comment [#1](https://code.google.com/p/fslint/issues/detail?id=102#c1) originally posted by pixelb on 2015-01-02T22:07:23.000Z: Actually the unit is days and you get this information as a tooltip if you hover the field. It is still not...

Comment [#1](https://code.google.com/p/fslint/issues/detail?id=99#c1) originally posted by pixelb on 2014-12-09T21:18:25.000Z: Yes this is a good point. This probably should be an option though. Also perhaps only uid/gid should matter? Also it would...

Comment [#2](https://code.google.com/p/fslint/issues/detail?id=99#c2) originally posted by pixelb on 2014-12-09T21:20:07.000Z: Actually it kind of already is an option, as you can specify a user id filter to find, which would probably handle...

Comment [#3](https://code.google.com/p/fslint/issues/detail?id=99#c3) originally posted by pixelb on 2014-12-10T04:51:14.000Z: As background, the use case that prompted this involves backing up (most of) an entire hard-drive using a variant of: http://www.mikerubel.org/computers/rsync_snapshots/ http://www.pointsoftware.ch/en/howto-local-and-remote-snapshot-backup-using-rsync-with-hard-links/...

Comment [#1](https://code.google.com/p/fslint/issues/detail?id=98#c1) originally posted by pixelb on 2014-11-26T17:05:01.000Z: python md5sum calls out to the openssl libs and so may even be faster? Also md5sum approx has an advantage of only...

Comment [#1](https://code.google.com/p/fslint/issues/detail?id=93#c1) originally posted by pixelb on 2014-02-08T22:05:51.000Z: I don't have a Mac system to test on unfortunately, so this might not be the only issue you encounter. Anyway to...

Comment [#2](https://code.google.com/p/fslint/issues/detail?id=93#c2) originally posted by pixelb on 2014-02-09T21:58:11.000Z: Removing the -f option from readlink in each of the scripts in the fslint directory did get me past the first problem....

Comment [#3](https://code.google.com/p/fslint/issues/detail?id=93#c3) originally posted by pixelb on 2014-02-09T22:01:58.000Z: Actually, the command "find . -type f" works, but "find -type f" gives the "illegal option -- t" error. So my guess...

Comment [#4](https://code.google.com/p/fslint/issues/detail?id=93#c4) originally posted by pixelb on 2014-02-09T22:06:46.000Z: Hmm maybe OSX' find doesn't have the -printf option but does have the -p -r -i -n -f options ?