Advertisement
Guest User

BukkitWebbyBackupRemoteFail

a guest
Aug 18th, 2013
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. root@myserver:/home/toto/backup# wget "http://myserver:myport/backupRemote?login=login&password=pass"
  2. --2013-08-19 00:03:12--  http://myserver:myport/backupRemote?login=login&password=pass
  3. Connecting to myserver:myport... connected.
  4. HTTP request sent, awaiting response... 200 OK
  5. Length: unspecified [application/json]
  6. Saving to: ‘backupRemote?login=login&password=pass
  7.  
  8.     [ <=>                                                                              ] 2           --.-K/s   in 0s
  9.  
  10. 2013-08-19 00:03:20 (415 KB/s) - ‘backupRemote?login=login&password=pass saved [2]
  11.  
  12. root@myserver:/home/toto/backup# ll
  13. total 141964
  14. drwxrwxr-x 2 toto   toto        4096 Aug 19 00:03 ./
  15. drwxrwxr-x 5 toto   toto        4096 Aug 19 00:02 ../
  16. -rw-rw-r-- 1 toto   toto   145355706 Aug 19 00:03 20130819_000312.zip
  17. -rw-r--r-- 1 root   root           2 Aug 19 00:03 backupRemote?login=login&password=pass
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement