Socialtext::Resting::LocalCopy - Maintain a copy on disk of a workspace


Socialtext-Resting-Utils documentation  | view source Contained in the Socialtext-Resting-Utils distribution.

Index


NAME

Top

Socialtext::Resting::LocalCopy - Maintain a copy on disk of a workspace

SYNOPSIS

Top

Socialtext::Resting::LocalCopy allows one to copy a workspace into files on the local disk, and to update a workspace from files on disk.

METHODS

Top

new

Create a new LocalCopy object. Requires a rester parameter, which should be a Socialtext::Rester-like object.

pull

Reads a workspace and pulls all of the pages into files in the specified directory. Options are passed in as a list of named options:

dir - The directory the files should be saved to.
tag - an optional tag. If specified, only tagged files will be pulled.

push

Reads a directory and pushes all the files in that directory up to the specified workspace. Options are passed in as a list of named options:

dir - The directory the files should be saved to.
tag - an optional tag. If specified, only tagged files will be pushed.

Note - tag is not yet implemented.

BUGS

Top

Attachments are not yet supported. Push by tag is not yet supported.

AUTHOR

Top

Luke Closs, <luke.closs at socialtext.com>

COPYRIGHT & LICENSE

Top


Socialtext-Resting-Utils documentation  | view source Contained in the Socialtext-Resting-Utils distribution.