Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

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.
namit

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