Hey guys. Can someone provide me a good way to backup my 1bash file over SSH?
Guess you are using windows. If so try winscp:
https://winscp.net/eng/download.phpIf you mean a local backup:
cp /home/m1/1bash /home/m1/1bash.backup
For backups over linux boxes use the command "scp" (google for it and let me know if you have problem to make it work)