Backup of programs

I have a robot connected to my local net.
I have also a server PC.
How can I do backup of the robots programs directly to the server?
Can I use a button on my machine to do that?

Mikel.cinza,
You need to use FTP.
I use Filezilla to backup my UR5e’s but any FTP program should work. (I’ve even done it with a Windows batch file)

Thank you, but I know this way.
I need to do that without a PC.
I need to do the backup directly from robot to server.
Can I modify linux to see a network route when I save de program?

I imagine you could do a Cron Job to automatically backup the Robot and copy it to a network location.
I’m not a linux expert so you’d have to do a bit of digging on the Internet to find a solution that works for you.

Plug in a keyboard and type Ctrl+Alt+F1 to access the terminal. The username is “root” and the password is"easybot"
After that you’re pretty much free to go to town. can run a cp programs/ path/to/network/drive/ and be good to go I’d imagine