Menu

#1 import/export parts of database

open
nobody
None
5
2006-06-05
2006-06-05
No

Use the output of sfic as input for another sfic process.

The purpose is to be able to copy a few records from
one database to another, without need to regenerate and
re-create the checksums from files on filesystem.

For example. move all non-directories from all.tdb to a
new database non-dirs.tdb:

sfic --list new.tdb | grep -v ^d | sfic --import
non-dirs.tdb

Something like that.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.