|
|
|
|
|
by GiantSully
2095 days ago
|
|
Currently I use node.js + rsync + duplicity to create two backups, and it works pretty fine. Firstly I create a backup to a local server via node.js and rsync, then upload them to the remote server via duplicity, which supports both encryption and compression. Both tasks run periodically and automatically, and backup files incrementally. |
|