Updraft back up plugin for WordPress will create multiple folders for Uploads and Plugins in the backup when the content amount exceeds a certain limit, you end up with folders named like: Issue is that it is a pain to manually combine them as there can be overlap from one folder to another. Here is […]
The post Combine Multiple Upload/Plugin Updraft Backup Folders into one appeared first on WP Beaches.
Updraft back up plugin for WordPress will create multiple folders for Uploads and Plugins in the backup when the content amount exceeds a certain limit, you end up with folders named like:
Issue is that it is a pain to manually combine them as there can be overlap from one folder to another.
Here is how to combine them to one folder using the Termnial in macOS.
Add all zip archives into one folder, name it like uploads-all. Change directory to uploads-all.
cd ~/uploads-allExtract all uploads and merge them into a folder, example below is named uploads-combined, run:
for z in *.zip; do
unzip -o "$z" -d uploads-combined
done
Now in the folder uploads-combined is an uploads folder which contains all the upload files merged. Which you can either move into your WordPress restore or zip to one archive.
zip -rX uploads.zip uploads/
That’s it, the same can be done for other multiple folders such as plugins.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Нужно старый сайт оставить но его вес передать на новый | 0 | 5 | 24-03-2026 |
| 2 | WordPress 7.0 - тормозит админка | -3 | 4 | 31-05-2026 |
| 3 | Что лучше использовать для создания ЧПУ и нормального slug’а в WordPress? | 0 | 2 | 13-05-2026 |
| 4 | Post Date Block: Published & Modified | 0 | 4.34 | 20-01-2026 |
| 5 | Malicious AI Coding Plugins Hit JetBrains Marketplace, Stealing API Keys From Developers | -2 | 8 | 17-06-2026 |
| 6 | Simple unzip CLI tool for Windows | 2 | 6 | 02-07-2026 |
| 7 | От ИИ до бэкапов: 70% СМБ пользуются несколькими сервисами в одном облаке | 0 | 5 | 08-07-2026 |
| 8 | От ИИ до бэкапов: 70% СМБ пользуются несколькими сервисами в одном облаке | 0 | 5 | 08-07-2026 |
| 9 | Подтверждена совместимость UserGate WAF 7 и балансировщика нагрузки DS Proxima | 0 | 5 | 23-06-2026 |
| 10 | ЦБ: мораторий на досрочный перевод пенсионных накоплений может продлиться три-пять лет | 0 | 0 | 25-09-2019 |