Displaying 5 results from an estimated 5 matches for "onbootsec".
Did you mean:
bootsec
2016 Feb 09
3
/tmp full with systemd-private*
...t was my understanding that these temp-files should have been removed daily as
it is stated here:
$: grep -v '^#' /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
[Unit]
Description=Daily Cleanup of Temporary Directories
Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
[Timer]
OnBootSec=15min
OnUnitActiveSec=1d
Am I missing something? Is there a better way with a systemd based systemd to
have these files removed daily?
2020 May 30
1
Current thinking on backups ?
...enough to set up a systemd timer and service to pull the mail
down.
mysync.timer
============
# Run the mbsync process to sync mail down to local mediabox
[Unit]
Description=mbsync timer
ConditionPathExists=%h/.mbsyncrc
ConditionPathIsDirectory=/stuff/Backups/Mailsystems/mbsync-backups
[Timer]
OnBootSec=15m
OnCalendar=hourly
Persistent=true
[Install]
WantedBy=timers.target
mysync.service
==============
# mbsync service
[Unit]
Description=mbsync backup from mailsystems
ConditionPathExists=%h/.mbsyncrc
ConditionPathIsDirectory=/stuff/Backups/Mailsystems/mbsync-backups
[Service]
Type=oneshot
Exe...
2016 Feb 09
0
/tmp full with systemd-private*
...d have been removed daily as
> it is stated here:
>
> $: grep -v '^#' /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
>
> [Unit]
> Description=Daily Cleanup of Temporary Directories
> Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
>
> [Timer]
> OnBootSec=15min
> OnUnitActiveSec=1d
>
> Am I missing something? Is there a better way with a systemd based systemd to
> have these files removed daily?
Have you checked which process creates the files and doesn't apparently
clean them up properly by checking the contents for example?
Rega...
2020 Aug 28
2
EL8: SElinux / dac_override / tmpwatch
Hi, I'm moving some old stuff from EL6 to EL8 and one setup has a
cron job which uses "tmpwatch -umc $dir" to clean some directories
(/etc/cron.daily/tmpwatch). It seems that this triggers this AVC
(SElinux mode is enforcing):
type=AVC msg=audit(1598576896.772:4267): avc: denied { dac_override }
for pid=11013 comm="tmpwatch" capability=1
2020 May 24
3
Current thinking on backups ?
Hi,
What are people doing for backups ?
My current process is LVM snapshot and backup from that to NFS share.
But there seems to be hints around the internet that people use/abuse "doveadm backup" for backup purposes even though it seems its original intention was for transferring mailboxes between dovecot instances.
Assuming its ok to "doveadm backup" to an NFS share, is it