# SPDX-FileCopyrightText: 2024 Philipp Micheel # SPDX-License-Identifier: GPL-3.0-or-later # # borgreport daily timer # # Adjust settings for the borgreport timer via: # System Service: sudo systemctl edit borgreport.timer # User Service: systemctl --user edit borgreport.timer # [Unit] Description=BorgBackup Report Documentation=man:borgreport(1) Documentation=https://github.com/bbx0/borgreport [Timer] # Start each day at 14:05 with a added random delay of max 20 minutes OnCalendar=*-*-* 14:05:00 RandomizedDelaySec=1200 [Install] WantedBy=timers.target