• Re: SD Card Copier

    From Theo@3:770/3 to Simple Simon on Fri Jul 9 16:11:00 2021
    Simple Simon <please.dontspa@me.com> wrote:
    Normally I would shut the Pi down and use Apple Pi Baker to clone the SD
    card and then write the image to the USB Disk.

    This will take some time and leave some weather data missing.

    If I used the SD Card Copies app found under Accessories in the Desktop
    Menu can this copy the live SD to the USB Disk?

    I have no idea what that app does, but copying live filesystems is tricky.

    I'd think about downloading a fresh image and writing it via dd to the USB stick. Then use rsync to mirror your running system to the USB. That way
    you get a known-bootable partition structure on the USB followed by the file updates from your running copy. The only thing it might not copy is files
    that were being written at the time of the rsync.

    Theo
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Simple Simon@3:770/3 to All on Fri Jul 9 15:46:25 2021
    I have a Raspberry Pi 4b with the latest Buster Desktop running some
    weather station software on a 400GB SD.

    I have used sudo raspi-config and set it to boot from a USB disk if present.

    I want to transfer the image from the SD card to a USB Disk and do away
    with the SD Card

    Normally I would shut the Pi down and use Apple Pi Baker to clone the SD
    card and then write the image to the USB Disk.

    This will take some time and leave some weather data missing.

    If I used the SD Card Copies app found under Accessories in the Desktop
    Menu can this copy the live SD to the USB Disk?
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From alister@3:770/3 to Simple Simon on Fri Jul 9 18:30:46 2021
    On Fri, 09 Jul 2021 15:46:25 +0100, Simple Simon wrote:

    I have a Raspberry Pi 4b with the latest Buster Desktop running some
    weather station software on a 400GB SD.

    I have used sudo raspi-config and set it to boot from a USB disk if
    present.

    I want to transfer the image from the SD card to a USB Disk and do away
    with the SD Card

    Normally I would shut the Pi down and use Apple Pi Baker to clone the SD
    card and then write the image to the USB Disk.

    This will take some time and leave some weather data missing.

    If I used the SD Card Copies app found under Accessories in the Desktop
    Menu can this copy the live SD to the USB Disk?

    Yes
    I have done so on a number of systems
    It is designed for exactly this purpose



    --
    Distinctive, adj.:
    A different color or shape than our competitors.
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Simple Simon@3:770/3 to alister on Sat Jul 10 05:22:10 2021
    alister wrote:
    On Fri, 09 Jul 2021 15:46:25 +0100, Simple Simon wrote:

    I have a Raspberry Pi 4b with the latest Buster Desktop running some
    weather station software on a 400GB SD.

    I have used sudo raspi-config and set it to boot from a USB disk if
    present.

    I want to transfer the image from the SD card to a USB Disk and do away
    with the SD Card

    Normally I would shut the Pi down and use Apple Pi Baker to clone the SD
    card and then write the image to the USB Disk.

    This will take some time and leave some weather data missing.

    If I used the SD Card Copies app found under Accessories in the Desktop
    Menu can this copy the live SD to the USB Disk?

    Yes
    I have done so on a number of systems
    It is designed for exactly this purpose



    Ok - many thanks - I will give it a go when the new USB disk arrives
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)
  • From Josef Moellers@3:770/3 to Theo on Wed Jul 14 09:46:52 2021
    On 09.07.21 17:11, Theo wrote:
    Simple Simon <please.dontspa@me.com> wrote:
    Normally I would shut the Pi down and use Apple Pi Baker to clone the SD
    card and then write the image to the USB Disk.

    This will take some time and leave some weather data missing.

    If I used the SD Card Copies app found under Accessories in the Desktop
    Menu can this copy the live SD to the USB Disk?

    I have no idea what that app does, but copying live filesystems is tricky.

    BTDT several times.

    It depends ... as always.
    The system needs to be pretty quiet (*), nothing really doing any work.
    Then a "dd" followed by an "fsck" on the destination usually gives the
    desired result.

    (*) Of course, doing this on a busy web server may not work

    Josef
    --- SoupGate-Win32 v1.05
    * Origin: Agency HUB, Dunedin - New Zealand | Fido<>Usenet Gateway (3:770/3)