1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-02-03 04:56:48 +00:00
restic/internal/cache
Alexander Neumann 6d53e767d5 cache: Print message when new cache is created
Sometimes, users run restic without retaining the local cache
directories. This was reported several times in the past.

Restic will now print a message whenever a new cache directory is
created from scratch (i.e. it did not exist before), so users have a
chance to recognize when the cache is not kept between different runs of
restic.
2018-08-29 22:01:10 +02:00
..
backend.go
backend_test.go
cache.go cache: Print message when new cache is created 2018-08-29 22:01:10 +02:00
dir.go cache: Print message when new cache is created 2018-08-29 22:01:10 +02:00
file.go
file_test.go
testing.go