* better performance
* support for 64bit-sized files
* good dokumentation ;)
* you name it...


patches welcome :)


Bidirectional remote mode
-------------------------


source host			destination host
===========			================

faubackup-find
			 -->
				faubackup-???
			<--
faubackup-gather
			 -->
				faubackup-scatter

Problems:
have to create two ssh-connections, any way around it?
	multiplex connections: hard to do right
	use different file descriptors to be forwarded by ssh?

have to call different programs, can't use ssh-authorized_keys-commands
	just call fauback --remote or something and read standard-input for command?
