# File lib/heroku/commands/pgbackups.rb, line 159 def transfer!(from_url, from_name, to_url, to_name, opts={}) pgbackup_client.create_transfer(from_url, from_name, to_url, to_name, opts) end