On Wed 13 Aug 2025 at 19:40:07 (+0100), mick.crane wrote:
> root@courgette:/home/mick# gdisk -l /dev/sda
> GPT fdisk (gdisk) version 1.0.9
>
> Caution: invalid backup GPT header, but valid main header; regenerating
> backup header from main header.
>
> Warning! One or more
/dev/sda
root@courgette:/home/mick# gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.9
Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.
Warning! One or more CRCs don't match. You should repair the disk!
Main header: OK
Backup header:
# gdisk -l /dev/sda
GPT fdisk (gdisk) version 1.0.9
Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.
Warning! One or more CRCs don't match. You should repair the disk!
Main header: OK
Backup header: ERROR
Main partition table: OK
B
isk. Just in case oflag=dsync did not work as supposed.
After copying you will have to use gdisk (or alike) to move the
backup GPT to the end of the target disk. dd has put it to the same
block address as on the origin disk, which will probably be too low
because the target has not exactly the s
y useful features and an console text Ui
(ncurses?):
https://www.clonezilla.org/
2: A decade ago I think I used some hex editor to change numbers on a
wireless dongle that apparently were what tied it to one provider. What
program to use to edit the backup GPT table?
STFW hexedit(1) look
tte:/home/mick# gdisk /dev/sda
GPT fdisk (gdisk) version 1.0.9
Caution: invalid backup GPT header, but valid main header; regenerating
backup header from main header.
Warning! One or more CRCs don't match. You should repair the disk!
Main header: OK
Backup header: ERROR
Main partition table: O
a
wireless dongle that apparently were what tied it to one provider. What
program to use to edit the backup GPT table?
I'll try the different entries in the BIOS and see if there is any
difference.
mick
Thomas Schmitt (HE12025-08-12):
> I wrote my own dumper for inspecting binary data only to learn that
> od can meanwhile put out multiline dumps:
In case people do not know it, there is also xxd, that comes with Vim
(but is packaged separately). It has the interesting feature of having a
reverse m
Hi,
Phako wrote:
> > More over, the sector has not the expected size of 512B but 4096B
Nicolas George wrote:
> in octal, 0001000 means 512.
After all "od" means "octal dump".
One has to use "-t x1" to get single hex bytes. This option might even
stem from this century. Regrettably
https://pub
Le 12/08/2025 à 19:57, Nicolas George a écrit :
Phako (HE12025-08-12):
000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00
020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00
040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00
060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42
0
Le 12/08/2025 à 19:57, Nicolas George a écrit :
Phako (HE12025-08-12):
000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00
020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00
040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00
060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42
0
Phako (HE12025-08-12):
> > 000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00 00
> > 020 cc c9 67 f5 00 00 00 00 af 4b f9 0d 00 00 00 00
> > 040 01 00 00 00 00 00 00 00 22 00 00 00 00 00 00 00
> > 060 8e 4b f9 0d 00 00 00 00 b6 c0 c0 ce 33 a9 6a 42
> > 100 92 1b 04 bd a9 9e 80 8b
root@courgette:/home/mick# dd bs=512 count=1 if=/dev/sda
skip=234441647 | \
od -t x1 >/tmp/gpt_backup_header.hex
1+0 records in
1+0 records out
512 bytes copied, 4.4058e-05 s, 11.6 MB/s
root@courgette:/home/mick#
/tmp/gpt_backup_header.hex
000 45 46 49 20 50 41 52 54 00 00 01 00 5c 00 00
to repair the block.
But i am not sure whether i'd dare this dangerous manual intervention,
given that your main block is ok and the backup block woes don't hamper
the use of your disk.
gdisk even confirmed that the partition entries of the backup table
are ok:
> Backup header: ERROR
&
On 2025-08-12 11:19, Thomas Schmitt wrote:
Hi,
mick.crane wrote:
root@courgette:/home/mick# gdisk /dev/sda
...
Caution: invalid backup GPT header, but valid main header;
regenerating
backup header from main header.
...
OK; writing new GUID partition table (GPT) to /dev/sda.
...
The operation
Hi,
mick.crane wrote:
> root@courgette:/home/mick# gdisk /dev/sda
> ...
> Caution: invalid backup GPT header, but valid main header; regenerating
> backup header from main header.
> ...
> OK; writing new GUID partition table (GPT) to /dev/sda.
> ...
> The operation ha
your BIOS/EUFI Setup settings --"Mode", "BIOS", "UEFI",
"Legacy", etc..
I was concerned that the backup GPT table being corrupt might cause
issues upgrading to Trixie.
Fixing the secondary GPT sounds like a good idea, regardless.
The BIOS is like 1
quot;, "BIOS", "UEFI",
"Legacy", etc..
I was concerned that the backup GPT table being corrupt might cause
issues upgrading to Trixie.
Fixing the secondary GPT sounds like a good idea, regardless.
The internet says that the backup GPT is at the end of the
On 2025-08-11 18:35, mick.crane wrote:
I thought I might upgrade to Trixie.
This bookworm install I think I let the installer decide what to do.
I don't really understand EFI and GPT, I might have done but I've
forgotten.
I was concerned that the backup GPT table being corrupt m
I thought I might upgrade to Trixie.
This bookworm install I think I let the installer decide what to do.
I don't really understand EFI and GPT, I might have done but I've
forgotten.
I was concerned that the backup GPT table being corrupt might cause
issues upgrading to Trixie.
Th
Subject: Recommended backup software to clone Android (Linux) phones to image
files
Good day from Singapore,
Acronis True Image backup software can be used to clone Windows 10 and 11 to
image files with the extension of .tibx.
I am wondering if Acronis True Image backup software can be used
On Wed May 21, 2025 at 10:09 AM BST, Dan Purgert wrote:
As far as I know namespaces (read: poorly), the backup script would
need to execute setns(2) in order to join the previously created
namespace for your "/backup" target. But, I've only used them with
networking devices,
On Wed May 21, 2025 at 10:05 AM BST, Nicolas George wrote:
Does it mean you like your backup drive to be permanently plugged to
the computer? That protects you from hardware failures and human
mistakes, but not from large physical damage or theft.
This drive is permanently connected to this
On Wed, May 21, 2025 at 11:38:38AM +0200, Nicolas George wrote:
> to...@tuxteam.de (HE12025-05-21):
> > Actually, this makes a lot of sense (well, nearly): keep backup constantly
> > synced, unmount/mount only on media rotation, carry freshly unmounted
> > medium to saf
to...@tuxteam.de (HE12025-05-21):
> Actually, this makes a lot of sense (well, nearly): keep backup constantly
> synced, unmount/mount only on media rotation, carry freshly unmounted
> medium to safe place.
It only becomes an effective backup at the time it is unmounted to move
the medi
On Wed, May 21, 2025 at 11:05:37AM +0200, Nicolas George wrote:
> Jonathan Dowland (HE12025-05-21):
> > I'd like /backup permanently
> > mounted
>
> Does it mean you like your backup drive to be permanently plugged to the
> com
Jonathan Dowland (HE12025-05-21):
> I'd like /backup permanently
> mounted
Does it mean you like your backup drive to be permanently plugged to the
computer? That protects you from hardware failures and human mistakes,
but not from large phys
On May 21, 2025, Jonathan Dowland wrote:
> On Tue May 20, 2025 at 3:50 PM BST, Dan Purgert wrote:
> > I used /mnt/backup because I only wanted the partition mounted while the
> > backup was running (it was one of several on that physical drive). The
> > backup script did the m
On Tue May 20, 2025 at 3:50 PM BST, Dan Purgert wrote:
I used /mnt/backup because I only wanted the partition mounted while
the backup was running (it was one of several on that physical drive).
The backup script did the mount/rsync/unmount as part of the
execution. Really, the only point of
From: "Thomas Schmitt"
Date: Thu, 27 Jun 2024 22:49:10 +0200
> You could give the backups volume ids which tell the date.
>
> -volid BOB_"$(date '+%Y_%m_%d_%H%M%S')"
> ...
Just ran this shell function with no difficulty evident.
Fi
Jerome BENOIT wrote:
> Hi,
>
> backup2l is simple and has been reliable for me for years.
>
> Cheers,
> Jerome
interesting, at first glance it might help me out, but
i don't know for sure. i'm a bit worried though that the
debian package doesn't look like it is actively maintained.
i have ol
On 3/14/25 2:25 AM, Chris Green wrote:
Nicolas George wrote:
tim wade (HE12025-03-14):
besides rsync, do you know any other software/service for increment backup?
Ahem. rsync is not a backup tool.
rsync can be *part of* a backup tool, for example in rsnapshot, or
manually with filesystem
Hi Again,
On 22/03/2025 15:14, songbird wrote:
Jerome BENOIT wrote:
songbird wrote:
...
ultimately i really need a way to do backups that will
deduplicate
I do not see what you mean.
my old backups are not incremental so they will contain a
lot of files that would be identical copi
Ho,
On 22/03/2025 21:54, songbird wrote:
Jerome BENOIT wrote:
...
Not compressing the tarballs is possible.
i don't think it is really deduplicating but that is ok
for now. what i've been playing with this afternoon seems
to be going ok.
i'm not sure i have a daily run that is working
Jerome BENOIT wrote:
...
> Not compressing the tarballs is possible.
i don't think it is really deduplicating but that is ok
for now. what i've been playing with this afternoon seems
to be going ok.
i'm not sure i have a daily run that is working since i
don't always leave my machine on, but
Jerome BENOIT wrote:
> songbird wrote:
...
>>ultimately i really need a way to do backups that will
>> deduplicate
>
> I do not see what you mean.
my old backups are not incremental so they will contain a
lot of files that would be identical copies to other backups.
>> and must be 100% bul
x27;t look like it is actively maintained.
It does not look like either that it needs a major fix.
Note that the upstream material is as fresh as the package.
I see this as a stability factor: this is what you ask for
a backup tool.
i have old backups in tar format. will backup2l allow
thos
Tim Woodall wrote:
> On Fri, 14 Mar 2025, Russell L. Harris wrote:
>
>> On Fri, Mar 14, 2025 at 02:07:53PM +0800, tim wade wrote:
>>> I plan to make increment backup for my home dir.
>>> It's currently in the size of 1xx GB.
>>
>> I use git. I keep
n the same storage device as your
> original files only safeguards your data against your own mistakes. This
> is analogous to the (opposite) misconception that RAID systems serve as
> a backup solution; they only protect against hardware failures of one or
> more disks, and happily mirro
ore foo
$ ls -l foo
-rw-r--r--. 1 todd todd 0 Mar 16 09:50 foo
> As for timestamps, it records the last commit timestamp,
> which may be a "good enough" approximation of the mtime or
> not.
Notably, for use in a backup system, git doesn't set the
timestamp to the last
On Sun, Mar 16, 2025 at 07:51:24AM +, Tim Woodall wrote:
> On Sun, 16 Mar 2025, to...@tuxteam.de wrote:
>
> > Git *does* preserve permissions [1]. For the ownerships (and more accurate
> > mtime, atime and ctime) cf. etckeeper.
> >
> Git only tracks the execute bit. And because it always writ
On Sun, 16 Mar 2025, to...@tuxteam.de wrote:
Git *does* preserve permissions [1]. For the ownerships (and more accurate
mtime, atime and ctime) cf. etckeeper.
Git only tracks the execute bit. And because it always writes a new file
rather than truncate then write by most editors, the permissio
On Sat, Mar 15, 2025 at 08:36:48PM +, Andy Smith wrote:
> Hi,
>
> On Sat, Mar 15, 2025 at 01:18:45PM -0700, David Christensen wrote:
> > On 3/15/25 12:50, Tim Woodall wrote:
> > > git fails to preserve ownership, permissions or timestamps. While this
> > > may not be relevant to your usecase,
On Sat, Mar 15, 2025 at 07:50:27PM +, Tim Woodall wrote:
> On Fri, 14 Mar 2025, Russell L. Harris wrote:
>
> > On Fri, Mar 14, 2025 at 02:07:53PM +0800, tim wade wrote:
> > > I plan to make increment backup for my home dir.
> > > It's currently in the siz
I use rdiff-backup. It does incremental backups.
On March 14, 2025 1:07:53 AM CDT, tim wade wrote:
>Hello
>
>I plan to make increment backup for my home dir.
>It's currently in the size of 1xx GB.
>
>besides rsync, do you know any other software/service for increment backup?
>
>Thank you.
>
On 3/15/25 13:36, Andy Smith wrote:
On Sat, Mar 15, 2025 at 01:18:45PM -0700, David Christensen wrote:
I am curious -- if I make my /etc directory tree into a version control
system working directory (Git or otherwise), please explain how this would
be catastrophic.
/etc has things in it which
Hi,
On Sat, Mar 15, 2025 at 01:18:45PM -0700, David Christensen wrote:
> On 3/15/25 12:50, Tim Woodall wrote:
> > git fails to preserve ownership, permissions or timestamps. While this
> > may not be relevant to your usecase, for example backing up /etc would
> > be catastrophic (which is why we h
On 3/15/25 12:50, Tim Woodall wrote:
git fails to preserve ownership, permissions or timestamps. While this
may not be relevant to your usecase, for example backing up /etc would
be catastrophic (which is why we have etckeeper)
I am curious -- if I make my /etc directory tree into a version c
On Fri, 14 Mar 2025, Russell L. Harris wrote:
On Fri, Mar 14, 2025 at 02:07:53PM +0800, tim wade wrote:
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
I use git. I keep terminal open running a ssh connection open to the
backup system. Whenever I
>> besides rsync, do you know any other software/service for increment backup?
> I use borg. It stores files in its own archive format with
> deduplication and compression. 4 backups of 32G /+/home of my old
> netbook created every month stored in ~11GB backup directory.
> Slow
On 2025-03-14, Jerome BENOIT wrote:
> Hello,
>
> On 14/03/2025 14:39, Greg wrote:
>> On 2025-03-14, Jerome BENOIT wrote:
>>> Hi,
>>>
>>> backup2l is simple and has been reliable for me for years.
>>
>> Is that a Debian package?
>
> Yep, here is its tracker page:
I was looking for *backup21* rat
On Fri Mar 14, 2025 at 9:14 PM GMT, Stefan Monnier wrote:
I use Bup, which provides a fairly similar featureset to Borg (tho
doesn't support encryption yet). AFAIK the main difference is that
instead of its own archive format, Bup uses the Git repository format.
Can bup purge old backups?
--
Hi,
backup2l is simple and has been reliable for me for years.
Cheers,
Jerome
On 14/03/2025 07:07, tim wade wrote:
Hello
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
besides rsync, do you know any other software/service for increment backup?
is
is analogous to the (opposite) misconception that RAID systems serve as
a backup solution; they only protect against hardware failures of one or
more disks, and happily mirror all your mistakes for you. Proper backup
system need to protect your data from most (ideally all) data loss
scenarios.
Fortunat
On 15/3/25 17:22, Henrik Ahlgren wrote:
Moreover, storing Git repositories on the same storage device as your
original files only safeguards your data against your own mistakes. This
is analogous to the (opposite) misconception that RAID systems serve as
a backup solution; they only protect
On 3/13/25 23:07, tim wade wrote:
Hello
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
besides rsync, do you know any other software/service for increment backup?
Thank you.
"Incremental backup" implies "full backup" --
On Fri, Mar 14, 2025 at 07:53:09PM -0400, Default User wrote:
On 2025-03-14 [FR], Russell Harris wrote:
I use git. I keep terminal open running a ssh connection open to the
backup system. Whenever I wish to save the state of the system, I
switch to the terminal and execute git commit. To
On 2025-03-14 [FR], Russell Harris wrote:
I use git. I keep terminal open running a ssh connection open to the
backup system. Whenever I wish to save the state of the system, I
switch to the terminal and execute git commit. To check the previous
state of a file, Emacs provides git-timemachine
tim wade wrote:
> Hello
>
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
>
Most of the replies so far seem to have ignored 'incremen
Hello,
On 14/03/2025 14:39, Greg wrote:
On 2025-03-14, Jerome BENOIT wrote:
Hi,
backup2l is simple and has been reliable for me for years.
Is that a Debian package?
Yep, here is its tracker page:
https://tracker.debian.org/pkg/backup2l
Cheers,
Jerome
ased backups (where I used a plain
`rsync` to update the off-site backup), that's blazingly fast and cheap
(my Bup/Rsync repositories live in resource constrained machines
(BananaPi)). I used to update the off-site backup once a week at
a carefully chosen time to minimize disruption, wher
On Fri, Mar 14, 2025 at 02:07:53PM +0800, tim wade wrote:
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
I use git. I keep terminal open running a ssh connection open to the
backup system. Whenever I wish to save the state of the system, I
swit
and using less CPU (especially on the server to
> which I send my backups) than the rsync system I used before.
Borg is implemented in Python, which may not be the fastest language.
Borg is fast enough for most common use cases, though it may struggle to
scale with very large datasets. Backup is a
Jonathan Dowland [2025-03-14 22:03:21] wrote:
> On Fri Mar 14, 2025 at 9:14 PM GMT, Stefan Monnier wrote:
>> I use Bup, which provides a fairly similar featureset to Borg (tho
>> doesn't support encryption yet). AFAIK the main difference is that
>> instead of its own archive format, Bup uses the G
David Christensen (HE12025-03-14):
> "Incremental backup" implies "full backup" -- e.g. make full backups on
> Sunday nights and make incremental backups Monday through Saturday nights,
> etc..
Or a full backup in 2025 and the next one in 3025, which is functionally
> A tool that cannot be automated is not a backup tool.
>
> Corollary: a GUI-only tool is not a backup tool.
>
> Regards,
You are making it too easy for you. A tool, than can be configured with a GUI
can of course run automated. Ask Microsoft or Apple!
But there are also tools,
On Fri, 14 Mar 2025 14:07:53 +0800
tim wade wrote:
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
I use and recommend amanda and rsnapshot, both a
I said there are two similar but separately coded versions. The
hourly backup one is a bash script and two python scripts (prebak.py
and postbak.py). The daily backup one uses an rsync server on the
remote machine where the backups are stored but is otherwise pretty
similar to the hourly backup one.
--
Chris Green
·
On 2025-03-14, Jerome BENOIT wrote:
> Hi,
>
> backup2l is simple and has been reliable for me for years.
Is that a Debian package?
Hans (HE12025-03-14):
> Depends on, what you prefer: in console, or with GUIn as conjob or whatever
A tool that cannot be automated is not a backup tool.
Corollary: a GUI-only tool is not a backup tool.
Regards,
--
Nicolas George
Chris Green writes:
> tim wade wrote:
>> Hello
>>
>> I plan to make increment backup for my home dir.
>> It's currently in the size of 1xx GB.
>>
>> besides rsync, do you know any other software/service for increment
>> backup?
>>
>
On 3/14/25 05:40, Chris Green wrote:
tim wade wrote:
Hello
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
besides rsync, do you know any other software/service for increment
backup?
Most of the replies so far seem to have ignored 'in
Depends on, what you prefer: in console, or with GUIn as conjob or whatever
There is "borgbackup2" in my mind, as well as "backintime-qt" (for wide ways
of settings), and for the easiest way, I suggest "deja-dup".
Hans
Harri Suutari wrote:
> On 14/03/2025 08.07, tim wade wrote:
> >
> > besides rsync, do you know any other software/service for increment
> > backup?
>
> Dirvish - "Disk based virtual image network backup system."
>
> Dirvish can create user br
On 14/03/2025 08.07, tim wade wrote:
besides rsync, do you know any other software/service for increment
backup?
Dirvish - "Disk based virtual image network backup system."
Dirvish can create user browseable (daily) backup directories.
Duplicity - "Encrypted incremental
Nicolas George wrote:
> tim wade (HE12025-03-14):
> > besides rsync, do you know any other software/service for increment backup?
>
> Ahem. rsync is not a backup tool.
>
> rsync can be *part of* a backup tool, for example in rsnapshot, or
> manually with filesystem sn
"Gareth Evans" writes:
> It's not truly "incremental", though combines compression,
> deduplication and optional encryption, which may improve on that.
Not "incremental" in the traditional tape-backup sense, which requires
periodic full backups. A
Hi Tim,
tim wade writes:
> Hello
>
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
>
> Thank you.
I have a Raspberry Pi running Nextclo
tim wade (HE12025-03-14):
> besides rsync, do you know any other software/service for increment backup?
Ahem. rsync is not a backup tool.
rsync can be *part of* a backup tool, for example in rsnapshot, or
manually with filesystem snapshots, but rsync alone does not allow you
to recover a f
On Fri, 14 Mar 2025, Jeffrey Walton wrote:
On Fri, Mar 14, 2025 at 2:08?AM tim wade wrote:
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
besides rsync, do you know any other software/service for increment
backup?
I use Duplicity to bac
rg locally, but it needs to run in server mode on the backup
target, so requires to be installed there or to have a binary at --remote-path
if specified. This effectively limits remote provider options in comparison to
eg. restic which might also be worth looking at.
https://restic.net
A now
пт, 14 мар. 2025 г. в 11:08, tim wade :
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
I use borg. It stores files in its own archive format wi
On Fri, Mar 14, 2025 at 2:08 AM tim wade wrote:
> Hello
>
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
>
chiark-backup and amanda both wo
On Fri, Mar 14, 2025 at 2:08 AM tim wade wrote:
>
> I plan to make increment backup for my home dir.
> It's currently in the size of 1xx GB.
>
> besides rsync, do you know any other software/service for increment
> backup?
I use Duplicity to backup a webserver and MySQL da
Hello
I plan to make increment backup for my home dir.
It's currently in the size of 1xx GB.
besides rsync, do you know any other software/service for increment
backup?
Thank you.
>> i have an old pci analog video capture card that uses bttv
>> it fills the log with timeout errors, 1 or 2 per minute
>> bttv: 2: timeout: drop=725178 irq=4905870/4927747, risc=2014e424, bits: HSYNC
>> each night i run a backup with rsync
>> during that backup
Hi,
On Tue, Dec 03, 2024 at 06:51:34AM +0800, Bitfox wrote:
> I run mysql on debian.
Do you? Or do you run MariaDB?
Debian supplies MariaDB but it is possible to get MySQL from elsewhere.
> I want to backup the tables for database grants and authentication. What
> tables should
I run mysql on debian.
I want to backup the tables for database grants and authentication. What
tables should I pick to backup then?
Thank you.
> i have an old pci analog video capture card that uses bttv
> it fills the log with timeout errors, 1 or 2 per minute
> bttv: 2: timeout: drop=725178 irq=4905870/4927747, risc=2014e424, bits: HSYNC
> each night i run a backup with rsync
> during that backup time there are no bt
i have an old pci analog video capture card that uses bttv
it fills the log with timeout errors, 1 or 2 per minute
bttv: 2: timeout: drop=725178 irq=4905870/4927747, risc=2014e424, bits: HSYNC
each night i run a backup with rsync
during that backup time there are no bttv errors
the cameras
Hi,
On Thu Nov 21, 2024 at 6:30 AM GMT, David Wright wrote:
> But can I ask you why you stopped using f=f when you changed address.
It wasn't a change of address, but a change of MUA or MUA config. I
certainly had it enabled at some point with mutt, and I changed the
way I used mutt (from mostly
On 11/21/24 19:01, Greg Wooledge wrote:
On Thu, Nov 21, 2024 at 18:32:38 -0500, gene heskett wrote:
The =20 tells me its been converted to html style encoding some where.
No, =20 is "quoted printable" encoding. It's extremely common for
email; it can be used whenever the source content is HTM
On Wed 20 Nov 2024 at 11:35:28 (-0500), eben@… wrote:
> On 11/20/24 10:49, David Wright wrote:
> > On Tue 19 Nov 2024 at 19:41:25 (-0500), eben@… wrote:
> > > On 11/19/24 10:31, Brad Rogers wrote:
>
> > > > Your sig separator arrives here as "--". If it leaves you as "-- ",
> > > > which it seems
On Thu, Nov 21, 2024 at 18:32:38 -0500, gene heskett wrote:
> The =20 tells me its been converted to html style encoding some where.
No, =20 is "quoted printable" encoding. It's extremely common for
email; it can be used whenever the source content is HTML or plain text
or a calendar invitation o
On 11/21/24 10:00, e...@gmx.us wrote:
On 11/20/24 15:31, gene heskett wrote:
On 11/20/24 15:16, gene heskett wrote:
On 11/20/24 11:24, e...@gmx.us wrote:
On 11/20/24 10:20, Greg Wooledge wrote:
On Wed, Nov 20, 2024 at 10:13:20 -0500, e...@gmx.us wrote:
Just for kicks:
This line has no traili
On Thu 21 Nov 2024 at 10:11:56 (+0700), Max Nikulin wrote:
> On 20/11/2024 22:20, Greg Wooledge wrote:
> > Content-Type: text/plain; charset=us-ascii
>
> > On Wed, Nov 20, 2024 at 10:13:20 -0500, eben wrote:
>
> > > Content-Type: text/plain; charset=UTF-8; format=flowed
>
> > > This line has one
On Thu 21 Nov 2024 at 14:38:02 (-0500), eben wrote:
> On 11/21/24 11:46, eben wrote:
> > On 11/21/24 11:07, eben wrote:
> >> On 11/20/24 10:13, eben wrote:
> >>
> >>> Just for kicks:
> >>> This line has no trailing spaces.
> >>> This line has one trailing space.
> >>> This line has two trailing spa
On 11/21/24 11:46, e...@gmx.us wrote:
> On 11/21/24 11:07, e...@gmx.us wrote:
>> On 11/20/24 10:13, e...@gmx.us wrote:
>>
>>> Just for kicks:
>>> This line has no trailing spaces.
>>> This line has one trailing space.
>>> This line has two trailing spaces.
>>
>> OK, I changed "mail.html_compose" fr
On Thu, 21 Nov 2024 11:46:01 -0500
e...@gmx.us wrote:
Hello e...@gmx.us,
>This is a long line that is more than seventy-two characters that
>should end with a space. It is wrapped on my end.
>
>This is a long line that is more than seventy-two characters that
>should end with two spaces. It is al
On 11/21/24 11:07, e...@gmx.us wrote:
> On 11/20/24 10:13, e...@gmx.us wrote:
>
>> Just for kicks:
>> This line has no trailing spaces.
>> This line has one trailing space.
>> This line has two trailing spaces.
>
> OK, I changed "mail.html_compose" from true to false. Now to see if it
> makes a di
1 - 100 of 3425 matches
Mail list logo