/etc overwrite issues #5

Closed
opened 2024-05-24 18:56:40 +00:00 by kake26 · 1 comment
kake26 commented 2024-05-24 18:56:40 +00:00 (Migrated from codeberg.org)

It seems /etc doesn't overwrite properly on restore. So far it seems no matter my attempts cp won't overwite. Now I know some distros alias cp into interactive mode. Going to create and implement code to detect and deal with it. I'm not sure it will help.

It seems /etc doesn't overwrite properly on restore. So far it seems no matter my attempts cp won't overwite. Now I know some distros alias cp into interactive mode. Going to create and implement code to detect and deal with it. I'm not sure it will help.
kake26 commented 2024-05-29 02:32:57 +00:00 (Migrated from codeberg.org)

Fixed by replacing CP with Rsync. Rsync gets installed as part of restore so this isn't a big deal.

Fixed by replacing CP with Rsync. Rsync gets installed as part of restore so this isn't a big deal.
Sign in to join this conversation.
No description provided.