mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 06:56:19 +00:00
10 lines
308 B
Markdown
10 lines
308 B
Markdown
root@patera /home/flancian # crontab -l | grep bhi
|
|
10 2 * * 0 tar -czpf /home/backups/patera/bhi.$(date -uI).tgz /home/bouncepaw/bhi
|
|
|
|
backups@patera:~$ crontab -l | grep -i hypatia
|
|
1 15 * * * ~/bin/hypatia.sh
|
|
|
|
backups@patera:~$ cat bin/hypatia.sh
|
|
#!/bin/bash
|
|
|
|
rsync -av ~/patera hypatia.anagora.org: |