Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Replace tempdir with the directory you want to put the attachments in. This can take a long time on larger sites!!!

No Format
--action runFromAttachmentList --space @all  --common "--action getAttachment --id @pageId@ --name \"@attachment@\" --file tempdir" --continue

To Avoid Duplicate Attachment Names

Attachment names are only unique for the page they are on, so you might want something more precise.

No Format
--action runFromAttachmentList --space @all  --common "--action getAttachment --id @pageId@ --name \"@attachment@\" --file \"tempdir/@space@/@title@\" --continue