#author("2018-11-16T16:20:51+09:00","default:okazaki","okazaki") #menu(howto/MenuBar) #author("2018-11-16T16:52:09+09:00","default:okazaki","okazaki") * howto/emacs [#rcc2e888] #contents ** 一行メモ [#q4bbe462] #comment ** 基本的な使い方 [#w4efe1e4] $ rsync -av -e ssh --delete EPG username@machine:/disk1 EPGディレクトリを、/disk1ディレクトリ内にrsyncする。 (危険注意) EPG ではなく、EPG/ とすると、disk1の中にEPGディレクトリが出来るのではなく、 元のdisk1が丸ごと削除(disk1に他のファイル・ディレクトリがあるとそれは削除)されて、 disk1の内容がEPGになるので非常に危ない。 各オプションの意味 -a equivalent to -rlptgoD -v increase verbosity -e specify the remote shell to use --delete delete files that don't exist on the sending side -r recurse into directories -l copy symlinks as symlinks -p preserve permissions -t preserve times -g preserve group -o preserve owner (root only) -D preserve devices (root only)