mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Add system (ana)cron tab files
This commit is contained in:
parent
d7bf3a044d
commit
f77786d892
2 changed files with 49 additions and 0 deletions
16
root/etc/crontab
Normal file
16
root/etc/crontab
Normal file
|
@ -0,0 +1,16 @@
|
|||
# /etc/crontab: configuration file for cron
|
||||
|
||||
# See cron(8) and crontab(5) for details.
|
||||
|
||||
# m h dom mon dow user command
|
||||
*/30 * * * * root /usr/bin/updatedb
|
||||
|
||||
15,30,45 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@ /.btrfs/@snapshots/@/quaterly --total 4
|
||||
15,30,45 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@home /.btrfs/@snapshots/@home/quaterly --total 4
|
||||
15,30,45 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@data /.btrfs/@snapshots/@data/quaterly --total 4
|
||||
15,30,45 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@log /.btrfs/@snapshots/@log/quaterly --total 4
|
||||
|
||||
0 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@ /.btrfs/@snapshots/@/hourly --total 8
|
||||
0 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@home /.btrfs/@snapshots/@home/hourly --total 8
|
||||
0 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@data /.btrfs/@snapshots/@data/hourly --total 8
|
||||
0 * * * * root /usr/local/bin/btrfs-backup /.btrfs/@log /.btrfs/@snapshots/@log/hourly --total 8
|
Loading…
Add table
Add a link
Reference in a new issue