Archive for September, 2009
GNU/Find posix acl support
Cercare file che corrispondono a delle acl posix all’interno di un filesystem molto intricato è sempre un delirio.
Questa patch aggiunge l’opzione -acl al comando find (GNU/Findutils).
Esempio d’uso:
$ touch 1 2 3 4
$ mkdir 5
$ setfacl -m u:root:rx 1
$ setfacl -m g:bin:rw 2
$ setfacl -m u:pietro:— 3
$ setfacl -m g:bin:rw 3
$ setfacl -m g:wheel:r 4
$ setfacl [...]
Fast System VerSioning
http://fsvs.tigris.org/
It is a complete backup/restore/versioning tool for all files in a directory tree or whole filesystems, with a subversionTM repository as the backend.
You may think of it as some kind of tar or rsync with versioned storage.

