How to Exclude Folders and Set size+timestamp for sync?
Hi, Winscp is really a great tool for syncing remote files as backup. At present I have this info or doing synchronization remote > local .. Which working great.
But I am having trouble to add Synchronization criteria for last folder/file modified time and size.
Also Wanted to exclude some directories/subfolders/files by Using option exclude "folder/file" ??.
/backups*
/dev*
/boot*
/media*
/mnt*
/proc*
/sys*
/tmp*
/run*
I tried doing this by | pipes for excluding but I might have done something wrong. :oops:
Please suggest.
option batch on option confirm off open user@sftp.example.com cd option transfer binary get /* i:\backups\domain\* synchronize local i:\backups\domain\ / exit
But I am having trouble to add Synchronization criteria for last folder/file modified time and size.
Also Wanted to exclude some directories/subfolders/files by Using option exclude "folder/file" ??.
/backups*
/dev*
/boot*
/media*
/mnt*
/proc*
/sys*
/tmp*
/run*
I tried doing this by | pipes for excluding but I might have done something wrong. :oops:
Please suggest.