diff options
author | tomekwi <tomekwi@web> | 2015-07-03 05:14:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-07-03 05:14:37 +0000 |
commit | 1fdd6ded92218e334668f17c4f706bd51b3b4e34 (patch) | |
tree | 8257f4fa6aed11226059aa8bcb8011b263624a26 /doc | |
parent | ff12cd98ad844b7a83a665ff61337b9f1851b338 (diff) |
Added a comment: --all seems to do nothing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex-copy/comment_1_9be279110a112335bc72ee8c8a347da2._comment | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/git-annex-copy/comment_1_9be279110a112335bc72ee8c8a347da2._comment b/doc/git-annex-copy/comment_1_9be279110a112335bc72ee8c8a347da2._comment new file mode 100644 index 000000000..026a2b145 --- /dev/null +++ b/doc/git-annex-copy/comment_1_9be279110a112335bc72ee8c8a347da2._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="tomekwi" + subject="--all seems to do nothing" + date="2015-07-03T05:14:37Z" + content=""" +Hi, + +I want to back up all my files including previous versions on an external drive. I’ve tried these two commands – both of them exited instantly without producing any output: + + $ git-annex copy --all --to=external-drive + $ git-annex copy --unused --to=external-drive +"""]] |