I have an external hard drive, called MyDisk - I also run a command to scp a folder from another server to my external hard drive. The problem is - my scp downloads the backups to a folder /media/MyDisk but this takes up the hard disk space on the main hard drive.
I need to be able to write these straight to the hard drive without download to /media/MyDisk (as this is essentially like downloading the files to /home/myuser or another local folder)
When I look directly on MyDisk I see my backups, but even when I eject the drive and look in /media/MyDisk - the backups are there.
Is it possible to just download them directly to MyDisk without involving /media/ folder? I notice that when you want to change directory in the terminal you go through cd /media/MyDisk but is there a way to avoid using this "local" folder?
Really confused, any help would be great!