OSGalaxy

published by vivek on 2007-10-30 18:36:35 in the "Backup" category
Vivek Gite Internet SCSI (iSCSI) is a network protocol s that allows you to use of the SCSI protocol over TCP/IP networks. It is good alternative to Fibre Channel-based SANs. You can easily manage, mount and format iSCSI Volume under Linux. It allows access to SAN storage over Ethernet. Open-iSCSI Project Open-iSCSI project is a high-performance, transport independent, [...]

> Read More... | Digg This!

published by vivek on 2007-10-01 04:11:53 in the "Backup" category
Vivek Gite Using UNIX pipe concept one can dump database to another server securely using ssh protocol. All you need remote execution rights for the ‘dd’ command, over SSH. This allows you to run database dumps across an encrypted channel. Dump Postgres Database using ssh Use pg_dump command command: pg_dump -U USERNAME YOUR-DATABASE-NAME | ssh user@remote.server.com "dd of=/pgsql/$(date +'%d-%m-%y')" Dump [...]

> Read More... | Digg This!