Closed ssddanbrown closed 1 year ago
At least that's what I think is going on. Occurs on linuxserver image. CLI targets storage/uploads, but storage/uploads/{files,images} are the ones symlinked.
storage/uploads
storage/uploads/{files,images}
Likely need to use realpath on this line: https://github.com/BookStackApp/system-cli/blob/6066bc3c760e712549f8f3ac0e168ce5cd8a4670/src/Commands/BackupCommand.php#L166
At least that's what I think is going on. Occurs on linuxserver image. CLI targets
storage/uploads
, butstorage/uploads/{files,images}
are the ones symlinked.Likely need to use realpath on this line: https://github.com/BookStackApp/system-cli/blob/6066bc3c760e712549f8f3ac0e168ce5cd8a4670/src/Commands/BackupCommand.php#L166