diff options
author | Joey Hess <joey@kitenet.net> | 2013-10-06 12:59:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-10-06 12:59:48 -0400 |
commit | 67de9175753c3ef7d6ff8e83dc663e07edd5e13b (patch) | |
tree | 1e6a5038e66b08f24de0fa44ef73652bfb1338d0 /doc | |
parent | 72323dcd7760105f098d3feb0d65f0a95de0fd58 (diff) |
fix repo name
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/offline_archive_drives.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/offline_archive_drives.mdwn b/doc/tips/offline_archive_drives.mdwn index 3f073dbcb..c6d67d508 100644 --- a/doc/tips/offline_archive_drives.mdwn +++ b/doc/tips/offline_archive_drives.mdwn @@ -17,7 +17,7 @@ the repository in your computer you want to archive. In short: git clone ~/annex cd ~/annex git remote add archivedrive /media/archive/annex - git annex sync archive + git annex sync archivedrive Don't forget to tell git-annex this is an archive drive (or perhaps a backup drive). Also, give the drive a description that matches something you write on |