From 9845988e5e3cc1bec0ae98476f04b46dabc94f5a Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 28 Dec 2009 22:02:04 +0200 Subject: First commit --- README | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..e85cbd3 --- /dev/null +++ b/README @@ -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## +... -- cgit v1.2.3