Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ISPConfig 3
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 553
    • Issues 553
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 45
    • Merge requests 45
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ISPConfig
  • ISPConfig 3
  • Issues
  • #2701
Closed
Open
Created Jun 13, 2013 by David Stiller@Blackbit

Backups are not created in mode userzip

The backup-mode "userzip" creates a wrong zip-command and no backup is created.

The zip command is using --exclude= wich is an option for tar, not zip. --exclude is also unknown.

Its working with this syntax instead:

sudo -u web1741 find . -group client139 -print -not -name backup* | zip -b /tmp backup/test.zip -y -@

The find is excluding the backup-folder instead of zip as it can not parse -x and -@ together. -y is storing symlinks in my example.

Assignee
Assign to
Time tracking