dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit c6132ae6299a157f8417066657ea5559c384933f
parent 8b31753f7e94115cbad1125fa85be5cc66967e6d
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Wed, 21 Dec 2022 12:10:47 +0900

change what to be backed up

Diffstat:
Mbin/home_backup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/home_backup b/bin/home_backup @@ -1,2 +1,2 @@ #!/bin/sh -rsync -av --delete --exclude 'pics/dessin' /home/kenji/address /home/kenji/bin /home/kenji/code /home/kenji/docs /home/kenji/music /home/kenji/note /home/kenji/passwords /home/kenji/pics /home/kenji/rsa /home/kenji/sakura /home/kenji/sound /home/kenji/tera /home/kenji/videos hatsukaze.aa0.netvolante.jp:/mnt/x220 +rsync -av --delete /home/kenji/address /home/kenji/bin /home/kenji/code /home/kenji/docs /home/kenji/music /home/kenji/note /home/kenji/passwords /home/kenji/pics /home/kenji/rsa /home/kenji/sakura /home/kenji/sound /home/kenji/tera /home/kenji/videos hatsukaze.aa0.netvolante.jp:/mnt/x220