Search found 6 matches
- March 7th, 2013, 2:20 pm
- Forum: Debian/Ubuntu Package
- Topic: [Solved] Folder changes wont stick on Ubuntu Precise
- Replies: 3
- Views: 2405
Re: Folder changes wont stick on Ubuntu Precise
Figured it out. I had created the folders with the Samba account "version" of that user. Deleted those folders and recreated them from the terminal. All is well.
- March 7th, 2013, 1:48 pm
- Forum: Debian/Ubuntu Package
- Topic: [Solved] Folder changes wont stick on Ubuntu Precise
- Replies: 3
- Views: 2405
Re: Folder changes wont stick on Ubuntu Precise
I don't think that is it because I can restart just SABnzbd and it loses the directories immediately.
- March 7th, 2013, 12:29 pm
- Forum: Debian/Ubuntu Package
- Topic: [Solved] Folder changes wont stick on Ubuntu Precise
- Replies: 3
- Views: 2405
[Solved] Folder changes wont stick on Ubuntu Precise
I'm on precise and everything is working fine except I can't get the folders I want working (the rest of the settings "stick" but the folders always reset to the default Downloads/incomplete & Downloads/complete). I'm trying to use: /mnt/raid5/temp/watch -> /mnt/raid5/temp/appstemp -> ...
- April 15th, 2009, 1:59 pm
- Forum: General Help
- Topic: Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
- Replies: 4
- Views: 3681
Re: Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
Excellent, thanks so much.
- April 15th, 2009, 12:25 pm
- Forum: General Help
- Topic: Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
- Replies: 4
- Views: 3681
Re: Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
Thanks. Actually the *nix script already makes sense to me:
#!/bin/bash
mv "$1/*" /tmp/purgatory
rmdir -r "$1/*"
What is the analog in Windows? Batch file?
#!/bin/bash
mv "$1/*" /tmp/purgatory
rmdir -r "$1/*"
What is the analog in Windows? Batch file?
- April 14th, 2009, 10:15 pm
- Forum: General Help
- Topic: Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
- Replies: 4
- Views: 3681
Want to: Do not create folder in unrar directory. Delete *.sfv. Delete *.nfo.
Hi. I donated to alt.binz a while back and am still running a Windows server but I'm reading Absolute FreeBSD and will someday soon move to a FreeBSD server. So I recently started using sabnzbd in Windows to help prepare for the transition. I love the while idea of a http "only" interfac...