Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #684167

Re: Cult of Unix

Path csiph.com!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!eternal-september.org!.POSTED!not-for-mail
From Paul <nospam@needed.invalid>
Newsgroups comp.os.linux.advocacy, alt.comp.os.windows-10
Subject Re: Cult of Unix
Date Thu, 16 Jan 2025 18:06:00 -0500
Organization A noiseless patient Spider
Lines 96
Message-ID <vmc3cq$3n232$1@dont-email.me> (permalink)
References <1VcgP.54962$XfF8.39289@fx04.iad> <vm1itg$1f1ma$3@dont-email.me> <vm40cl$21e8l$2@dont-email.me> <6h1bojt7kdp4d5euq0f78rtuvqpg7edc3e@4ax.com> <HHghP.135123$5c34.129668@fx47.iad> <la6bojl7t4686ll2teomlj0ig70ma8o8c8@4ax.com> <Q3hhP.45732$nlJ1.37298@fx41.iad> <ru7bojpl0j6ot182uuhhvrakcflqsadi30@4ax.com> <vm48v6$23a1f$2@dont-email.me> <luodsdF6geaU1@mid.individual.net> <vm755l$2lqjk$1@dont-email.me> <vma3u7$3cdmt$1@dont-email.me> <vmb8t8$3id01$1@dont-email.me> <lusp13Frb66U1@mid.individual.net> <vmbrbq$3ln7i$1@dont-email.me>
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
Injection-Date Fri, 17 Jan 2025 00:06:03 +0100 (CET)
Injection-Info dont-email.me; posting-host="b01d364e777f14d30906f445dcd11abf"; logging-data="3901538"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/l+swdFpecJvq4e1XKgUS9lxd7yJXz+R4="
User-Agent Ratcatcher/2.0.0.25 (Windows/20130802)
Cancel-Lock sha1:Q2+SuvNbEOZ77Zg1ayyzQgTpIhs=
Content-Language en-US
In-Reply-To <vmbrbq$3ln7i$1@dont-email.me>
Xref csiph.com comp.os.linux.advocacy:684167 alt.comp.os.windows-10:181456

Cross-posted to 2 groups.

Show key headers only | View raw


On Thu, 1/16/2025 3:48 PM, Hank Rogers wrote:
> vallor wrote:
>> On Thu, 16 Jan 2025 10:34:01 -0500, Paul <nospam@needed.invalid> wrote in
>> <vmb8t8$3id01$1@dont-email.me>:
>>
>>> On Thu, 1/16/2025 12:03 AM, Lawrence D'Oliveiro wrote:
>>>> On Tue, 14 Jan 2025 20:05:34 -0600, Hank Rogers wrote:
>>>>
>>>>> I think people are better off to get some type of imaging software ...
>>>>
>>>> On Linux systems, rsync works well. It’s essentially a bulk
>>>> file-copying utility. That’s all you need to backup/restore Linux
>>>> systems.
>>>>
>>>>
>>> With Macrium, I can back up FAT32, NTFS, ExFAT, and ... EXT4. This means
>>> when I image a dual-boot disk drive here, it is a *complete* image. I
>>> can restore it to a brand new hard drive,
>>> and it boots as if nothing had happened.
>>>
>>> As long as my Linux installs use EXT4 for slash, I'm fine and one
>>> imaging tool does everything for me.
>>>
>>> The imaging is "smart". in that busy clusters and busy inodes are backed
>>> up, not white space. If I have 20GB of files on a 1TB EXT4, the backup
>>> image is a bit bigger than 20GB but not by much. Similarly, if I back up
>>> 20GB of files on a 1TB NTFS, the output is not much bigger than 20GB.
>>> And the NTFS and EXT4 can sit in the same MRIMG file,
>>> there is no segregation involved and separate files for them. It's all
>>> in a single file.
>>>
>>> Macrium even backs up the 16MB Microsoft Reserved, which has no file
>>> system. It does that using the equivalent of "dd", but it does not throw
>>> a wobbly and complain about what it has been asked to do. It puts that
>>> back on a restore.
>>>
>>> Details and automation, are the key to push-button success.
>>>
>>>     Paul
>>
>> I'm sure Macrium Reflect is a fine bit of software, but I wonder
>> about the wisdom of imaging a mounted partition.  I think the only
>> way to do that safely would be to boot to a USB stick -- that way,
>> you aren't trying to image mounted filesystems.
>>
> 
> It works just fine on a running windows system. It uses Volume shadow service. I'm pretty sure most other backup software can also work while windows is running.
> 

They *all* use that.
That's because setting a shadow is so easy,
even home users can do one manually.

You can freeze a copy of C: for example, and
run a Robocopy over it.

*******

$ wbAdmin start backup -backupTarget:D: -allCritical         # "Windows 7 Backup.exe"   run time 3 minutes.

Retrieving volume information...
This will back up (EFI System Partition),W11HOME(C:),(\\?\Volume{c3bc5ab1-c5f0-4dae-838c-751ef868e237}\) to D:.
The backup operation to D: is starting.
Creating a shadow copy of the volumes specified for backup...                    <=== VSS (C: partition)
Creating a shadow copy of the volumes specified for backup...                    <=== VSS (Recovery partition )
Creating a backup of volume (EFI System Partition) (100.00 MB), copied (0%).
...
The backup of volume (EFI System Partition) (100.00 MB) completed successfully.
Creating a backup of volume W11HOME(C:), copied (0%).
...
Creating a backup of volume W11HOME(C:), copied (95%).
The backup of volume W11HOME(C:) completed successfully.
The backup of volume  (649.00 MB) completed successfully.
Summary of the backup operation:
------------------

The backup operation successfully completed.
The backup of volume (EFI System Partition) (100.00 MB) completed successfully.
The backup of volume W11HOME(C:) completed successfully.
The backup of volume  (649.00 MB) completed successfully.
Log of files successfully backed up:
C:\WINDOWS\Logs\WindowsBackup\Backup-16-01-2025_22-52-06.log

$ dir *.vhdx

 Directory of D:\WindowsImageBackup\WALLACE\Backup 2025-01-16 225206

Thu, 01/16/2025  05:55 PM    72,240,594,944 0bd6166a-0836-4041-891c-792df2c72abd.vhdx  <=== C: partition
Thu, 01/16/2025  05:55 PM       620,756,992 c3bc5ab1-c5f0-4dae-838c-751ef868e237.vhdx  <=== Recovery partition
Thu, 01/16/2025  05:55 PM        60,817,408 Esp.vhdx                                   <=== FAT32 boot materials

It's too bad the restore didn't run smooth like that.
But that's just to demonstrate that programs use shadows.
Even disk2vhd from Russinovich, I think that sets a shadow too.

   Paul

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-10 12:37 -0500
  Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-10 12:43 -0500
    Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-10 13:59 -0500
      Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-11 09:30 +0000
        Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-11 07:30 -0500
      Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-20 16:39 -0500
        Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-20 20:39 -0500
          Re: Microsoft to force new Outlook on Windows 10 PCs chrisv <chrisv@nospam.invalid> - 2025-01-21 06:05 -0600
            Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-21 08:49 -0500
    Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-10 20:14 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-01-10 16:35 -0500
      Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-11 09:31 +0000
    Re: Microsoft to force new Outlook on Windows 10 PCs Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-01-11 12:15 +0000
    Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-12 23:20 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-13 12:45 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-13 22:50 -0500
        Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-21 22:43 +0000
  Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-10 12:54 -0500
  Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-11 09:27 +0000
    Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-11 04:32 -0500
      Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-11 07:38 -0500
    Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-11 07:28 -0500
      Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-12 08:38 +0000
        Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-12 09:36 -0500
          Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-13 12:40 +0000
            Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-13 10:05 -0500
    Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-11 20:11 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-11 17:28 -0500
        Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-12 08:40 +0000
          Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-12 09:55 -0500
            Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-13 12:44 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-12 08:39 +0000
  Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-12 23:23 +0000
    Re: Microsoft to force new Outlook on Windows 10 PCs MikeS <MikeS@fred.com> - 2025-01-13 21:25 +0000
      Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-13 16:32 -0500
        Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-13 17:44 -0500
          Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-13 17:54 -0500
            Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-13 18:10 -0500
              Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-13 18:25 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Hank Rogers <Hank@nospam.invalid> - 2025-01-13 17:52 -0600
                Cult of Unix (was: Re: Microsoft to force new Outlook on Windows 10 PCs) vallor <vallor@cultnix.org> - 2025-01-15 00:30 +0000
                Re: Cult of Unix Hank Rogers <Hank@nospam.invalid> - 2025-01-14 20:05 -0600
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-15 03:16 -0500
                Re: Cult of Unix vallor <vallor@cultnix.org> - 2025-01-15 09:02 +0000
                Re: Cult of Unix ...w¡ñ§±¤ñ  <winstonmvp@gmail.com> - 2025-01-15 11:10 -0700
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-16 05:03 +0000
                Re: 🏳️‍🌈Cult of Unix🏳️‍🌈 🌈💐🌻🌺🌹🌻💐🌷🌺🌈Jen🌈💐🌻🌺🌹🌻💐🌷🌺🌈 Dershmender 💐🌻🌺🌹🌻💐🌷🌺🐶笛🌈💐🌻🌺🌹🌻💐🌷🌺🌈 <root@127.0.0.1>  - 2025-01-16 05:28 +0000
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-16 10:34 -0500
                Re: Cult of Unix vallor <vallor@cultnix.org> - 2025-01-16 16:04 +0000
                Re: Cult of Unix Hank Rogers <Hank@nospam.invalid> - 2025-01-16 14:48 -0600
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-16 18:06 -0500
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 02:49 +0000
                Re: Cult of Unix vallor <vallor@cultnix.org> - 2025-01-17 03:51 +0000
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-17 02:10 -0500
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 23:55 +0000
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-17 20:53 -0500
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-19 00:54 +0000
                Re: Cult of Unix Frank Slootweg <this@ddress.is.invalid> - 2025-01-17 16:46 +0000
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 23:56 +0000
                Re: Cult of Unix Paul <nospam@needed.invalid> - 2025-01-17 20:54 -0500
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-19 00:55 +0000
                Re: Cult of Unix Joel <joelcrump@gmail.com> - 2025-01-18 20:01 -0500
                Re: Cult of Unix Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 00:10 +0000
                Re: 🏳️‍🌈Cult of Unix (was: Re: Microsoft to force new Outlook on Windows 10 PCs)🏳️‍🌈 🌈💐🌻🌺🌹🌻💐🌷🌺🌈Jen🌈💐🌻🌺🌹🌻💐🌷🌺🌈 Dershmender 💐🌻🌺🌹🌻💐🌷🌺🐶笛🌈💐🌻🌺🌹🌻💐🌷🌺🌈 <root@127.0.0.1>  - 2025-01-15 05:24 +0000
                Setting up old-style backup on Windows 11 (was: Re: Cult of Unix) vallor <vallor@cultnix.org> - 2025-01-15 08:38 +0000
                Re: 🏳️‍🌈Setting up old-style backup on Windows 11 (was: Re: Cult of Unix)🏳️‍🌈 🌈💐🌻🌺🌹🌻💐🌷🌺🌈Jen🌈💐🌻🌺🌹🌻💐🌷🌺🌈 Dershmender 💐🌻🌺🌹🌻💐🌷🌺🐶笛🌈💐🌻🌺🌹🌻💐🌷🌺🌈 <root@127.0.0.1>  - 2025-01-15 17:22 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-13 21:44 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Manu Raju <MR@invalid.invalid> - 2025-01-14 03:09 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-15 06:56 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-15 02:52 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 00:11 +0000
                Defragging (was: Re: Microsoft to force new Outlook on Windows 10 PCs) vallor <vallor@cultnix.org> - 2025-01-17 03:45 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-17 23:10 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-15 10:40 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-15 23:14 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-15 20:15 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs pothead <pothead@snakebite.com> - 2025-01-16 01:29 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-17 05:05 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-17 08:53 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-17 10:43 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-17 11:07 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-17 17:19 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-17 18:17 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-20 16:40 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-20 20:41 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-17 17:18 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-17 18:15 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-18 13:07 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-18 16:08 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-18 17:22 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-01-18 23:30 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-18 19:04 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-19 04:40 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-18 18:50 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-18 19:08 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-18 21:10 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-18 22:14 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 11:38 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-19 12:23 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 12:32 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-19 15:54 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 15:59 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-19 18:44 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 20:28 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-19 21:10 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 22:22 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-19 07:22 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-19 06:03 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-20 03:53 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-19 23:08 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-20 08:45 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-21 06:40 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-19 19:36 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs RonB <ronb02NOSPAM@gmail.com> - 2025-01-20 03:56 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Stéphane CARPENTIER <sc@fiat-linux.fr> - 2025-01-19 08:53 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-19 06:09 -0500
              Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-14 12:46 -0500
              Re: Microsoft to force new Outlook on Windows 10 PCs "Carlos E.R." <robin_listas@es.invalid> - 2025-01-15 13:51 +0100
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-15 09:58 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs "Carlos E.R." <robin_listas@es.invalid> - 2025-01-15 16:20 +0100
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-15 23:20 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs "Carlos E.R." <robin_listas@es.invalid> - 2025-01-16 15:36 +0100
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-17 00:12 +0000
              Re: Microsoft to force new Outlook on Windows 10 PCs Chris <ithinkiam@gmail.com> - 2025-01-15 18:09 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs "Carlos E.R." <robin_listas@es.invalid> - 2025-01-16 15:47 +0100
          Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-14 05:48 +0000
        Re: Microsoft to force new Outlook on Windows 10 PCs Hank Rogers <Hank@nospam.invalid> - 2025-01-13 16:48 -0600
          Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-13 23:54 +0000
        Re: Microsoft to force new Outlook on Windows 10 PCs Chris <ithinkiam@gmail.com> - 2025-01-15 11:33 +0000
          Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-15 10:46 -0500
            Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-15 11:33 -0500
              Re: Microsoft to force new Outlook on Windows 10 PCs vallor <vallor@cultnix.org> - 2025-01-15 17:02 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-15 12:33 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-16 05:40 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 06:27 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-01-27 22:49 +0000
              Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-15 14:32 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-15 15:52 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-15 20:34 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 00:41 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 06:42 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 14:40 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 16:34 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 16:56 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 22:40 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-17 02:04 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs chrisv <chrisv@nospam.invalid> - 2025-01-17 07:34 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs roger <rduffy@hotmail.com.invalid - 2025-01-17 14:01 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-17 17:15 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-17 15:57 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-17 16:50 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-17 21:52 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Farley Flud <ff@linux.rocks> - 2025-01-16 21:38 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-16 18:33 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 15:44 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 15:51 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-16 16:11 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs Farley Flud <fsquared@fsquared.linux> - 2025-01-17 13:03 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-17 16:00 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs Farley Flud <ff@linux.rocks> - 2025-01-17 23:15 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-17 18:10 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs Physfitfreak <physfitfreak@gmail.com> - 2025-01-17 18:13 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-30 13:35 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-01-30 17:32 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs pothead <pothead@snakebite.com> - 2025-02-01 00:20 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-02-01 06:58 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs CrudeSausage <crude@sausa.ge> - 2025-02-01 07:18 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs chrisv <chrisv@nospam.invalid> - 2025-02-01 06:31 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs vallor <vallor@cultnix.org> - 2025-02-01 12:39 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-02-02 16:00 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-02-02 15:59 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 06:22 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-16 12:10 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs chrisv <chrisv@nospam.invalid> - 2025-01-16 12:28 -0600
                Re: Microsoft to force new Outlook on Windows 10 PCs rbowman <bowman@montana.com> - 2025-01-17 00:27 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Paul <nospam@needed.invalid> - 2025-01-16 23:47 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs DFS <guhnoo-basher@linux.advocaca> - 2025-01-20 16:41 -0500
                Gaming Laptops (was: Re: Microsoft to force new Outlook on Windows 10 PCs) vallor <vallor@cultnix.org> - 2025-02-01 12:58 +0000
                Re: Gaming Laptops Paul <nospam@needed.invalid> - 2025-02-01 19:22 -0500
                Re: Gaming Laptops chrisv <chrisv@nospam.invalid> - 2025-02-02 08:05 -0600
                Re: Gaming Laptops candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2025-02-03 20:10 +0000
                Re: Gaming Laptops Paul <nospam@needed.invalid> - 2025-02-03 19:24 -0500
                Re: Gaming Laptops pothead <pothead@snakebite.com> - 2025-02-04 00:45 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs Mark Lloyd <not.email@all.invalid> - 2025-01-16 18:45 +0000
                Re: Microsoft to force new Outlook on Windows 10 PCs -hh <recscuba_google@huntzinger.com> - 2025-01-16 16:05 -0500
                Re: Microsoft to force new Outlook on Windows 10 PCs Joel <joelcrump@gmail.com> - 2025-01-16 11:35 -0500

csiph-web