donaldzou / WGDashboard

Simple dashboard for WireGuard VPN written in Python & Vue.js
https://donaldzou.github.io/WGDashboard-Documentation/
Apache License 2.0
1.63k stars 253 forks source link

Export backup data #510

Open rdiazr opened 4 days ago

rdiazr commented 4 days ago

hi all,

I have updated to newest version and i ask you, Is it posible to export backup data?

screen

amazing job!!!!!

thanks

P.D.: i can see 2 files (wg0_20241120214039.conf and wg0_20241120214039.sql) inside of /etc/wireguard/WGDashboard_Backup. Are these two files the backup?

DaanSelen commented 4 days ago

Hi there @rdiazr from what I have looked at - the backup are the files in WGDashboard_Backup in the format:

_.conf/.sql. in which the backup was taken. In my case this was: `wg0_20241120233040.conf`
donaldzou commented 3 days ago

hi all,

I have updated to newest version and i ask you, Is it posible to export backup data?

screen

amazing job!!!!!

thanks

P.D.: i can see 2 files (wg0_20241120214039.conf and wg0_20241120214039.sql) inside of /etc/wireguard/WGDashboard_Backup. Are these two files the backup?

Yes! Those are the backups :) and I'll implement the download through UI in the next release.