顯示具有 command line 標籤的文章。 顯示所有文章
顯示具有 command line 標籤的文章。 顯示所有文章

2015年12月15日 星期二

rsync - a simple backup command

If you want to backup something just use the following command

$rsync -au /source/path/* /dest/path/folder 

In case after some days your source path have new files or some changes, just recall the command and it can simply update the destination folder to sync everything.