mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-24 20:38:36 -06:00
Better layout
This commit is contained in:
parent
a00d1e7e32
commit
1ea18a0916
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# this is a script to backup crontab data
|
||||
|
||||
# put this inside /etc/cron.daily
|
||||
|
||||
# define location for output
|
||||
|
@ -11,4 +12,4 @@ mkdir -p $DIR
|
|||
|
||||
ls /etc/cron.hourly/ /etc/cron.daily/ /etc/cron.weekly/ /etc/cron.monthly/ > $DIR/crontab
|
||||
echo "-----------------" >> $DIR/crontab
|
||||
crontab -l >> $DIR/crontab
|
||||
find /var/spool/cron/ -type f -exec sh -c "echo {} && cat {} && echo ---" \; >> $DIR/crontab
|
||||
|
|
Loading…
Reference in a new issue