run_p4getback #1

  • //
  • guest/
  • richard_geiger/
  • utils/
  • run_p4getback
  • View
  • Commits
  • Open Download .zip Download (202 B)
#!/bin/sh

D=/home/loginname/host_port_backups

echo running > $D/p4getback.out

exec $D/p4getback $D anonymous [email protected] \
  host.domain.com ftp_dumpdir prefix 3 1  >>$D/p4getback.out 2>&1

# Change User Description Committed
#1 1802 Richard Geiger Quick 'N dirty backup facility for firewalled depot.
 Not
really intended for public consumption (for now, at least!),
but no harm.