Assume you want to incrementally backup your WCM implementation.
Answer: Yes you can.
Set up an FSR as for backups and include in deployments. Extend the postCommit_callback (http://wiki.alfresco.com/wiki/FSR#postCommit_callback) to copy deployed into a directory which you can backup. Once backup, delete the directory contents. So the directory will only contain changed since the last backup.