約20,800件1ページ目

日本語のみで絞り込む

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

  • 最終更新日:1年以内
  • 2024/2/29 -1 Answer 1 · Your script ask ruser@192.168.0.100's password: Then I in password 1234 then I see [sudo] password for ruser: sending incremental file list ./ ...

    2023/12/3 -This will only work, if you user can run the sudo commmand without being asked for the password. So, on the destination machine. Find out the path to rsync: ...

    2024/3/23 -1. Navigate to a deploy server's settings, then select "Rsync Settings" · 2. Paste the following: -azr,--no-p,--no-g,--omit-dir-times,--checksum,--chown="www- ...

    2023/11/28 -rsync to server and set ownership and permissions, use sudo ... I have a server with a website, /var/www/html/website. ... --chown=user:www-data doesn't work ...

    2024/1/14 -For RPM-based distributions like CentOS, you would use the command sudo yum install rsync . Once installed you can use it to syncronzie files with the syntax, ...

    2024/3/18 -Remote Sync (rsync) is a utility for efficiently transferring and synchronizing files and directories across networked computers.

    2024/1/3 -I used rsync to copy all the user data and preserve all permissions on the files. I needed sudo access on both sides. In this article I refer to the new machine ...

    2023/5/25 -Rsync is a powerful tool that can be used from the command line, with several options to adapt to any need. Of course, you can use GUI backup programs. There ...

    2024/1/6 -I have a bash script that is created under a user account and calls rsync to sync two directories. However I need rsync to be able to also ...

    2023/10/17 -Rsync, short for “remote synchronization,” is a powerful and versatile command-line tool used for syncing files and directories between different locations.

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

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

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