bash - Rsync Multiple Sleeping Processes? -


is working very well now but I have seen in a week or so that with hundreds of sleeping procedures Has been abandoned. Is this with my script? Can I add it to a script to stop this?

Here is the Bash script

  #! / Bin / bash linkDest = / home / backup / files / backupdaily / Monday weekday = $ (date +% a) case $ Monday day of week) rsync -avz --delete --exclude Backup - virtual_machines / home / home / Backup / files / backupdaily / include on Monday ;; Tuesday | Wednesday | Thursday | Friday | Saturday) rsync -avz - Include backup - virtual_matchins - link-dest = $ linkdest / home / home / backup / files / backupdaily / $ weekdays ;; Sunday) Exit 0; ASAC  

is logged in the form of a root in CrossTab-A

  # Backup Schedule # Daily * 0 * * * / usr / local / Src / backup / backup_daily_v3.sh  

Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -