Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2014-04-02 18:44:42 -04:00
commit 5d0798093f
2 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="http://mildred.fr/"
ip="2a01:e35:2f7b:8350:290:f5ff:feea:5546"
subject="difference between source and unwanted"
date="2014-04-02T22:25:26Z"
content="""
What's the difference between `source` and `unwanted` ?
- `source` (`not copies=1`) will keep files that have less than 1 copies, meaning zero copies, meaning no files.
- `unwanted` will exclude all files.
Both gets to the same results, all files are moved elsewhere. Right?
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="209.250.56.244"
subject="comment 2"
date="2014-04-02T22:44:14Z"
content="""
@Mildred, I think both preferred content expressions will do the same thing. There is, however a difference between the groups: The webapp notices when all files have gone from an unwanted repository, and will help the user finish deleting the repository.
"""]]