aboutsummaryrefslogtreecommitdiffstats
path: root/config/backup/backup.inc
Commit message (Collapse)AuthorAgeFilesLines
* remove useless remount calls on package_installdoktornotor2015-08-251-2/+0
| | | These are dealt with by install_package() from pkg-utils.inc.
* backup package - cleanup round twodoktornotor2015-08-081-39/+6
| | | | | - Fix copyright header - Removed unused byte_convert() function - Rename Get backup_sync_package_php() to backup_sync_package() and get rid of the original backup_sync_package() which only called the other one.
* Backup package code stylePhil Davis2015-08-061-24/+21
|
* Backup pkg check if byte_convert function existsPhil Davis2015-06-281-9/+10
| | | | | | As reported in forum https://forum.pfsense.org/index.php?topic=95790.0 When Backup and Vhosts package are both installed there can be errors logged about Cannot redeclare byte_convert().
* Remove ugly copy files around and use additional_files_needed to install ↵Renato Botelho2015-04-241-27/+2
| | | | files in proper place. Bump package version
* Use unique function names for these package functions rather than the same ↵jim-p2010-11-091-4/+4
| | | | name, to avoid name collisions if someone has both installed.
* Backup package make changes so that it will work on nano version and some ↵mcrane2009-10-021-31/+16
| | | | white space clean up.
* Backup and TFTP package change backup directory to /root/backup/mcrane2009-06-131-0/+5
|
* Change version of Backup packagemcrane2009-03-171-6/+1
|
* Add new package to backup and restore files and directoriesmcrane2009-03-141-0/+132