kmwoley / restic-windows-backup

Powershell scripts to run Restic backups on Windows
MIT License
330 stars 68 forks source link

Add new no-scan option into default backup parameters #75

Closed AlexOgden closed 1 year ago

AlexOgden commented 1 year ago

As of the latest release of restic, version 0.15.0 a new backup option has been added: --no-scan. This disables the file tree scanning that is used to produce an ETA, speeding up the backup process.

As restic-windows-backup scripts are intended to be ran as recurring background tasks, would it not make sense to add this as a default option to the backup process?

Link: Release Blog