Skip to content

This script backs up logs from pfSense and FTPs them to an off-computer location.

License

Notifications You must be signed in to change notification settings

jamessimas/backup_pfsense_logs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

About

This script will backup create a tarball of a single directory and then upload it to a FTP server. This script was created in order to backup pfSense squid logs.

Usage

  1. Upload the script to: /etc
  2. Make it executable: chmod +x /etc/backup_pfsense_logs.sh
  3. Download and install the pfSense Cron package
  4. Create a cron job to run it as root.

Example cron job settings

Minute: 	0
Hour: 		* 
Mday: 		*
Month: 		*
Wday:		*
Who: 		root
Command: 	/etc/backup_pfsense_logs.sh

About

This script backs up logs from pfSense and FTPs them to an off-computer location.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages