rsync is installed on your SME server by default, and you can write your own rsync scripts.
If the Naslite box includes an rsync or ssh server you should be able to figure out an rsync command to run on the SME server that does what you want.
Or, if the Naslite provides NFS, SMB or CIFS shares you can 'mount' the Naslite box from your SME and backup to it using rsync.
[bad analogy]
'rsync', like 'excel', is a tool with lots of complicated options -- just as having excel does not guarantee you will get the report you want without effort. Having rsync does not guarantee you will get the backup you want without effort.
[/bad analogy]
Affa is a set of scripts that use rsync to provide you with:
- intelligent backup scheduling and rotation
- monitoring & reporting
- easy disaster recovery
- full backups of all core SME data (ibays, user folders, configuration databases, and sql databases), plus the ability to add custom locations to your backup.
...But having said that, the point of Affa is to backup *other* computers, not the computer that affa is installed on. Here are some sample Affa scenarios:
- backup your Naslite *to* your SME server
- backup your SME server to another SME or Centos computer (with disaster-recovery 'rise' support)
- backup your workstations (Windows, Mac, Linux) *to* your SME server.
- backup two SME servers to each other (with disaster-recovery 'rise' support at both ends...)