rzbrk / PerlPress

PerlPress - A static HTML weblog-alike website generator written in Perl
http://www.perlpress.de
GNU General Public License v3.0
0 stars 0 forks source link

rsync upload integration #2

Open rzbrk opened 10 years ago

rzbrk commented 10 years ago

Integrate rysnc update from inside PerlPress.

Possible rysnc arguments: rsync [--dry-run] --checksum --recursive --delete --verbose --compress --progress -e ssh /dir/local user@remotehost.com:remotedir/

Possible PerlPress commands to implement

The credentials for rysnc user, server, remote directory and password(?) shall be defined in ~/.perlpress.conf

File::Rsync on CPAN: http://search.cpan.org/~leakin/File-Rsync-0.43/Rsync.pm