search for: some_fold

Displaying 5 results from an estimated 5 matches for "some_fold".

Did you mean: some_file
2012 Mar 12
3
--delete not working
Hi guys , i need some help. I am trying to make a full sync of two of my servers. But i noticed a very odd thing. If i create a directory , for example /usr/include/SOME_FOLDER/some_file on server2 when i do : root at server1 #$ rsync -avhH --exclude proc/ --exclude sys/ --exclude dev/ / root at server2:/ after the whole sync, the /usr/include/SOME_FOLDER/some_file will still be in the server2. Why ? Shouldn't be deleted ? thanks in advance. []'...
2006 Mar 01
1
upload file above /public, authenticate before serving?
...working on our client extranet, except that it kills mysql/activeRecord on files bigger than about 200kb. (is there a reason for this - running mysql 5.0.18, lighttpd or webrick on winxp??) So I''m now thinking about whether its possible to do either: 1) upload a file into #rails_root/some_folder/ instead of /public/some_folder, store a reference to the file in the db instead and somehow serve it up to authenticated users or 2) upload the file into /public/folder but find a way of only serving up the files to authenticated users (I''m currently using login_system.rb to authen...
2007 May 25
1
delivery and quota question
Hi, I'm considering using delivery for delivering emails. The question is about quota. Does delivery check quota for single maildir or for entire collection of user folders? Example: /var/mail/user/{new,cur,tmp} /var/mail/user/.Some_Folder/{new,cur,tmp} /var/mail/user/.Some_Other_Folder/{new,cur,tmp} Can I somehow get deliver checking size for all these folders? I need quota per user not per folder. -- Arkadiusz Mi?kiewicz PLD/Linux Team arekm / maven.pl http://ftp.pld-linux.org/
2017 Sep 26
3
syncpasswords/getpassword: some examples, please...
[Clearly, this question is intimately connected to the previous...] I need a way to ''preprocess'' or at least intercept password changes, because i need to propagate them to other ''legacy'' systems. I've looked around and found syncpasswords / getpassword samba-tool commands, but really i've not understood how they work. Seems to me that can be useful in
2017 Sep 27
0
syncpasswords/getpassword: some examples, please...
...on CentOS 7 and Samba 4.5. - configure gpg encrypted password for syncing to external system # gpg2 --gen-key # gpg2 --list-keys --keyid-format LONG - add the pub key to "password hash gpg key ids" in smb.conf - configure password script # samba-tool user syncpasswords --script=/some_folder/some_script.py --cache-ldb-initialize --decrypt-samba-gpg --attributes=virtualClearTextUTF8,sAMAccountName # samba-tool user syncpasswords --logfile=/var/log/some_log_file.log --daemon some_script.py receives the username (sAMAccountName) and password (virtualClearTextUTF8) in base64. The scri...