SSH.sync_folder

SSH.sync_folder(local_folder, remote_folder)[source]

Sync using rsync, a local folder to a remote folder on an ssh server.

Parameters
  • local_folder (str) – Path of the local folder to sync from.

  • remote_folder (str) – Path of the remote folder to sync to.

Returns

None