Separate Backup
#1526
Replies: 1 comment
-
|
Yo can create two disks, So backup:run --only-files --only-to-disk=files_backups
backup:run --only-db --only-to-disk=db_backups |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Issue: Keeping
backupof large site withbackup:runcreated a single file withfiles&database. Which is ok, as we can runbackup:run --only-dborbackup:run --only-filesto back up them separately. The problem I face is those backup files are named as regular backup file name style like<Y-m-d-H-i-s>.zipand stored in same backup directory.I'm suggesting to add separate folders for
only-dboronly-filesto make backups easy to manage. So when anyone runonly-dboronly-filesbackups will be stored in respected directory.Beta Was this translation helpful? Give feedback.
All reactions