comment and todo

This commit is contained in:
Joey Hess 2021-05-04 10:14:53 -04:00
parent 447bffbb6b
commit 084f0e3e89
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,9 @@
It may be useful for a repository to count as more than 1 copy of a file.
Examples could include: A repository on S3, when a bucket is configured to be
sufficiently durable. A --sameas special remote that accesses data copied
from the other remote to another storage media (eg by a backup process).
A repository on a RAID array.
If this were made configurable, it might also make sense to allow a
repository to count as less than 1 copy, eg 0.5 copies.