Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Backup command:
  2. /opt/novell/sms/bin/nbackup -cvf /mnt/backups/data.sdif -U root -P 54321 /media/nss/DATA
  3.  
  4. Mound command:
  5. mount -t cifs -o username=admin,password=password //192.168.1.25/backups /mnt/backups
  6.  
  7. Fstab command:
  8. //192.168.1.25/backups /mnt/backups cifs username=admin,password=password,_netdev 0 0
  9.  
  10. Crontab:
  11.  
  12. 0 12 * * * /root/backup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement