save2ftp how to create ZIP?

Technical support for APBackUp users
Post Reply
SirYorik

save2ftp how to create ZIP?

Post by SirYorik »

how to create single file .ZIP ?

now make full directories mirror only.

but in help:
Archive prefix

Archive file (folder) will be named [Archive prefix][Date format].[extension]

Date format

You can ask Save2FTP to add a date to the archive file name. For example, if you set Archive prefix "Work-" Date format "YYYYMMDD", then the archive created at 10.12.2003 will be named "Work-20031210.zip".

You can also use "\" in the date format. For example, if the date format was "YYYY\MM\DD\hh-nn", then archive created at 02.01.2003 12:34 would have the full path "20003\01\02\12-34.zip". This way you can sort archives to different folders depending on the creation date.
???
SyrYorik

Post by SyrYorik »

perversion:
make single RAR archive from dir with subdir.
this create on FTP .../[ZipName]/[ZipName].rar


makerar.cmd

Code: Select all

set RAR=c:\n.r.i\winrar\rar.exe
set FILE="%CD%\%1.rar"
if exist %FILE% del  %FILE%
%RAR% a -r -ac -x*.rar %FILE% "%CD%"
Source Files
Include files: C:\SOMEFOLDER\*.*
Backup Parameters: uncheck all except INCLUDE ONLY....
Run Before
Execute: C:\SOMEBIN\makerar.cmd
Parameters: [ZipName]
support
AVPSoft support
AVPSoft support
Posts: 326
Joined: 01 Nov 2004, 21:25
Contact:

Post by support »

Save2FTP is a lite version of APBackup ttp://avpsoft.com/products/apbackup
So Save2ftp don't do packed archives. If you want to do packed backups use APbackup. You can use it to evaluate 30 days
Post Reply