hackerpitbull
Verified User
- Joined
- Dec 25, 2004
- Messages
- 64
Hi
I'm making a backup script (bash or perl) that will download backups from locations i'll define ( wget http://xx.xx.xxx.x/~username/Backup-X.X.X.tar.gz ) that the panel will make by cron.
I want the script to work this way:
./backup.sh USERNAME Backup-X.X.X.tar.gz
if its psoible plz let me know.
I'm making a backup script (bash or perl) that will download backups from locations i'll define ( wget http://xx.xx.xxx.x/~username/Backup-X.X.X.tar.gz ) that the panel will make by cron.
I want the script to work this way:
./backup.sh USERNAME Backup-X.X.X.tar.gz
if its psoible plz let me know.