• power of dd

    From Benny Pedersen@2:230/0 to All on Sun Sep 12 21:20:14 2021
    Hello All!

    its my first time doing an image with dd, so now i have to try rufus to write it out on a usb pin :)

    if succes bye linode.junc.eu

    story behind, linode was the first vps i created servial years ago to get all my hosting content out of adsl, lol, yes i started with email at the date of adsl widt 512K/128K bit uplink/downlink, it had even homepage served later then its speeds gone raced to astoning speeds of 1Mbit/768Kbit, that was time. now my home fiber optical is 20000Mbit, where was this cable when i had a need for it ?


    Regards Benny

    ... too late to die young :)

    --- Msged/LNX 6.1.2 (Linux/5.13.15-gentoo-dist (x86_64))
    * Origin: gopher://fido.junc.eu/ (2:230/0)
  • From Nigel Reed@1:124/5016 to Benny Pedersen on Thu Sep 30 03:19:20 2021
    Benny wrote:
    Hello All!

    its my first time doing an image with dd, so now i have to try rufus to write it out on a usb pin :)

    if succes bye linode.junc.eu

    story behind, linode was the first vps i created servial years ago to get all my hosting content out of adsl, lol, yes i started with email at the date of adsl widt 512K/128K bit uplink/downlink, it had even homepage served later then its speeds gone raced to astoning speeds of 1Mbit/768Kbit, that was time. now my home fiber optical is 20000Mbit, where was this cable when i had a need for it ?

    If your network connection is so fast, it would have been better to tar the files and copy or even use rsync over ssh.

    If you use dd on a whole disk, your image will be that size. a dd of /dev/sda1 that is 10gb will leave you with a 10gb image.
    --- SBBSecho 3.14-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (1:124/5016)
  • From Benny Pedersen@2:230/0 to Nigel Reed on Mon Oct 4 17:53:46 2021
    Hello Nigel!

    30 Sep 2021 03:19, Nigel Reed wrote to Benny Pedersen:

    1Mbit/768Kbit, that was time. now my home fiber optical is 20000Mbit,
    where was this cable when i had a need for it ?

    If your network connection is so fast, it would have been better to
    tar the files and copy or even use rsync over ssh.

    with bzip2 its not that big, but yes its not convense to use big partions with dd, but it got the job done without loosing any data from the old host with is basicly good when one dont remember where the custom things is hidded from the start, now i can find later without stay paying to linode for that vps

    If you use dd on a whole disk, your image will be that size. a dd of /dev/sda1

    yes

    that is 10gb will leave you with a 10gb image.

    the dd file can live be compressed while in transfer, so there is not need to be transfered 10gb


    Regards Benny

    ... too late to die young :)

    --- Msged/LNX 6.1.2 (Linux/5.14.9-gentoo-dist (x86_64))
    * Origin: gopher://fido.junc.eu/ (2:230/0)
  • From Karel Kral@2:423/39 to Benny Pedersen on Tue Oct 5 08:04:36 2021
    Hello Benny!

    04 Oct 21 17:53, you wrote to Nigel Reed:

    If you use dd on a whole disk, your image will be that size. a dd
    of /dev/sda1

    Speaking of dd power - I used to have in the past script to migrate VPS (eh, ok, they gave VPS for one month for free and I wanted to save money) - I migrated VPS every 4 weeks.

    Beside booting to rescue on both (and some fstab fix), main command was:

    xfsdump -l0 - / | gzip -c | ssh root@new_ip "gunzip -c | xfsrestore - /"

    Local network speed within one host was amazing ;-)

    Karel
    --- GoldED+/LNX 1.1.5-b20180707
    * Origin: Plast DATA (2:423/39)
  • From Benny Pedersen@2:230/0 to Karel Kral on Thu Oct 14 12:38:14 2021
    Hello Karel!

    05 Oct 2021 08:04, Karel Kral wrote to Benny Pedersen:

    If you use dd on a whole disk, your image will be that size. a dd
    of /dev/sda1

    Speaking of dd power - I used to have in the past script to migrate
    VPS (eh, ok, they gave VPS for one month for free and I wanted to save money) - I migrated VPS every 4 weeks.

    hmmp :=)

    Beside booting to rescue on both (and some fstab fix), main command
    was:

    xfsdump -l0 - / | gzip -c | ssh root@new_ip "gunzip -c | xfsrestore -
    /"

    Local network speed within one host was amazing ;-)

    added to my gopher archive in origin


    Regards Benny

    ... too late to die young :)
    --- Msged/LNX 6.1.2 (Linux/5.14.12-gentoo-dist (x86_64))
    * Origin: gopher://fido.junc.eu/ (2:230/0)