exclude file types in Sync

Advertisement

namit
Guest

exclude file types in Sync

Hey just have two questions

q1. So just wondering is there any way of doing copy without doing copy of temp files, mp3s etc...

# Backup
"c:\Program Files\WinSCP\WinSCP.com" /script=script.txt

# script.txt
option batch on
option confirm on
open namit:@test.ie
synchronize remote F:\+Christian /home/namit/Backup200208
close
exit

Where as i had robocopy do my backups before but was not to remote location.

# old backup
set drive=\\bob\Backup
set backupcmd=robocopy
SET dateNtime="%date:~3,2%-%date:~6,6%"
%backupcmd% "%USERPROFILE%" "%drive%\%USERNAME%\\%dateNtime%" /S /B /R:1 /W:1 /XD NetworkService *"temporary internet files" *cache Cookies

q2. also is there any way of doing compression before sending files beacuse i am finding that 100mb files that change daily are not fun to backup.

Thanks

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: exclude file types in Sync

namit wrote:

q1. So just wondering is there any way of doing copy without doing copy of temp files, mp3s etc...
Use option exclude command.

also is there any way of doing compression before sending files beacuse i am finding that 100mb files that change daily are not fun to backup.
You can enable connection compression, if it helps.

Reply with quote

Advertisement

You can post new topics in this forum