Open rija opened 3 months ago
Hi @pli888, @kencho51,
the command I used to do the manual sync:
$ rclone --config rclone_upstream.conf -v sync live-bastion:/share/dropbox/ /share/dropbox/
and the config used for it, rclone_upstream.conf
looks like this:
[live-bastion]
type = sftp
host = bastion.gigadb.host
user = centos
key_file = /home/centos/.ssh/upstream_from_alt-live
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum
The public part of that ssh key was manually added to the current production bastion's authorized_key
file.
I'll update the various tasks with more details based on the above.
User Story
Acceptance criteria
Additional infos
rclone sync
does the syncTasks