Re: rsync AND tape
I think what you may be looking for is dump. Dump can keep incremental changes to a filesystem (although not actually within files) as successive smaller backups. Rsync's algorithms don't necessarily lend themselves to tape nearly as well as to disk to disk replication. -- Sean Berry
rsync AND tape
Is it possible to make a rsync copy to a tape device ??? Thank you !!!