ToddAndMargo via users wrote:
>Actually, it creates a file that is allocated 4096 bytes.
>
>$ echo > one
>
>$ du -m one
>1 one
>
>$ du --block-size=1 one
>4096 one
>
>I believe it is called a "cluster", but I may be wrong
>on the name.
Sorry, I missed (or ignored) the "-m". But representin
On 5/9/25 9:06 PM, Dave Close wrote:
francis.montag...@inria.fr wrote:
No: du rounds up:
echo > one
du -m one
1 one
That is correct, not rounded. 'echo' creates a file with one byte,
a newline (0x0a).
Actually, it creates a file that is allocated 4096 bytes.
$ echo > on
On 5/9/25 1:15 AM, francis.montag...@inria.fr wrote:
On Fri, 09 May 2025 01:03:31 -0700 ToddAndMargo via users wrote:
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
du -m ..
"-m" is 1 M blocks. Your return answer could
have a round to zero error is less that 1M blocks
"--block-s
On Sat, 2025-05-10 at 06:50 +0300, Earl Ramirez wrote:
> I don't use Deepin but I find this a bit interesting and would like
> to share it with those that use it.
>
> https://www.theregister.com/2025/05/09/opensuse_ditches_deepin/
I was always surprised that a Chinese desktop gained any traction
francis.montag...@inria.fr wrote:
>No: du rounds up:
>
>echo > one
>du -m one
>1 one
That is correct, not rounded. 'echo' creates a file with one byte,
a newline (0x0a).
--
Dave Close, Compata, Irvine CA +1 714 434 7359
d...@compata.com dhcl..
I don't use Deepin but I find this a bit interesting and would like to
share it with those that use it.
https://www.theregister.com/2025/05/09/opensuse_ditches_deepin/
Kind Regards
Earl
--
___
users mailing list -- users@lists.fedoraproject.org
To unsu
On 5/9/25 1:15 AM, francis.montag...@inria.fr wrote:
On Fri, 09 May 2025 01:03:31 -0700 ToddAndMargo via users wrote:
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
du -m ..
"-m" is 1 M blocks. Your return answer could
have a round to zero error is less that 1M blocks
"--block-s
X11 started by user, Xauthority not set. Can someone provide me with
the correct content?
Authorization required, but no authorization protocol specified
Thanks
--
___
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to
On 5/9/25 3:17 AM, Patrick O'Callaghan wrote:
On Fri, 2025-05-09 at 10:13 +0200, francis.montag...@inria.fr wrote:
On Fri, 09 May 2025 00:50:32 -0700 ToddAndMargo via users wrote:
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
I don't think so. I made a successful test with a 100M spar
On Fri, 2025-05-09 at 10:13 +0200, francis.montag...@inria.fr wrote:
> On Fri, 09 May 2025 00:50:32 -0700 ToddAndMargo via users wrote:
>
> > On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
> > > I don't think so. I made a successful test with a 100M sparseFile like
> > > yours, but you have
On Fri, 2025-05-09 at 00:55 -0700, ToddAndMargo via users wrote:
> > I will be backing up entire partitions. Not all will be sparse.
> > Will the tag work only the sparse files it finds?
>
> dump/restore does this automatically. I wonder what possessed
> borg to not do it? You want back exactly
On Thu, 2025-05-08 at 22:22 -0700, ToddAndMargo via users wrote:
> On 5/8/25 5:43 PM, Samuel Sieb wrote:
> > On 5/8/25 5:22 PM, ToddAndMargo via users wrote:
> > > On 5/8/25 4:57 PM, Samuel Sieb wrote:
> > > > On 5/8/25 4:54 PM, ToddAndMargo via users wrote:
> > > > > Fedora 41
> > > > > borgbackup
On Thu, 2025-05-08 at 16:57 -0700, Samuel Sieb wrote:
> On 5/8/25 4:54 PM, ToddAndMargo via users wrote:
> > Fedora 41
> > borgbackup-1.4.1-1.fc41.x86_64
> >
> > In my testing an hot to write up I made myself of borg
> > backup, I found something confusing.
> >
> > I backed up three file and rest
On Fri, 09 May 2025 01:03:31 -0700 ToddAndMargo via users wrote:
> On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
>> du -m ..
> "-m" is 1 M blocks. Your return answer could
> have a round to zero error is less that 1M blocks
> "--block-size=1 " is better as it will catch everything
No:
On Fri, 09 May 2025 00:50:32 -0700 ToddAndMargo via users wrote:
> On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
>> I don't think so. I made a successful test with a 100M sparseFile like
>> yours, but you have to give the --sparse option to borg.
> I will be backing up entire partitions.
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
du -m ..
"-m" is 1 M blocks. Your return answer could
have a round to zero error is less that 1M blocks
"--block-size=1 " is better as it will catch
everything
--
___
users mailing list -- users@
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
Hi.
On Thu, 08 May 2025 22:28:43 -0700 ToddAndMargo via users wrote:
With borg, I backed up three file and restored
them (somewhere else).
...
So the checksum was equivalent, but I lost my sparseness.
...
As a test, now that dump/restore
On 5/9/25 12:50 AM, ToddAndMargo via users wrote:
On 5/9/25 12:47 AM, francis.montag...@inria.fr wrote:
Hi.
On Thu, 08 May 2025 22:28:43 -0700 ToddAndMargo via users wrote:
With borg, I backed up three file and restored
them (somewhere else).
...
So the checksum was equivalent, but I lost my
Hi.
On Thu, 08 May 2025 22:28:43 -0700 ToddAndMargo via users wrote:
> With borg, I backed up three file and restored
> them (somewhere else).
...
> So the checksum was equivalent, but I lost my sparseness.
...
> As a test, now that dump/restore is working again, I backed up
> a sparse file and re
19 matches
Mail list logo