Create remote backup via scp #994
-
Is there a provision of creating remote backup via scp, I could find only sftp as option, is there any workaround for scp? |
Beta Was this translation helpful? Give feedback.
Answered by
Slach
Aug 26, 2024
Replies: 1 comment 4 replies
-
Why if not and use scp inside maybe rsync will more usefull for you |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Slach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
sftp
is not allowed for you? Did you try it?Usually this is should be the same with
scp
if not
you can create
list.sh
delete.sh
upload.sh
download.sh
and use scp inside
maybe rsync will more usefull for you
look examples in
https://github.com/Altinity/clickhouse-backup/tree/master/test/integration/rsync
and
https://github.com/Altinity/clickhouse-backup/blob/master/test/integration/config-custom-rsync.yml