mirror of
https://github.com/restic/restic.git
synced 2025-06-13 09:19:23 +00:00

The tag file is opened with O_CREATE|O_EXCL and ErrExist is handled, so we don't need to check for existence first.
The tag file is opened with O_CREATE|O_EXCL and ErrExist is handled, so we don't need to check for existence first.