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.