kmwoley / restic-windows-backup

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

Creates multiple snapshots on first run #93

Open peterablehmann opened 9 months ago

peterablehmann commented 9 months ago

After running the backup for the first time, I found 8 snapshots in my repo.

[nix-shell:~]# restic -r <repo> snapshots -H sleipnir
enter password for repository:
repository ec66015b opened (version 2, compression level auto)
ID        Time                 Host        Tags        Paths
------------------------------------------------------------
3e19c67e  2024-02-03 21:46:26  sleipnir    C:\         C:\
fa76b203  2024-02-03 23:22:48  sleipnir    C:\         C:\
75aecaaf  2024-02-03 23:42:47  sleipnir    C:\         C:\
a93eda23  2024-02-04 00:02:28  sleipnir    C:\         C:\
eb401342  2024-02-04 02:38:05  sleipnir    C:\         C:\
024dfc8a  2024-02-04 02:58:01  sleipnir    C:\         C:\
d2d3e522  2024-02-04 03:17:48  sleipnir    C:\         C:\
abec3cb6  2024-02-04 03:37:55  sleipnir    C:\         C:\
------------------------------------------------------------
8 snapshots

Is this expected behavior? None of this was triggered by task planning as that is set to 20:00.