[筆記] rsync with file version control
using rsync with -b (backup) and –suffix parameters to backup file histroy with timestamp
if wanna run script in crontab , must add “\” berfore “%” in script
chinese folder/file name is OK.
> /usr/local/bin/rsync -avPbu –suffix=.date +\%Y\%m\%d\%H\%M\%S –exclude=“@eaDir” –log-file=“/nas/DB_Backup/rsynclog/總營業處date +\%Y-\%m-\%d.log” /218/總營業處 /zp
[caption id=“attachment_1651” align=“alignnone” width=“563”]
rsync with backup and timestamp result[/caption]