1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-12 07:08:28 +00:00
restic/src/restic
Alexander Neumann a0f3e94655 fuse: handle duplicate timestamps for snapshots
This closes #606, which fails because several snapshots are created with
exactly the same timestamp, and the code checks that for each snapshot
there is a dir in the fuse mount. This fails for colliding timestamps,
so we now add a suffix "-1", "-2" etc for each duplicate timestamp.
2016-09-15 21:15:49 +02:00
..
archiver
backend
checker
crypto
debug
errors
filter
fs
fuse fuse: handle duplicate timestamps for snapshots 2016-09-15 21:15:49 +02:00
index
list
location
mock
pack
pipe
repository
test
testdata
walk
worker
backend.go
backend_find.go
backend_find_test.go
blob.go
blob_set.go
blob_test.go
buffer_pool.go
config.go
config_test.go
doc.go
file.go
file_test.go
find.go
find_test.go
id.go
id_int_test.go
id_test.go
ids.go
ids_test.go
idset.go
idset_test.go
lock.go
lock_test.go
lock_unix.go
lock_windows.go
node.go
node_darwin.go
node_freebsd.go
node_linux.go
node_openbsd.go
node_test.go
node_unix.go
node_windows.go
progress.go
progress_unix.go
rand_reader.go
readerat.go
repository.go
restorer.go
snapshot.go
snapshot_filter.go
snapshot_filter_test.go
snapshot_test.go
testing.go
testing_test.go
tree.go
tree_test.go