約418件1ページ目

日本語のみで絞り込む

条件を指定して検索しています。すべての条件を解除する

  • 最終更新日:1週間以内
  • 2日前 -This section shows you how to set up automatic Rsync backups using Linux Cron Jobs. Open the crontab settings. console. Copy. $ sudo ...

    5日前 -To restore, you only need to reverse the source and destination. Code: Select all sudo rsync -a --info=progress2 --exclude="lost+found" --exclude=".cache ...

    6日前 -I used a rsync script to sync my linux drives to an USB external drives for years. ... You can add the specific command in your sudo's file so a sudo password is ...

    2日前 -Explore the new Rsync update to ensure secure and improved file synchronization for your Linux systems.

    4日前 -1. Using reboot command to restart our Linux system ... We use `sudo` as a prefix when we use the `reboot` command because we want to execute the command with ...

    5日前 -... sudo mount /dev/mmcblk2p1 /mnt/emmc Paste Thinkerboard files into emmc using rsync: sudo rsync -avx --exclude=/mnt/emmc / /mnt/emmc Power off tvbox Eject SD ...

    2日前 -Rsync is renowned for its fast and versatile capabilities in copying files remotely as well as locally. With the latest update, a particularly noteworthy change ...

    4日前 -In this article, I'll guide you through the process of using ddrescue to recover data from a failing hard disk in simple, easy-to-follow steps.

    6日前 -Copy the current data directory to the new one. sudo rsync -aP /var/lib/docker/ <path to your Docker folder>. Rename the old docker directory. sudo mv /var ...

    4日前 -Command-line tools provide easy access to the capabilities of Backblaze B2 Cloud Storage.

    A.元々ルートで実行すればよいのじゃないですか /etc/crontab に 00 12 * * * root script_path と書けば正午にroot で実行されるのでは。 或いは、sudo

    A.シェル上では、ダブルクオートは、空白などの文字列を想定する場合です。しかし、同時に文字列を展開してしまいます。バッククオートは特別な意味として解釈されます。コマンドの実行を意味します。ですから、...

    A.その場合はexpectを使わずに、sudoにそのシェルスクリプトをNOPASSWORDで実行出来るように登録しておくのが楽。