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

Using SCP to copy files in a remote destination folder #306

Open
ste-giraldo opened this issue Oct 17, 2023 · 0 comments
Open

Using SCP to copy files in a remote destination folder #306

ste-giraldo opened this issue Oct 17, 2023 · 0 comments

Comments

@ste-giraldo
Copy link

Since Ghetto is currently able to write only on a local mounted folder: a disk path or a NFS path, we have two problems, the local disk is fast but maybe not big enough to keep 3 backups of all VMs, on the other side the NFS folder is slow to write.
I'm suggesting to change the script code and use SCP to copy the files on a remote SSH server which is faster, secure (each packet is verified thanks to the SSH protocol) and doesn't need to be mounted in advance from the ESXi server. Remember to add the SSH port option in the code, since sometimes people change the SSH server port. Thanks.

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

No branches or pull requests

1 participant