Scroll to navigation

CALENDARSERVER_PURGE_ATTACHMENTS(8) System Manager's Manual CALENDARSERVER_PURGE_ATTACHMENTS(8)

NAME

calendarserver_purge_attachmentsDarwin Calendar Server orphaned attachments clean-up utility

SYNOPSIS

calendarserver_purge_attachments [--config file] [--dry-run] [--verbose] [--help]

DESCRIPTION

calendarserver_purge_attachments is a tool for removing attachments that are no longer referenced by any calendar events.
calendarserver_purge_attachments should be run as a user with the same priviledges as the Calendar Server itself, as it needs to read and write data that belongs to the server.

OPTIONS

-h, --help
Display usage information
-f, --config FILE
Use the Calendar Server configuration specified in the given file. Defaults to /etc/caldavd/caldavd.plist.
-n, --dry-run
Calculate and display how many orphaned attachments would be removed, but don't actually remove them.
-v, --verbose
Print progress information.

FILES

/etc/caldavd/caldavd.plist
The Calendar Server configuration file.

SEE ALSO

caldavd(8)
June 17, 2009 Debian