タイトル : いろいろ rsync、sylpheed Ubuntu25.10を使ってみる 新GPUマシン
更新日 : 2026-03-12
カテゴリ : プログラミング
rsync
rsyncは最初から入ってた。バックアップマシンから最新データを持ってくる作業が最初なので、sshとrsyncの確認が先ですね。
$ rsync --version
rsync version 3.4.1 protocol version 32
Copyright (C) 1996-2025 by Andrew Tridgell, Wayne Davison, and others.
Web site: https://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, symlinks, symtimes, hardlinks, hardlink-specials,
hardlink-symlinks, IPv6, atimes, batchfiles, inplace, append, ACLs,
xattrs, optional secluded-args, iconv, prealloc, stop-at, no crtimes
Optimizations:
SIMD-roll, no asm-roll, openssl-crypto, no asm-MD5
Checksum list:
xxh128 xxh3 xxh64 (xxhash) md5 md4 sha1 none
Compress list:
zstd lz4 zlibx zlib none
Daemon auth list:
sha512 sha256 sha1 md5 md4
rsync comes with ABSOLUTELY NO WARRANTY. This is free software, and you
are welcome to redistribute it under certain conditions. See the GNU
General Public Licence for details.
$git
gitのインストール。sudo apt install git
$ git --version
git version 2.51.0
$メーラー sylpheed
ほとんど使っていないけど...
インストール : sudo apt install sylpheed
設定 : バックアップの ~/Mailと ~/.sylpheed-2.0 を新マシンに配置するだけ
