-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
I have scheduled backups enabled, with the "database and media" type selected. On schedule, the system creates a backup file in the /var/backups
directory, e.g. 1452176641_media.tgz
. When I extract this file on the command line, using: tar -xzf 1452176641_media.tgz
, I see a pub
and var
directory. pub
contains the media files as expected. var
contains what looks like an archive of the database, e.g. 1452176641_db.gz
. However, when I try to extract this file using gzip -d var/1452176641_db.gz
, gzip throws an error: gzip: var/1452176641_db.gz: not in gzip format
. How can I extract this database file?
Metadata
Metadata
Assignees
Labels
Issue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report