This commit is contained in:
Joey Hess 2018-09-24 11:34:39 -04:00
parent da6d69f691
commit 96cff22d8d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -20,6 +20,10 @@ For example:
62b39bbe-4149-11e0-af01-bb89245a1e61 -- usb drive [here]
7570b02e-15e9-11e0-adf0-9f3f94cb2eaa -- backup drive
Note that this command does not contact remotes to verify if they still
have the content of files. It only reports on the last information that was
received from remotes.
# OPTIONS
* file matching options

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 2"""
date="2018-09-24T15:33:02Z"
content="""
I've added a para above. Note that this is a wiki, and you can edit it
too!
Showing the timestamp of when the file was added to the remote could be
done; git-annex does not track the last time it verified content was on a
remote and tracking that would bloat the git-annex branch. I don't think
displaying a very old timestamp for data at rest would give the right
impression though.
"""]]