hi,
what is cli cmnd to get dietpi-backup - Backup completed date?
I would like to show it on Home assistant frontend.
Tnx!
dietpi-backup - Backup completed date - cmnd? Topic is solved
Re: dietpi-backup - Backup completed date - cmnd?
Hi,
many thanks for your request. dietpi-backup themselves did not offer such a functionality. However you could have a look to the .dietpi-backup_stats file, which is located on your backup target directory.
many thanks for your request. dietpi-backup themselves did not offer such a functionality. However you could have a look to the .dietpi-backup_stats file, which is located on your backup target directory.
Code: Select all
tail -1 /mnt/dietpi-backup/.dietpi-backup_stats
Pls let us know if a solution is working. This could help others if they hit by similar situation. Your DietPi Team
Re: dietpi-backup - Backup completed date - cmnd?
it works!
using HA Command line Sensor
tnx!
using HA Command line Sensor
tnx!