Block or Report
Block or report jak119
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
hassio-backup-azure-blob Public
Hass.io add-on to easily backup snapshots to an Azure Storage Account.
Shell 1
-
1
$Path = ($env:ProgramFiles + "\Git\mingw64\ssl\certs\ca-bundle.crt")
23# Make a backup
4Copy-Item $Path ($Path + ".old") -Force
5