cBackup / main

Releases, documentation and issue tracker
http://cbackup.me
GNU Affero General Public License v3.0
29 stars 17 forks source link

Different Backup Files #59

Open Kloetengott opened 3 years ago

Kloetengott commented 3 years ago

I would love to have different Backup-Files for every Backup-Revision that is made. For example: Switch1-08.12.2020 Switch1-15.12.2020 Switch1-22.12.2020 And so on. Is there any way of achieving this? I was not able to figure this out yet...

edit: I just realized i need to describe this more precise. The Standart-Backup Task is working fine and i can see file-revisions.

I created my own Backup-Task with new workers and it´s own DB-Table. My task runs several commands and every output is saved to it´s own DB-field. I thought it´s quite elegant to have one field with the config, another field with Logs, a third field with system-information etc. The tast itself is working fine and i can see all outputs under Task output tables. But i only ever see the latest task-output. Older ones seem to be gone.

I would love to have revisions of these outputs. It would be even better if i could link these outputs directly to my devices.