My cool new Blog

Hello World! This is the most epic subtitle ever.
en de

[筆記] rsync with file version control

2016-04-18 工作筆記

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 timestamp result rsync with backup and timestamp result[/caption]

 

comments powered by Disqus