• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Backing Up Images

    Scheduled Pinned Locked Moved
    FOG Problems
    4
    4
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      BigMan99211
      last edited by

      What is the best way to back up my images?

      Right now, I have Ubuntu, FOG, and the image store all on a single 500GB drive. I really would like to back all of this up to a storage server. I have a network share running on Server 2008 R2… Would it be possible to back the images up to there?

      "Failure is not an option. It come pre-installed on Windows…" - Anonymous

      "Life is hard; It's harder if you're stupid" - John Wayne

      1 Reply Last reply Reply Quote 0
      • Jaymes DriverJ
        Jaymes Driver Developer
        last edited by

        It depends on what you mean by back up. You can “store” the image stores there and you can add them back to the FOG server as you need them, so the data is there and what not, but while they are being stored on another server they will not be able to be accessed, if you want to be able to store and access the images, you need to set up a node.

        WARNING TO USERS: My comments are written completely devoid of emotion, do not mistake my concise to the point manner as a personal insult or attack.

        1 Reply Last reply Reply Quote 0
        • G
          Gilou
          last edited by

          Something like this ?
          [CODE]mkdir /backup ; mount -o username=login //2008R2SERVER/bakcupshare /backup ; rsync -a /images/ /backup/images [/CODE]

          1 Reply Last reply Reply Quote 0
          • Boyan BiandovB
            Boyan Biandov
            last edited by

            I back all of the images to another FOG server using rsync; worked very well via crontabs

            [CODE]sudo rsync -azvv -e ssh root@192.168.248.113:/images/HP* /images/[/CODE]

            You have to ssh at least ONCE to the source FOG so that the certificate gets added; then it works with no interaction

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            215

            Online

            12.1k

            Users

            17.3k

            Topics

            155.3k

            Posts
            Copyright © 2012-2024 FOG Project