| Running it the first time: | ||
| ljgrabber.pl -v | Download everything to ~/Documents/LJ/ | |
| ljgrabber.pl -v --lock --before 30d | Lock all of your more-than-a-month-old entries to disallow new comments. This helps with comment-spam. | |
| Running it nightly from cron: | ||
| ljgrabber.pl --since 2d | Download any entries modified in the last two days. | |
| ljgrabber.pl --lock \ --before 30d --since 33d | Lock any entries modified between 30 and 33 days ago (the range is so that it doesn't have to examine every old entry, only the ones that have just expired.) | |
It doesn't back up comments.
