Guest User

crontab-on-vern

a guest
Sep 14th, 2023
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. PATH=/home/gg/.local/bin:/usr/local/bin:/run/wrappers/bin:/home/gg/.nix-profile/bin:/etc/profiles/per-user/gg/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin
  2. TZ=Asia/Tokyo
  3.  
  4. WNAR=/home/gg/public_html/wn-archive
  5.  
  6. # schedule
  7. # m h dom mon dow command
  8. 1 20,23,2,5,8,11 * * * cd $WNAR && schedule-archive.sh
  9. # mscale
  10. # m h dom mon dow command
  11. 3 * * * * cd $WNAR && mscale-archive.sh
  12. # video
  13. 5 * * * * cd $WNAR && video-archive.sh
Advertisement
Add Comment
Please, Sign In to add comment