You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/backup_restore.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,10 @@ but also a tiny backups manager which handle backup files for you.
8
8
The backup command will use the [predefined or configured binary](./configuration/basics#binaries) for your
9
9
database vendor with correct parameters to dump your database.
10
10
11
-
Each time you launch the backup command, [a backup file is stored in a directory](./configuration/basics#storage-directory) (See
11
+
Each time you launch the backup command, [a backup file is stored in a directory](./configuration/basics#storage) (See
12
12
[Storage section](#storage) below for more information on how backup files are stored).
13
13
14
-
With time, this directory will grow, that's why a [backup expiration age](./configuration/basics#storage-directory#backup-expiration-age)
14
+
With time, this directory will grow, that's why a [backup expiration age](./configuration/basics#backup-expiration-age)
15
15
was added. Every time you launch the command, at the end, it will be asked if you want to remove obsolete
16
16
backup files (i.e. files that have passed their expiration date).
17
17
@@ -337,13 +337,18 @@ docker compose run dbtools restore --ignore-default-options
337
337
As mentioned earlier on this page, *DbToolsBundle* can list existing backup files
338
338
when you want to restore a previous one with the restore command.
339
339
340
-
All backups are stored in a directory. By default this directory is <spandb-tools-flavor="standalone-docker">`./var/db_tools` (relative to the yaml config file)</span><spandb-tools-flavor="symfony">`%kernel.project_dir%/var/db_tools`</span>
341
-
but [you can choose the directory you want](./configuration/basics#storage-directory).
340
+
All backups are stored in a directory. By default this directory is
341
+
<spandb-tools-flavor="standalone">`./var/db_tools` (relative to the yaml config file)</span>
0 commit comments