Now that I am forced to migrate off my current cloud backup service (thanks CrashPlan), I’m considering deploying Duplicacy, I’ve just started working with CLI version on Linux and would like some feedback on the initial design.
Requirements: local and cloud backup for one Linux media server and three Windows workstations. 1-2TB of data to be protected.
High-level design:
- Backup all four systems to a external hard drive attached to the media server
- Use the Copy option to upload the backups to the cloud service
Is that the best (or at least a viable) approach?
Also, I anticipate the initial cloud upload to take some time (weeks) and the Linux server is normally rebooted via a cron job every seven days. Is there a way to automatically restart the backup / copy jobs if they are interrupted by a server reboot?
Thanks and Happy New Year!
David