diff options
author | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-12-28 22:02:04 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mekanisti.fi> | 2009-12-28 22:02:04 +0200 |
commit | 9845988e5e3cc1bec0ae98476f04b46dabc94f5a (patch) | |
tree | 7dde2a03a6059da790d5832f5730f229042ef134 /README | |
download | FinalStore-9845988e5e3cc1bec0ae98476f04b46dabc94f5a.tar.gz FinalStore-9845988e5e3cc1bec0ae98476f04b46dabc94f5a.tar.bz2 FinalStore-9845988e5e3cc1bec0ae98476f04b46dabc94f5a.zip |
First commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -0,0 +1,25 @@ +## How it works ## +### Archive ### +- User selects assets in FCSvr and clicks Archive. FCSvr moves the asset to it's +Archive Device and marks it as archived +- archive.sh writes the file paths to /tmp/fcs_toArchive +- launchd job (fi.tvtools.finalstore) runs runner.py every n seconds +- finalstore.py forwards the file list to a customized awcli.sh, waits for the job +to finish and runs growlnotify to let the user know of what happened + +### Restore ### +- User selects assets in FCSvr and clicks Restore. +- restore.sh writes the file paths to /tmp/fcs_toRestore +- launchd job (fi.tvtools.finalstore) runs finalstore.py every n seconds +- finalstore.py forwards the file list to a customized awcli.sh, waits for the job +to finish and runs growlnotify to let the user know what happened + +## Installation ## + +- Drag the finalstore folder to /Library/Application Support/TV Tools/finalstore +- In FCSvr, open Administration > Devices > Archive and set the pahts of the archive and restore +scripts +- Configure your PressSTORE archive plan + +##Configuration## +... |