marcusg / pg_backup

Create, restore, download and upload postgres dumps locally and on remote servers using capistrano

Home Page:https://github.com/marcusg/pg_backup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add sync task

marcusg opened this issue · comments

add simple sync task which includes

  1. create dump on source server
  2. download dump from source server
  3. upload local dump to target server
  4. load dump into target server

closed via d35912b