Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

shatag-add(1) [debian man page]

shatag-add(1)							      Shatag							     shatag-add(1)

NAME
shatag-add - add checksums to the local database for further procressing. SYNOPSIS
shatag-add [-v] [-d DATABASE] NAME DESCRIPTION
shatag-add processes the output of shatag(1) to fill the local database. NAME is the symbolical name of the storage on which the file re- side (recommended to be the canonical hostname). If the operation succeeds, previous entries for the specified name are removed from the database. When running shatag(1) to send data to shatag-add, always use the -0 and -c options. Not using -0 will result in a garbled database; Not using -c may yield false positives when looking for duplicates. OPTIONS
-d DATABASE, --database DATABASE Use an alternate localtion for the SQLite database. The default is "$HOME/.shatagdb". REPORTING BUGS
Report shatag bugs to the bugtracker at http://bitbucket.org/maugier/shatag, SEE ALSO
shatag(1), shatag-mkdb(1) Shatag 0.1 26.08.2010 shatag-add(1)

Check Out this Related Man Page

shatag(1)							      Shatag								 shatag(1)

NAME
shatagd - Automatically maintain hash tags for files in a given directory SYNOPSIS
shatagd [-druv] [PATH]... DESCRIPTION
shatagd Is a daemon companion to shatag(1) that will monitor filesystem paths using inotify(7) and automatically recompute a tag whenever a file is written to. OPTIONS
-d, --daemon Daemonize. You must use absolute file paths when using this option. -r, --recursive Recursively watch sub-directories, as well as newly created directories. -u, --update Only update already tagged files. See the shatag(1) manpage for pitfalls. -v, --verbose Write to stdout the paths of files which have their tags recomputed. BUGS
Recursive mode is subject to an unavoidable race condition, due to a limitation of inotify. Relative paths do not work when daemonized, only use absolute paths. REPORTING BUGS
Report shatag bugs to the bugtracker at http://bitbucket.org/maugier/shatag, SEE ALSO
shatag(1) Shatag 0.3 11.03.2012 shatag(1)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

add new hd

Dear All, my server is Sco Unix 3.2.4.2 and I had 2 hd on this machine but this morning I lost 1 of them because of hardware problem. disk was crashhed. I want to add a new hd but I do not have enough info for this. Because I did not add any hd after installation. anybody help me ?? ... (3 Replies)
Discussion started by: alisevA3
3 Replies

2. Shell Programming and Scripting

How To Add Numeric Data of A file

Dear All, I want to add Numeric data of my file called temp_f41. But I am not getting how to add them, My File data are in following format of: 10 39 53 05 37 54 Plz send me code for this Thanks Nishant :mad: (3 Replies)
Discussion started by: krishna_sicsr
3 Replies

3. Shell Programming and Scripting

add or modify if existent

I want to set these params in /etc/system set shmsys:shminfo_shmmax=2000000000 set shmseg:shminfo_shmseg=200 if this param exists, then I want to modify them if not, I want to add them. I can add them using >>/etc/system but how to do the modify thing? at least I can comment the... (4 Replies)
Discussion started by: melanie_pfefer
4 Replies

4. Solaris

External Hardrive add on's

Does anyone know if and or how you can add external hardrives to Sun Solaris 9 or greater systems. Needing to add two additional dedicated storage drives for large image files and mount these drives to the system. Will also need to mirror these two drives for redundancy. Any help would be... (2 Replies)
Discussion started by: tazzy
2 Replies

5. Shell Programming and Scripting

how to add 0 in 1-9

Any idea how can i have an output like this. please see below. Desired output test01 test02 . . test10 not test1 test2 (2 Replies)
Discussion started by: invinzin21
2 Replies

6. Shell Programming and Scripting

add a word in the middle

I have a file where in I need to add gctunit1/gtdivcompebb1/ after the = sign for example: gtfix31/gctunit_gtdivcompebb1/csclkswcompbypassstepgnnnh = gctunit1/gtdivcompebb1/csclkswcompbypassstepgnnnh (3 Replies)
Discussion started by: pitagi
3 Replies

7. UNIX for Dummies Questions & Answers

incremental by 1

let says, i have this number as 000002080, i want to add 1 to make it 000002081, and then i want to add 1 to 000002082, add 1 to 000002083, 84. i=000002080 TOT=$(echo "scale=9; $i + 1" | bc) echo $TOT it shows 2081, i want to retain 000002081, 000002082, 000002082, 000002084. (2 Replies)
Discussion started by: tjmannonline
2 Replies

8. Shell Programming and Scripting

how to add new col in a file

Hi, Experts, I have a requirement as following: my source file: a a a b b c c c c I need add one more colume as following: 1 a 2 a 3 a 1 b 2 b 1 c 2 c (4 Replies)
Discussion started by: ken002
4 Replies

9. Shell Programming and Scripting

Several processes writing to an SQLite database at the same time

I have several bash scripts that write to an SQLite3 database at the same time. At some occasion the database returns: SQL error: database is locked. How would be the best way, to make a process to wait until the data base is 'free' again. I tried: sqlite3 test.db ".timeout 1000; update....."... (2 Replies)
Discussion started by: creamcheese
2 Replies

10. Hardware

question

How to add 3 moniters to a pc set up? (2 Replies)
Discussion started by: clicstic
2 Replies

11. Shell Programming and Scripting

REINDEXING OF A DYNAMIC DATABASE

REINDEXING A DATABASE Hello, I have a database which in fact is a personal dictionary of a special kind to handle name homophones The structure is as follows: a=b=c=d=e=f This structure is an instruction to the program that whenever it encounters such a set of correlations it should treat them... (2 Replies)
Discussion started by: gimley
2 Replies

12. AIX

How to add a PV to a VG

how will you add PV to one VG? (2 Replies)
Discussion started by: gopikumar
2 Replies

13. AIX

How to add the attribute to odm if it contains negative value?

Hi All, I am trying to add odm_wait attribute to CuAt programatically using putattr(&pCuAt). I was able to add when the odm_wait has positive value . But, I am facing issues when the odm_wait has negative value As per IBM, these are the odm_wait possible values #define ODM_WAIT -1 /*... (3 Replies)
Discussion started by: Sachin1987
3 Replies

14. AIX

Need to check long running processes on the database server and the os is AIX

Hello, Please help me with a script with which I can check long running processes on the database server and the os is AIX. Best regards, Vishal (5 Replies)
Discussion started by: Vishal_dba
5 Replies

15. Shell Programming and Scripting

Dumping database results and doing checksums

hey I am dumping two database results into two text files and doing checksums on them. Anyone know how to do this. I originally was doing line by line comparison and diff but I need something faster for larger gb size files. anyone got tips? (5 Replies)
Discussion started by: Samuel12
5 Replies