Contents tagged with zip
-
Automatic Zip and Backup a Folder
To backup folder C:\websites to c:\Backups using powershell from command prompt:
powershell.exe -nologo -noprofile -command "& { Add-Type -A 'System.IO.Compression.FileSystem'; [IO.Compression. … more