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 cache: Ensure failed downloads are retried 2018-06-09 17:50:56 +02:00
backend_test.go cache: Ensure failed downloads are retried 2018-06-09 17:50:56 +02:00
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 cache: Remove files from cache which are too small 2018-08-11 22:47:01 +02:00
file_test.go cache: Fix test for new behavior 2018-08-11 23:11:51 +02:00
testing.go Add cache 2017-09-24 21:54:53 +02:00