diff --git a/README.md b/README.md index edb629f..8be321e 100644 --- a/README.md +++ b/README.md @@ -99,13 +99,13 @@ The YAML configuration file encrypts sensible data so the end user doesn't have Just run the npbackup executable and configure it. Prebuilt binaries can be found [here](https://github.com/netinvent/npbackup/releases) -![image](img/interface_v2.1.0.png) +![image](img/interface_v2.2.0.png) Main minimalistic interface allows to: - List current backups - Launch a manual backup - See if last backup is recent enough -![image](img/restore_window_v2.1.0.png) +![image](img/restore_window_v2.2.0.png) Restore window allows to browse through backups and select what files to restore. ![image](img/configuration_v2.2.0.png) @@ -143,7 +143,7 @@ On servers, we'll configure a prometheus file that gets written on each backup, On laptops, since we might be away from our usual network, we'll push the backup metrics to a remote push gateway which laters gets collected by prometheus itself. The current NPBackup dashboard: -![image](img/grafana_dashboard.png) +![image](img/grafana_dashboard_2.2.0.png) ## End user expericence diff --git a/img/configuration_v2.2.0.png b/img/configuration_v2.2.0.png index 9057954..226a0f0 100644 Binary files a/img/configuration_v2.2.0.png and b/img/configuration_v2.2.0.png differ diff --git a/img/configuration_v2.2.0rc2.png b/img/configuration_v2.2.0rc2.png new file mode 100644 index 0000000..9057954 Binary files /dev/null and b/img/configuration_v2.2.0rc2.png differ diff --git a/img/grafana_dashboard_2.2.0.png b/img/grafana_dashboard_2.2.0.png new file mode 100644 index 0000000..575b6f4 Binary files /dev/null and b/img/grafana_dashboard_2.2.0.png differ diff --git a/img/interface_v2.2.0.png b/img/interface_v2.2.0.png new file mode 100644 index 0000000..fb856b2 Binary files /dev/null and b/img/interface_v2.2.0.png differ diff --git a/img/restore_window_v2.2.0.png b/img/restore_window_v2.2.0.png new file mode 100644 index 0000000..8e9bbcf Binary files /dev/null and b/img/restore_window_v2.2.0.png differ