Create zip archive excluding specific Files & Directories

  • Create archive of all files under public_html directory ignoring all files and folders including text backup in there named
  • Create archive of all files under httpdocs directory ignoring .svn or .git files and directories.
  • Create archive of all files under httpdocs directory ignoring all files and directories ending with with .log.
  • Exclude .git file and node_modules directory
  • Exclude .git file and files in node_modules directory, but keep node_modules directory
  • Exclude cache, backups, uploads directory, but keep node_modules directory (Current date for the generated file)