kmwoley / restic-windows-backup

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

Redundant exclude? #60

Closed arkanoid87 closed 1 year ago

arkanoid87 commented 2 years ago

According to https://restic.readthedocs.io/en/latest/040_backup.html#excluding-files

this line

AppData\Local\Microsoft

should already exclude these

AppData\Local\Microsoft\Windows\Explorer
AppData\Local\Microsoft\Windows\INetCache
AppData\Local\Microsoft\Windows\WebCache
AppData\Local\Microsoft\Windows Store

am I wrong?

rawtaz commented 2 years ago

No, you are correct.

kmwoley commented 1 year ago

Thanks for letting me know!