Multiple Backups per Day - ewxrjk/rsbackup GitHub Wiki
This is about issue #49.
Things that need to be changed:
- The directory name for the backup. Currently it is YYYY-MM-DD in local time. Extend it to YYYY-MM-DD-HH:MM:SS. rsbackup already tracks backup times separately from directory names so there should be no issue with existing backups.
- Control over backup frequency. Extra backups carry a cost (storage space, IO bandwidth, network bandwidth) and once per day might remain good enough for some volumes.
- Visualization (
rsbackup-graph
). Probably assumes one per day. - ...anything else...?