diff options
author | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-07-29 14:07:58 +0200 |
---|---|---|
committer | Richard Hartmann <richih.mailinglist@gmail.com> | 2013-07-29 14:08:53 +0200 |
commit | 85e8215510d328bdf75708e818315cbef9a5ffd0 (patch) | |
tree | 3a8e6badf592a09aee936e37952676dcd9cc17f5 /doc/tips/downloading_podcasts.mdwn | |
parent | 932456acefa7da148967ed655869e92a8bd971e5 (diff) |
downloading_podcasts.mdwn: Centralized podcatching
Diffstat (limited to 'doc/tips/downloading_podcasts.mdwn')
-rw-r--r-- | doc/tips/downloading_podcasts.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tips/downloading_podcasts.mdwn b/doc/tips/downloading_podcasts.mdwn index c1e1b6f14..20401e025 100644 --- a/doc/tips/downloading_podcasts.mdwn +++ b/doc/tips/downloading_podcasts.mdwn @@ -52,3 +52,12 @@ Then you can run git-annex on all the feeds: A nice benefit of using git-annex as a podcatcher is that you can run `git annex importfeed` on the same url in different clones of a repository, and `git annex sync` will sync it all up. + +## centralized podcatching + +You can also have a designated machine which always fetches all podcstas +to local disk and stores them. That way, you can archive podcasts with +time-delayed deletion of upstream content. You can also work around slow +downloads upstream by podcatching to a server with ample bandwidth or work +around a slow local Internet connection by podcatching to yuor home server +and transferring to your laptop on demand. |