バックアップで作成したファイルを Googleドライブへアップロードする。
griveを使用するので正確には同期となる。
#cd <Google ドライブと同期したいディレクトリの一つ上> #grive -a -s <Google ドライブと同期したいディレクトリ> | tee <出力先ファイル>
Please input the authentication code here: <認証コードを入力> Reading local directories Reading remote server file list Synchronizing files sync "./<Google 同ライブと同期したいディレクトリ>" created in remote. creating local Finished!
サーバ証明書の有効期間が 90日となっている。更新忘れが発生しないよう自動更新の設定を行う。
#!/bin/sh /usr/local/bin/certbot 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