Changes between Version 7 and Version 8 of red-mosh-reorganization
- Timestamp:
- Jul 9, 2018, 4:10:04 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
red-mosh-reorganization
v7 v8 28 28 The problem is that we run ''both'' an onsite rdiff-backup with 10 days of increments saved followed immediately by an rsync off-site backup. That means all files on all servers are ready twice. 29 29 30 We could signficantly reduce this load by instead running an rsync backup to our onsite backup server, then running an incremental backup from the onsite backup server to the offsite server during the day (and perhaps switching from rdiff-backup to borg-backup to see if we get better performance (see [ticket /12677#comment:15]).30 We could signficantly reduce this load by instead running an rsync backup to our onsite backup server, then running an incremental backup from the onsite backup server to the offsite server during the day (and perhaps switching from rdiff-backup to borg-backup to see if we get better performance (see [ticket:12677#comment:15]). 31 31 32 32 === Goals ===