Does the –checksum option offer a guarantee that only files that has changed and aren’t present in the sender directory will be deleted?

|
2022-08-29 14:00:12
What the fuck is the committee doing
lanciagreggori 2022-08-29 14:00:15
qontinuum 2022-08-29 08:36:26
What do you mean with “integral directories”? Also I never heard about USB drives being slow to mount

integral dirs are those you really can’t really put in the background their mount like /var or /, the OS needs them to proceed to boot normally, my USB is used for backup mounted at /mnt

As for slow drives, by slow I mean like 3 or more seconds to mount, so I’m just sitting there watching the screen waiting for my login prompt

Since that drive is non essential, why not put the mount in background and shave seconds off my boot?

m3lcore 2022-08-29 14:00:41
2022-08-29 13:59:56
C++ is so fucking god awfully complicated yet it does not have std::net or some kind of proper unicode library

I’m guessing you don’t like having to think.

2022-08-29 14:01:07
m3lcore 2022-08-29 14:00:41
I’m guessing you don’t like having to think.

I know there are some libraries on github but many languages provide those in the standard library

m3lcore 2022-08-29 14:01:33
2022-08-29 14:01:07
I know there are some libraries on github but many languages provide those in the standard library

Yes, many languages also provide you with a garbage collector

2022-08-29 14:01:59
There is BDW-GC, works fine for me
lanciagreggori 2022-08-29 14:02:09
2022-08-29 14:01:07
I know there are some libraries on github but many languages provide those in the standard library

Wait, C++ does not have a native Unicode library?

2022-08-29 14:02:51
https://github.com/lartu/lstring is probably the best I’ve used

GitHub – Lartu/lstring: A simple, UTF-8 string library for C++ 📚GitHub
A simple, UTF-8 string library for C++ 📚. Contribute to Lartu/lstring development by creating an account on GitHub.
2022-08-29 14:03:56
But it’s still an external library
R3VERED 2022-08-29 14:47:31
with scudo (memory allocator) firefox gives

Scudo ERROR: corrupted chunk header at address 0x6609152ab830

and I can only start firefox in safe mode for now

any solution ?

Rougreh 2022-08-29 14:53:07
lanciagreggori 2022-08-29 14:02:09
Wait, C++ does not have a native Unicode library?

it is bad 🙂

Rougreh 2022-08-29 14:53:16
is what I have heard from someone
Rougreh 2022-08-29 15:15:15
to people that use rsync to backup, what command do you use?
grazzolini 2022-08-29 15:15:56
Rougreh 2022-08-29 15:15:15
to people that use rsync to backup, what command do you use?

it depends on what you’re backing up and also what you want to preserve

ItsZariep 2022-08-29 15:26:51
ora
2022-08-29 15:29:06
cringe bot
Rougreh 2022-08-29 15:29:44
grazzolini 2022-08-29 15:15:56
it depends on what you’re backing up and also what you want to preserve

1:1 copy without copying things that are already present

Rougreh 2022-08-29 15:30:19
and It’s man page is huge
ChrisCromer 2022-08-29 15:32:01
2022-08-29 15:29:06
cringe bot

You’re not special, no command for you.

grazzolini 2022-08-29 15:36:25
Rougreh 2022-08-29 15:29:44
1:1 copy without copying things that are already present

-a does that, but it doesn’t preserve everything

Rougreh 2022-08-29 15:37:51
what if I run the same command but with some files deleted and some new files and some changed files?
2022-08-29 15:39:47
grazzolini 2022-08-29 15:36:25
-a does that, but it doesn’t preserve everything

rsync -rtvzP is the one and only one

ItsZariep 2022-08-29 15:41:56
Rougreh 2022-08-29 15:37:51
what if I run the same command but with some files deleted and some new files and some changed files?

test it by yourself

Rougreh 2022-08-29 15:45:27
does the –checksum option offer a guarantee that only files that has changed and aren’t present in the sender directory will be deleted?
Rougreh 2022-08-29 15:45:31
if used with the –delete option
grazzolini 2022-08-29 15:52:06
2022-08-29 15:39:47
rsync -rtvzP is the one and only one

-a covers most of those. -z doesn’t help that much, uses more CPU for no great compression. -P is good only if you’re interactively running rsync, the OP mentioned backups, I suppose automated backups.

grazzolini 2022-08-29 15:52:44
Rougreh 2022-08-29 15:45:27
does the –checksum option offer a guarantee that only files that has changed and aren’t present in the sender directory will be deleted?

-c is useless most of the time.

2022-08-29 15:58:57
grazzolini 2022-08-29 15:52:06
-a covers most of those. -z doesn’t help that much, uses more CPU for no great compression. -P is good only if you’re interactively running rsync, the OP mentioned backups, I suppose automated backups.

B…BUT DEFAULT RUNESPACE CHARACTER SAID THAT!!!!!

qontinuum 2022-08-29 15:59:15
lanciagreggori 2022-08-29 14:00:15
integral dirs are those you really can’t really put in the background their mount like /var or /, the OS needs them to proceed to boot normally, my USB is used for backup mounted at /mnt

As for slow drives, by slow I mean like 3 or more seconds to mount, so I’m just sitting there watching the screen waiting for my login prompt

Since that drive is non essential, why not put the mount in background and shave seconds off my boot?

3 seconds to mount a drive? Wtf

grazzolini 2022-08-29 15:59:44
2022-08-29 15:58:57
B…BUT DEFAULT RUNESPACE CHARACTER SAID THAT!!!!!

Put one extra “T” in your butt and there you have it!

2022-08-29 15:59:59
grazzolini 2022-08-29 15:59:44
Put one extra “T” in your butt and there you have it!

wut

grazzolini 2022-08-29 16:00:16
2022-08-29 15:59:59
wut

Sorry, I can’t dumb it down more for you.

2022-08-29 16:00:28
ok im a retard
qontinuum 2022-08-29 16:00:33
Yes
2022-08-29 16:00:43
sneed
|