# rclone config | tee /usr/jail/desktop/path/to/userdir/rclone.txt <省略 / 参照先の通り> Use auto config? * Say Y ifConfigure this as a team drive? y) Yes n) No y/n> not sure * Say N if you are working on a remote or headless machine or Y didn't work y) Yes n) No y/n> n If your browser doesn't open automatically go to the following link: https: //accounts.google.com/o/oauth2/auth?access_type=offline&client_id=
Enter verification code> xxxxx Configure this as a team drive? y) Yes n) No y/n>n <省略 / 参照先の通り>
#!/bin/sh # 900.vpsbkup daily_vpsbkup_enable="YES" #
バックアップスクリプトにて rclone --config="/root/.config/rclone/rclone.conf" sync <ローカルパス> remote:<Google ドライブのディレクトリ>
サーバ証明書の有効期間が 90日となっている。更新忘れが発生しないよう自動更新の設定を行う。
#!/bin/sh /usr/local/bin/certbot-3.6 renew --pre-hook "service apache24 stop" --post-hook "service apache24 start"
#!/bin/sh # 900.certrenew weekly_certrenew_enable="YES"
サーバ証明書を失効させる場合は以下の手順で行う
# certbot revoke --cert-path <執行させたい cert.pem のパス>
# pkg search <パッケージ名(一部)>
# pkg -j <jailer名> install <パッケージ名>
# pkg -j <jailer名> info
# pkg -j <jailer名> upgrade
# pkg -j <jailer名> delete <パッケージ名>
# freebsd-update fetch # freebsd-update install
# freebsd-update -b /usr/jail/<Prisoner> fetch # freebsd-update -b /usr/jail/<Prisoner> install