Round and round the back-up rabbit hole
2025-Sep-27, Saturday 02:09 amLast time I backed up my dreamwidth it was with an old barely functioning tool. This time I've found an updated, fully functioning method.
1. Set up your api key;
Go to Account Settings, and if you don't already have an API key, check the 'Generate a new API key' checkbox, click 'Save' and when the page reloads you'll have a key you can use in the 'Manage API Keys' section. You will use this instead of your actual account password (see here for details).
2. Clone the ljdump fork updated to work with python3;
3. Create your secrets config file;
where;
server = https://www.dreamwidth.org
username = your_account_name
password = your_api_key
4. Run the backup;
It will download your entries, comments (in XML), and userpics. Like magic.
1. Set up your api key;
Go to Account Settings, and if you don't already have an API key, check the 'Generate a new API key' checkbox, click 'Save' and when the page reloads you'll have a key you can use in the 'Manage API Keys' section. You will use this instead of your actual account password (see here for details).
2. Clone the ljdump fork updated to work with python3;
git clone https://github.com/timmc/ljdump3. Create your secrets config file;
cd ljdump
cp ljdump.config.sample ljdump.config
vim ljdump.configwhere;
server = https://www.dreamwidth.org
username = your_account_name
password = your_api_key
4. Run the backup;
python ljdump.pyIt will download your entries, comments (in XML), and userpics. Like magic.
no subject
Date: 2025-09-29 04:46 pm (UTC)no subject
Date: 2025-09-30 11:03 pm (UTC)no subject
Date: 2025-10-01 02:05 pm (UTC)