Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[SOLVED] Method mirror has died unexpectedly!
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Solved: Method mirror has died unexpectedly!
2nd Jun, 2013, 08:15 AM
Post: #6
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Method mirror has died unexpectedly!
(29th May, 2013 06:13 AM)effemmeffe Wrote:  solved: it was a cronjob that tries to write a full sd backup on a network share. if the network is not available the cronjob creates the file on a directory with the same name of the mountpint, then when the network share is available again the file is hidden.

do a test before you do the backup. you can test for mountpoint existence like this:

mountpoint -q /path/to/network_mount || { echo "network not available"; exit 1; }

this way the script will exit without trying to backups if the network share is not mounted.

( ... nicer output "du -xhd1 /" -x will not descent into different filesystem (mount), -h human readable numbers (G/M/K), -d deepness level)

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
Method mirror has died unexpectedly! - effemmeffe - 29th May, 2013, 03:16 AM
Method mirror has died unexpectedly! - Koenkk - 29th May, 2013, 04:53 AM
RE: Method mirror has died unexpectedly! - effemmeffe - 29th May, 2013, 05:15 AM
Method mirror has died unexpectedly! - Koenkk - 29th May, 2013, 06:11 AM
RE: Method mirror has died unexpectedly! - effemmeffe - 29th May, 2013, 06:13 AM
RE: Method mirror has died unexpectedly! - mk01 - 2nd Jun, 2013 08:15 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 31st May, 2025, 01:58 PM Powered By MyBB, © 2002-2025 MyBB Group.