I need to backup our department server data remotely, securely, incrementally and automatically. These are the requirements:
1. The backup is done remotely, data files will be copied from one computer to another computer.
2. The backup is done daily and round-robin scheduled for a week, data files will be copied daily to different folders (such as Mon, Tue...) on another computer.
3. The backup is done securely, a tunnel between computers to protect data files from prying eyes.
4. The backup is done automatically without human intervention.