A few more fixes

This commit is contained in:
Alexandre Prokoudine 2022-04-21 00:42:08 +03:00
parent 94a01d03ff
commit 7409940cd8
1 changed files with 11 additions and 8 deletions

View File

@ -53,17 +53,20 @@ like to make a backup of it on an external drive, *you must copy the entire
folder* containing all of the files mentioned above. It is _not_ enough to copy folder* containing all of the files mentioned above. It is _not_ enough to copy
just the `*.ardour` file. just the `*.ardour` file.
{{% notice tip %}} {{% notice warning %}}
When copying an Ardour folder to another computer or drive, do not manually When copying an Ardour folder to another computer or drive, do not manually
change its name or the name of any of the internal files. change its name or the name of any of the internal files. Please also note that,
as Ardour sessions are case-sensitive, copying a session to a USB stick (VFAT
file-system) will likely corrupt the session. ZIP up the session folder to move
it between machines.
{{% /notice %}} {{% /notice %}}
The easiest way to transfer the entire project is to just ZIP the session's The easiest way to transfer the entire project is indeed to just ZIP the
folder. If you don't have snapshots in your session, you can also use the session's folder. If you don't have snapshots in your session, you can also use
`Session > Archive...` command. This will create a single ZIP file containing the `Session > Archive...` command. This will create a single ZIP file
the project file and all audio data transcoded to lossless FLAC files. Please containing the project file and all audio data transcoded to lossless FLAC
note that this will drop snapshots, only the current state will be saved. files. Please note that an archive will _not_ contain snapshot, only the current
state of the session will be preserved.
## Continuing ## Continuing