Friday 24 November 2023

Coping backup from source to target screen

Ex: Copy of production backup from production server to quality server using SCP command

login to the prodution server in the putty:

go to /hana/shared/backups/ - where the backup file is located

scp <file_name> <user_name_in the_target_server>@<ip address or hostname of the target server>:/hana/shared/backups


Hit enter

No comments:

Post a Comment