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.
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.
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