Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migrate rsync code to scp #295

Closed
wants to merge 1 commit into from
Closed

migrate rsync code to scp #295

wants to merge 1 commit into from

Conversation

Lassulus
Copy link
Contributor

No description provided.

@@ -466,11 +466,8 @@ if [[ -n ${extra_files-} ]]; then
extra_files="$extra_files/"
fi
step Copying extra files
rsync -rlpv -FF \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Things to check is if it actually restores permissions/owner correctly.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like tests are not happy yet.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a catch, that the ssh-opt and scp-opt differ (i.e. port).

@Mic92
Copy link
Member

Mic92 commented May 26, 2024

Closing in favor of #316

@Mic92 Mic92 closed this May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants