Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
UNIX sshで、1つを除いて同じディレクトリ内のすべてのファイルをそのディレクトリに移動する方法は?
例えば。バックアップディレクトリを持ち、他のすべてのファイルをバックアップに移動する
前もって感謝します
使用rsyncは可能性の1つです
rsync
rsync -av from/ to/ --exclude=file_to_exclude
rsyncコマンド の詳細: http://linux.about.com/library/cmd/blcmdl1_rsync.htm