User Tools

Site Tools


backing_up_your_data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
backing_up_your_data [2022/08/12 15:01] atolstovbacking_up_your_data [2023/05/02 10:43] atolstov
Line 3: Line 3:
  
  
-{{ network:data-backup.png?nolink&60|}}+{{ network:data-backup.png?nolink&60|}}\\  
 <WRAP center round important 80%> <WRAP center round important 80%>
  
Line 45: Line 46:
 #!/bin/bash #!/bin/bash
 # Create a folder ~/webhmi-logs-backup, with the /tmp sub-folder. # Create a folder ~/webhmi-logs-backup, with the /tmp sub-folder.
 +HOST=192.168.1.1
 LOG_DIR="$HOME/webhmi-logs-backup" LOG_DIR="$HOME/webhmi-logs-backup"
 cd $LOG_DIR/tmp cd $LOG_DIR/tmp
Line 54: Line 56:
 # because login and pass for the FTP connection are unencrypted you can  # because login and pass for the FTP connection are unencrypted you can 
 # restrict read/write access mode to the file with chmod command) # restrict read/write access mode to the file with chmod command)
-wget --user=admin --password='webhmi' ftp://192.168.1.1/log/log-$yesterday.sqlite3+wget --user=admin --password='webhmi' ftp://$HOST/log/log-$yesterday.sqlite3
 #archive to save storage space #archive to save storage space
 gzip -f -v log-$yesterday.sqlite3 gzip -f -v log-$yesterday.sqlite3
backing_up_your_data.txt · Last modified: 2023/05/02 10:43 by atolstov

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki