All public logs

Jump to navigation Jump to search

Combined display of all available logs of ScottWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:55, 25 March 2024 Wikiadmin talk contribs created page Backup using RSYNC 24.04 (Created page with "Now we create a little script to backup via RSYNC nano /srv/backup/backup.sh You will need to create the appropriate backup locations for the script to use. <pre> #!/bin/bash # ===================================================================== # Script to Rsync backup # # V1.00 2024-03-20 Initial Release (Scotty) # ===================================================================== source_file="backup" date=$(date +"%Y-%m-%d") new_filename="${source_file%.*}_${...")