new screencast

This commit is contained in:
Joey Hess 2013-04-02 16:54:26 -04:00
parent 47950cdf31
commit 1a2c8aeab8
16 changed files with 25 additions and 10 deletions

View file

@ -19,7 +19,10 @@ the [[release_notes]] for known infelicities and upgrade instructions.
* [[Basic usage|quickstart]] * [[Basic usage|quickstart]]
* Want to make two nearby computers share the same synchronised folder? * Want to make two nearby computers share the same synchronised folder?
Follow the [[pairing_walkthrough]]. Follow the [[local_pairing_walkthrough]].
* Or perhaps you want to share files between computers in different
locations, like home and work?
Follow the [[remote_sharing_walkthrough]].
* Want to share a synchronised folder with a friend? * Want to share a synchronised folder with a friend?
Follow the [[share_with_a_friend_walkthrough]]. Follow the [[share_with_a_friend_walkthrough]].
* Want to archive data to a drive or the cloud? * Want to archive data to a drive or the cloud?

View file

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

View file

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB

View file

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -71,7 +71,7 @@ will work. Some examples of use cases supported by this release include:
* Archiving or backing up files to Amazon Glacier. See [[archival_walkthrough]]. * Archiving or backing up files to Amazon Glacier. See [[archival_walkthrough]].
* [[Sharing repositories with friends|share_with_a_friend_walkthrough]] * [[Sharing repositories with friends|share_with_a_friend_walkthrough]]
contacted through a Jabber server (such as Google Talk). contacted through a Jabber server (such as Google Talk).
* [[Pairing|pairing_walkthrough]] two computers that are on the same local * [[Pairing|local_pairing_walkthrough]] two computers that are on the same local
network (or VPN) and automatically keeping the files in the annex in network (or VPN) and automatically keeping the files in the annex in
sync as changes are made to them. sync as changes are made to them.
* Cloning your repository to removable drives, USB keys, etc. The assistant * Cloning your repository to removable drives, USB keys, etc. The assistant
@ -104,7 +104,7 @@ will work. Some examples of use cases supported by this release include:
* Archiving or backing up files to Amazon Glacier. * Archiving or backing up files to Amazon Glacier.
* [[Sharing repositories with friends|share_with_a_friend_walkthrough]] * [[Sharing repositories with friends|share_with_a_friend_walkthrough]]
contacted through a Jabber server (such as Google Talk). contacted through a Jabber server (such as Google Talk).
* [[Pairing|pairing_walkthrough]] two computers that are on the same local * [[Pairing|local_pairing_walkthrough]] two computers that are on the same local
network (or VPN) and automatically keeping the files in the annex in network (or VPN) and automatically keeping the files in the annex in
sync as changes are made to them. sync as changes are made to them.
* Cloning your repository to removable drives, USB keys, etc. The assistant * Cloning your repository to removable drives, USB keys, etc. The assistant
@ -137,7 +137,7 @@ will work. Some examples of use cases supported by this release include:
* Setting up cloud repositories, that are used as backups, archives, * Setting up cloud repositories, that are used as backups, archives,
or transfer points between repositories that cannot directly contact or transfer points between repositories that cannot directly contact
one-another. one-another.
* [[Pairing|pairing_walkthrough]] two computers that are on the same local * [[Pairing|local_pairing_walkthrough]] two computers that are on the same local
network (or VPN) and automatically keeping the files in the annex in network (or VPN) and automatically keeping the files in the annex in
sync as changes are made to them. sync as changes are made to them.
* Cloning your repository to removable drives, USB keys, etc. The assistant * Cloning your repository to removable drives, USB keys, etc. The assistant
@ -179,7 +179,7 @@ beta.
In general, anything you can configure with the assistant's web app In general, anything you can configure with the assistant's web app
will work. Some examples of use cases supported by this release include: will work. Some examples of use cases supported by this release include:
* [[Pairing|pairing_walkthrough]] two computers that are on the same local * [[Pairing|local_pairing_walkthrough]] two computers that are on the same local
network (or VPN) and automatically keeping the files in the annex in network (or VPN) and automatically keeping the files in the annex in
sync as changes are made to them. sync as changes are made to them.
* Cloning your repository to removable drives, USB keys, etc. The assistant * Cloning your repository to removable drives, USB keys, etc. The assistant
@ -211,7 +211,7 @@ This is the first beta release of the git-annex assistant.
In general, anything you can configure with the assistant's web app In general, anything you can configure with the assistant's web app
will work. Some examples of use cases supported by this release include: will work. Some examples of use cases supported by this release include:
* [[Pairing|pairing_walkthrough]] two computers that are on the same local * [[Pairing|local_pairing_walkthrough]] two computers that are on the same local
network (or VPN) and automatically keeping the files in the annex in network (or VPN) and automatically keeping the files in the annex in
sync as changes are made to them. sync as changes are made to them.
* Cloning your repository to removable drives, USB keys, etc. The assistant * Cloning your repository to removable drives, USB keys, etc. The assistant

View file

@ -0,0 +1,6 @@
So you have two computers that are not in the same place, and you want them
to share the same synchronised folder, communicating directly with each other.
[[!inline feeds=no template=bare pages=videos/git-annex_assistant_remote_sharing]]
You can add even more computers using the same method show here.

View file

@ -7,7 +7,7 @@ works with any Jabber account you use, not just Google Talk.)
Start by opening up your git annex dashboard. Start by opening up your git annex dashboard.
[[!img pairing_walkthrough/addrepository.png alt="Add another repository button"]] [[!img local_pairing_walkthrough/addrepository.png alt="Add another repository button"]]
`*click*` `*click*`

View file

@ -4,7 +4,7 @@
subject="comment 8" subject="comment 8"
date="2013-01-11T20:02:39Z" date="2013-01-11T20:02:39Z"
content=""" content="""
@Alexandre, what you want can be achieved by setting up XMPP pairing, and also [[local pairing|assistant/pairing_walkthrough]]. Then when computers are on the same network, transfers are done via the LAN. @Alexandre, what you want can be achieved by setting up XMPP pairing, and also [[local pairing|assistant/local_pairing_walkthrough]]. Then when computers are on the same network, transfers are done via the LAN.
@Laszlo, this can be set up without using the webapp. Just make the two repositories, using the webapp. Then go into each and run \"git remote add myotherrepo $path_to_other_repo\". Then assistant will automatically sync them. I *have* thought about adding a configurator for this to the webapp. It would help to know what use cases you're getting at with this. @Laszlo, this can be set up without using the webapp. Just make the two repositories, using the webapp. Then go into each and run \"git remote add myotherrepo $path_to_other_repo\". Then assistant will automatically sync them. I *have* thought about adding a configurator for this to the webapp. It would help to know what use cases you're getting at with this.

View file

@ -1,5 +1,5 @@
<video controls width=400> <video controls width=400>
<source type="video/mp4" src="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-archiving.ogv"> <source src="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-archiving.ogv">
</video><br> </video><br>
A <a href="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-archiving.ogv">9 minute screencast</a> A <a href="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-archiving.ogv">9 minute screencast</a>
covering archiving your files with the [[git-annex assistant|/assistant]]</a>. covering archiving your files with the [[git-annex assistant|/assistant]]</a>.

View file

@ -1,5 +1,5 @@
<video controls width=400> <video controls width=400>
<source type="video/mp4" src="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-intro.ogv"> <source src="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-intro.ogv">
</video><br> </video><br>
A <a href="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-intro.ogv">8 minute screencast</a> A <a href="http://downloads.kitenet.net/videos/git-annex/git-annex-assistant-intro.ogv">8 minute screencast</a>
introducing the [[git-annex assistant|/assistant]]</a>. introducing the [[git-annex assistant|/assistant]]</a>.

View file

@ -0,0 +1,6 @@
<video controls width=400>
<source src="http://downloads.kitenet.net/videos/git-annex/git-annex-xmpp-pairing.ogv">
</video><br>
A <a href="http://downloads.kitenet.net/videos/git-annex/git-annex-xmpp-pairing.ogv">6 minute screencast</a>
showing how to share files between your computers in different locations,
such as home and work.