1. Home
    1. Dashboard
    2. Search
  2. Forum
    1. Unresolved Threads
    2. Members
      1. Recent Activities
      2. Users Online
      3. Team Members
      4. Search Members
      5. Trophys
  3. Articles
  4. Blog
  5. Videos
  6. Jobs
  7. Shop
    1. Orders
  • Login or register
  • Search
This Thread
  • Everywhere
  • This Thread
  • This Forum
  • Articles
  • Pages
  • Forum
  • Blog Articles
  • Products
  • More Options
  1. Robotforum - Support and discussion community for industrial robots and cobots
  2. Forum
  3. General Category - Robot Forum
  4. General Robotics Discussions - everything but NO Industrial Robots
Your browser does not support videos RoboDK Software for simulation and programming
Visit our Mainsponsor
IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Sponsored Ads

Backup Tool like the KUKA Backup USB Stick

  • desertgiant
  • August 30, 2023 at 5:17 PM
  • Thread is Unresolved
  • desertgiant
    Reactions Received
    2
    Trophies
    1
    Posts
    51
    • August 30, 2023 at 5:17 PM
    • #1

    Hello All

    I am looking for a Standard backup tool for windows based machines.

    So far I have used the Clonezilla and the KUKA USB Stick (Only for kuka robots) and an internally developed Linux & NTFSClone based tool.

    Based on all the tools used, I find the KUKA Backup USB Stick to be more simple and user friendly.

    I want to check if such a tool or something better is available.

    The goal is, this tool should be usable by commissioning technicians to Developers and Managers if required.


    Simple GUI with easy options.

    If anyone came across such a tool or been using it currently provide details.

    Thank you

  • Lemster68
    Reactions Received
    301
    Trophies
    9
    Posts
    2,469
    Blog Articles
    7
    • August 30, 2023 at 5:57 PM
    • #2

    Is this regarding Kuka robots only?

  • SkyeFire
    Reactions Received
    1,052
    Trophies
    12
    Posts
    9,429
    • August 30, 2023 at 8:07 PM
    • #3

    Which functionality if the KSR stick do you want to emulate? What's the "killer app" for this?

  • desertgiant
    Reactions Received
    2
    Trophies
    1
    Posts
    51
    • August 31, 2023 at 10:04 AM
    • #4

    This is for machines with Twincat 3 software. and other company specific tools.

    SW developed and tested in one maschine can then be written in series in maschine under production.

    Also if there is an issue at customer, the service techniker can create backup of separate disks and they can be examined/ issue can be recreated in back office.

  • SkyeFire
    Reactions Received
    1,052
    Trophies
    12
    Posts
    9,429
    • August 31, 2023 at 3:23 PM
    • #5

    So, for Windows computers, then.

    Well, the first issue is going to be BIOS. A standard PC motherboard won't boot to USB unless the BIOS is configured that way. Some facilities are going to have strict rules regarding BIOS settings -- some even disable USB sockets on all computers for security reasons.

    Assuming that hurdle is overcome, it then becomes a choice of software. I've always preferred using CloneZilla, which has the advantages of being FOSS. And while I haven't automated it, I know that people have created automated backup/restore builds of CZ. And it's possible to build a virtual machine from a CZ backup image, which would make it easier to perform offline testing.

    That said, I do have to sound one note of warning: NVMe and M2 hard drives. I've recently had my first-ever failure of CZ to clone a Windows drive (Windows 10, I was trying to upgrade my laptop to a larger main drive). I was completely unable to figure out what the problem was. Attempts with Acronis and other cloning software also failed. The only thing I found that worked was to buy a Samsung NVMe drive and use Samsung's cloning utility. So testing your solution on all your hardware variations is strongly advised.

    That said, since these are "normal" Windows computers instead of robots, you may want to consider a different option. Rather than building a bootable USB backup/restore tool, you might want to look at the various "live" cloning software options, and simply include them as part of every machine. While I'm not personally familiar with them, I understand it's possible to create a clone of a Windows drive while Windows is running. Setting this up as a regular automated backup might eliminate some of the need for a USB-based solution.

  • MOM
    Reactions Received
    175
    Trophies
    7
    Posts
    1,424
    • September 4, 2023 at 12:11 AM
    • #6
    Quote from desertgiant

    SW developed and tested in one maschine can then be written in series in maschine under production.


    Also if there is an issue at customer, the service techniker can create backup of separate disks and they can be examined/ issue can be recreated in back office.

    Actually here you are talking about two differnt things:

    1. updating machines (which should go fast and smooth - do not forget to seal them)

    2. Customer support

    Finding any issues normally requires to get the exact copy of the hard drive (sector based copy) and for a quick updating normally file based copy is the thing (like kuka usb stick).

    So you would need one tool doing both things (or give your service technicians two tools)

    One of the mistakes i made in the past was simply back up a partition instead of the hard drive

    (hard drive will not boot because boot part is simply missing)

  • desertgiant
    Reactions Received
    2
    Trophies
    1
    Posts
    51
    • September 4, 2023 at 11:25 AM
    • #7

    Hi All

    Thanks for the inputs.

    Finally after searching through and testing, I found two tools to be matching closely the needs.

    Rescuezilla

    Redo Rescue

    Both are linux based but have a very good GUI.

    Rescuezilla is GUI version of Clonezilla and can restore clonezilla backups also. Individual Partitions can be backed up, but cannot be rewritten from the same disk. The backup must be moved to an external USB and then rewritten from this external usb to the disk drive. Compresssion option available.

    A Redo Rescue can save and restore backups from a different partition in the same diskdrive. Cloud backup and restore is also possible.

    Have tested through the weekend and works fine.

    However, if anyone used before and have faced issues with the tools let me know so that I can be aware of the issues.

    Once again, Thank you all.

  • desertgiant
    Reactions Received
    2
    Trophies
    1
    Posts
    51
    • September 4, 2023 at 11:27 AM
    • #8
    Quote from desertgiant

    Hi All

    Thanks for the inputs.

    Finally after searching through and testing, I found two tools to be matching closely the needs.

    Rescuezilla

    Redo Rescue

    Both are linux based but have a very good GUI.

    Rescuezilla is GUI version of Clonezilla and can restore clonezilla backups also. Individual Partitions can be backed up, but cannot be rewritten from the same disk. The backup must be moved to an external USB and then rewritten from this external usb to the disk drive. Compresssion option available.

    A Redo Rescue can save and restore backups from a different partition in the same diskdrive. Cloud backup and restore is also possible.

    Have tested through the weekend and works fine.

    However, if anyone used before and have faced issues with the tools let me know so that I can be aware of the issues.

    Once again, Thank you all.

    Display More

    This is tested for Twincat3 Maschine and not recommended for KUKA Robots as I personally have not yet tested. For KUKA Robots, I would recommend the standard KUKA Gray USB stick.

Advertising from our partners

IRBCAM
Robotics Channel
Robotics Training
Advertise in robotics
Advertise in Robotics
Advertise in Robotics

Job Postings

  • Anyware Robotics is hiring!

    yzhou377 February 23, 2025 at 4:54 AM
  • How to see your Job Posting (search or recruit) here in Robot-Forum.com

    Werner Hampel November 18, 2021 at 3:44 PM
Your browser does not support videos RoboDK Software for simulation and programming

Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Thread Tag Cloud

  • abb
  • Backup
  • calibration
  • Communication
  • CRX
  • DCS
  • dx100
  • dx200
  • error
  • Ethernet
  • Ethernet IP
  • external axis
  • Fanuc
  • help
  • hmi
  • I/O
  • irc5
  • IRVIsion
  • karel
  • kawasaki
  • KRC2
  • KRC4
  • KRC 4
  • KRL
  • KUKA
  • motoman
  • Offset
  • PLC
  • PROFINET
  • Program
  • Programming
  • RAPID
  • robodk
  • roboguide
  • robot
  • robotstudio
  • RSI
  • safety
  • Siemens
  • simulation
  • SPEED
  • staubli
  • tcp
  • TCP/IP
  • teach pendant
  • vision
  • Welding
  • workvisual
  • yaskawa
  • YRC1000

Similar Threads

  • READ FIRST...

    • panic mode
    • June 5, 2016 at 4:30 PM
    • KUKA Robot Forum
  • i try to use for the first time my two kuka agilus kr6 r700 sixx robots and i have some problems,could you please give some help?

    • angelos vassiliou
    • October 24, 2020 at 5:09 PM
    • KUKA Robot Forum
  • Setting about IP address and Port number for EKI Ethernet

    • yen_like_capoo
    • June 8, 2023 at 4:42 AM
    • KUKA Robot Forum
  • UPDATE KSS 8.2 to 8.3

    • Counterspeller
    • June 23, 2020 at 4:24 PM
    • KUKA Robot Forum
  • Installing KUKA.Ethernet IP 1.1 Scanner/Adapter

    • mcasa0802
    • May 14, 2020 at 1:29 AM
    • KUKA Robot Forum

Tags

  • TOOL
  • Backup

Users Viewing This Thread

  • 1 Guest
  1. Privacy Policy
  2. Legal Notice
Powered by WoltLab Suite™
As a registered Member:
* You will see no Google advertising
* You can translate posts into your local language
* You can ask questions or help the community with your knowledge
* You can thank the authors for their help
* You can receive notifications of replies or new topics on request
* We do not sell your data - we promise

JOIN OUR GREAT ROBOTICS COMMUNITY.
Don’t have an account yet? Register yourself now and be a part of our community!
Register Yourself Lost Password
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on Google Play
Robotforum - Support and discussion community for industrial robots and cobots in the WSC-Connect App on the App Store
Download