# backup rfriends data
#
# 2025/05/04 new
# 2025/05/05 modify
# 2025/05/06 modify
#
#option echo off
option batch abort
option confirm off
option transfer binary

open %OPENPARA%

# sync remote_sync -> local_sync
echo
lcd %LOCAL_SYNC%
cd %REMOTE_SYNC%
synchronize %SYNCPARA%

close
exit
