:: Re: [DNG] Post-install configuratio…
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Dan Purgert
日付:  
To: dng
題目: Re: [DNG] Post-install configuration questions
On Jan 09, 2025, Walter Dnes wrote:
> Thanks for the replies. Next questions...
>
> [...]
> 2) I've got "sudo" sort of working. It still needs me to enter my
> user password before proceeding. Is this standard or am I doing
> something wrong? I've "asked Mr. Google" and added "waltdnes" to group
> sudo, as well as making a change in /etc/suders vith "visudo".


requiring your password for 'sudo' is standard practice. Are you
implying you want to perform root tasks as 'waltdns' WITHOUT password
confirmation?

>
> 3) What critical portions of the system should I back up regularly?
> Right now I expect that it should be something like...
>
> * /etc
> * /root
> * /home/user2
> * /home/waltdnes


Yes, No, Yes, Yes.

"/root" is the homedir for the "root" user. I wouldn't expect any
actual data there, especially given your above comment about using sudo.

>
> I want to run with 2 machines, with one being a "near-hot-backup"
> updated occasionally so that if the main machine fails catastrophically,
> I lose a few days of stuff at worst.


rsync and a cronjob? Though I wouldn't "backup" from A/etc to B/etc (or
the other directories), rather something like "A/etc" to
"B/backups/A/etc".

--
|_|O|_|
|_|_|O| Github: https://github.com/dpurgert
|O|O|O| PGP: DDAB 23FB 19FA 7D85 1CC1 E067 6D65 70E5 4CE7 2860