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
backup
of large site withbackup:run
created a single file withfiles
&database
. Which is ok, as we can runbackup:run --only-db
orbackup:run --only-files
to 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>.zip
and stored in same backup directory.I'm suggesting to add separate folders for
only-db
oronly-files
to make backups easy to manage. So when anyone runonly-db
oronly-files
backups will be stored in respected directory.Beta Was this translation helpful? Give feedback.
All reactions