EXE
WinGet
Backrest
garethgeorge · 1.12.1 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Install
BackrestSetup-x86_64.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART
Custom
BackrestSetup-x86_64.exe /SP- /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /CURRENTUSER
Intune Detection Rule
Registry Rule
Rule type
Registry
Registry hive
Key path
HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Backrest 1.12.1
Detection method
Value name
DisplayVersion
Operator
Greater than or equal to
Value
1.12.1
Associated with 32-bit app on 64-bit clients
No
File Identity
Filename
BackrestSetup-x86_64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
garethgeorge.Backrest
Version
1.12.1
Description
Backrest installer
License
GPL-3.0
↗
Installer URL
https://github.com/garethgeorge/backrest/releases/download/v1.12.1/BackrestSetup-x86_64.exe
Elevation
elevatesself(Self-elevates (UAC))
Release Notes
1.12.1 (2026-03-11)
Features
- add new translation strings and expand Japanese language translations (#1120) (7f050d2)
Bug Fixes
- allow --stdin-from-command flag to be used (c603f00)
- condition snapshot start hook may not run if repo is unreachable and autounlock is enabled (cd72b7f)
- disable strict sftp trust / known host checking (1bad3d0)
- ensure that docker images package the latest rclone (#1128) (4734bc2)
- increase bufio's max buffer size to handle large json lines for big repos (bebe…