本博客由 [Pipe](https://github.com/b3log/pipe) 强力驱动

archlinux 安装 rsync 做备份服务器

安装rsync

pacman -Syy rsync

imagepng

修改配置文件

nano /etc/rsyncd.conf

imagepng

这边需要注意下模块的名称和密码文件的路径

echo "abc:1234">/etc/rsync.password

重启服务

systemctl restart rsyncd

查看服务状态

systemctl status rsyncd

imagepng

给文件夹目录加上颜色
将下面的代码加入~/.bashrc

export LS_OPTIONS='--color=auto'  
eval "`dircolors`"  
alias ls='ls $LS_OPTIONS'  
alias ll='ls $LS_OPTIONS -l'  
alias la='ls $LS_OPTIONS -lA'

imagepng

未完待续,因为下班了。。。。。

留下你的脚步