mirror of
https://github.com/restic/restic.git
synced 2025-04-25 01:34:25 +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.