Jump to content

Files won't resume!


Nabil_B

Recommended Posts

Hye guys,so recently wile restarting my computer,I get a notification saying that 'utorrent is unable to save resume files and all data will be lost,check the space on your drives'...I cleared some space on my drives,and rebooted,the torrents I was downloading just disappeared but the completed ones stayed,and so I couldn't reboot/shut down while downloading.

I uninstalled utorrent,and installed it again..I don't get the notification anymore..but the problem of incomplete torrents just disappearing when I reboot/shut down persists! :-/

Please help!

Link to comment
Share on other sites

You should make backups of your settings.

Quick VB script to backup the uTorrent data files


Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "*.dat", "backup\", true
set objFSO=Nothing

Copy and paste the above code into notepad, save it in the same folder as your dat files with a .vbs extension, create a folder called 'backup', put a shortcut on your desktop and use it on a daily basis.

Mine runs every time a job changes state so the backup is never too 'old'.

Link to comment
Share on other sites

So,I checked the option for 'Store .torrents in' and followed the steps of 'Loading multiple torrents stored in a single folder.' from the migration guide.

I was able to load a torrent,and it resumed (started seeding as it was completed),but then I reboot and its the same problem all over again!

You mean to save the notepad file in te same folder as where my torrents are being stored?I did that and tried running it and got 'Error:path not found'.:(:(

Link to comment
Share on other sites

  • 4 months later...
You should make backups of your settings.

Quick VB script to backup the uTorrent data files


Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "*.dat", "backup\", true
set objFSO=Nothing

Copy and paste the above code into notepad, save it in the same folder as your dat files with a .vbs extension, create a folder called 'backup', put a shortcut on your desktop and use it on a daily basis.

Mine runs every time a job changes state so the backup is never too 'old'.

I really like your method of backing up the data files of µTorrent. I would like to save my backup to my storage directory, which is my E:\ drive, would the vbs be:


Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "*.dat", "E:\backup\", true
set objFSO=Nothing

I changed the line: objFSO.CopyFile "*.dat", "backup\", true to: objFSO.CopyFile "*.dat", "E:\backup\", true

I don't know much about visual basic program, but I can hack at the code. Please, let me know if this is correct?

Thank You.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...