約1,950件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1か月以内
  • 2024/6/13 -This section shows you how to set up automatic Rsync backups using Linux Cron Jobs. Open the crontab settings. console. Copy. $ sudo ...

    2024/5/22 -Migrate existing data. Run the following command to synchronize existing data that is stored in the source file system to the destination file system: tmux sudo ...

    2024/6/6 -It is used for efficiently synchronizing files and directories between different locations, whether on the same machine or across a network. Rsync is ...

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

    2024/5/22 -Server, only from terminal. Timeshift used for the absolute first time on a clean install with nothing else installed prior, using the following command: sudo ...

    2024/5/30 -Install the rsync daemon with the following command: sudo apt install rsync -y . Creating a Backup User. Create a user account for storing your backups. In ...

    2024/6/1 -Hi there, I just set up timeshift in my two openmediavault machines. I just wanted to describe my process (almost a mini-guide) in case somebody finds it ...

    2024/5/22 -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 ...

    1日前 -hello i am trying to push files from bitbucket to an aws lightsail instance. I am using rsync in my pipeline file. I have set up a specific user and.

    2024/6/13 -Explore the new Rsync update to ensure secure and improved file synchronization for your Linux systems.

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

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

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