Page 1 of 1

NZB Watch Folder Gets Deleted

Posted: November 3rd, 2008, 4:35 pm
by stinky
The program is deleting my NZB watch folder after a job completes.  Why would it do this?

version .45RC2
Windows 2003 Server

Re: NZB Watch Folder Gets Deleted

Posted: November 3rd, 2008, 6:09 pm
by shypike
Folders are never deleted.
Have you combined any of the folders?
What's your folder layout?

Re: NZB Watch Folder Gets Deleted

Posted: November 4th, 2008, 10:46 am
by stinky
It has gotten deleted a number of times.  It also deletes my log directory.  Here is most of my INI file (with the secure stuff removed)

__version__ = 18
[misc]
log_dir = C:\mnt\NZB\logs
auto_browser = 1
permissions = ""
check_new_rel = 1
replace_spaces = 0
fail_on_crc = 0
enable_filejoin = 0
enable_unzip = 1
enable_unrar = 1
enable_par_cleanup = 1
par_option = ""
config_lock = 0
safe_postproc = 0
pause_on_post_processing = 0
cleanup_list = .sfv,
ignore_samples = 1
send_group = 0
download_dir = C:\mnt
download_free = 0
complete_dir = C:\mnt\750GB-2\Video
script_dir = ""
nzb_backup_dir = ""
cache_dir = C:\mnt\NZB\cache
dirscan_dir = C:\mnt\NZB\NZB
dirscan_speed = 10
refresh_rate = 0
rss_rate = 60
bandwith_limit = 0
cache_limit = 0
schedlines = "35 0 * pause ", "30 3 * resume "
dirscan_opts = 3
dirscan_script = None
top_only = 1
auto_sort = 0
enable_tv_sorting = 0
tv_sort_string = ""
web_color = darkblue
web_color2 = ""
host = pete
port = 8123
web_dir = Default
web_dir2 = iphone
username = ""
password = ""
[logging]
enable_cherrypy_logging = 1
log_level = 1
max_log_size = 5M
log_backups = 5
[newzbin]
username = ""
password = ""
bookmarks = 0
unbookmark = 0
bookmark_rate = 60
[categories]
[[apps]]
newzbin = Apps
dir = Apps
[[consoles]]
newzbin = Consoles
dir = Consoles
[[games]]
newzbin = Games
dir = Games
[[tv]]
newzbin = TV,
[[music]]
dir = C:\mnt\300gb\MP3
newzbin = Music,
[[books]]
dir = C:\mnt\300gb\Books
newzbin = Books,
[[movies]]
newzbin = Movies,

Re: NZB Watch Folder Gets Deleted

Posted: November 4th, 2008, 11:16 am
by switch
Not sure of the issue, but I would recommend changing your incomplete dir to something other than
download_dir = C:\mnt
try
download_dir = C:\mnt\incomplete

Re: NZB Watch Folder Gets Deleted

Posted: November 4th, 2008, 2:01 pm
by shypike
That's the problem.

The download folder is c:\mnt, which contains other folders.
This absolutely a problem, since all residual empty folders are removed at the end of each download.
The download folder should be a separate folder (like c:\mnt\incomplete).

I understand the confusion, we really shouldn't be calling it the download folder, but it has
been called that since the earliest releases.