Ticket #74 (closed task: fixed)
set up cron job to mirror Audio directory and Acoustic Model onto repository
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | major | Milestone: | Website 0.2 |
Component: | Acoustic Model | Version: | 0.1-alpha |
Keywords: | Cc: |
Description
- Look into using wget or rsynch commands to mirror Audio directory and Acoustic Model onto repository.
Change History
Note: See
TracTickets for help on using
tickets.
from email at http://www.ozzu.com/ftopic19442.html:
Since you already suggested using SSH, then rsync may be for you. This utility is awesome as providing a secure method to transfer files in bulk and is the tool for keeping two sets of files in sync.
As a bonus, you can run it as a background task on the server. That means you won't have to configure inetd or xinetd. Assuming you have working SSH on the client and server:
(server)
(client)
The best part of rsync is that if some files change in the server /dir/dir/dir directory, the next transfer will only be the updates. This equals speed improvements a few hundred times faster!