summaryrefslogtreecommitdiff
path: root/scripts/vyatta-save-config.pl
AgeCommit message (Collapse)Author
2021-12-16remote: Add checks for newly supported protocolserkin
2021-04-26T3439: Fix false positives in URL scheme checkerkin
2021-04-17T3356: Fix URL scheme checkerkin
2021-04-16T3356: Replace curl calls in vyatta-save-config.pl with calls to remote.pyerkin
2019-05-30T1334: Migration script runner rewriteJohn Estabrook
Use vyos-1x migration script runner.
2015-10-25Prevent grouping from capturingLeon Messner
2015-10-25Bug 584 - Allow sftp as copy and commit-archive location destination.Leon Messner
2015-07-11vyatta-cfg: formatting changes for style consistencyAlex Harpin
Perltidy run on scripts/vyatta-config-loader.pl and scripts/vyatta-save-config.pl to have consistent identation levels and style throughout.
2014-04-22Bug #180 save config using scp fails.Hiroyuki Sato
2012-03-01Fix curl command in saveJohn Southworth
2012-03-01Bugfix 7555: Allow users to import ssh keys when running 'save'John Southworth
2011-07-15Bugfix 7331: better fix for the bugJohn Southworth
(cherry picked from commit fdac525b7596f1b18c201bdcd5923d3e76453ebd)
2011-07-15Don't allow users to set migration commentsJohn Southworth
(cherry picked from commit 9f1ff5427e0f72f2bded287be6e1d4cf442945cb)
2011-07-15Bugfix 7331: Napa timeframe fix for config migration commment bug. Will ↵John Southworth
investigate if this is a viable long term fix or if we want to find another way to ignore migrated comments for oxnard (cherry picked from commit 5aeb46dbdb903a1921bd38e5bfc1acd53cd08c6a)
2011-05-04Fix Bug 7010 Update commands to save/retrieve files from /configMohit Mehta
* use shorter /config path when presenting configuration directory to users
2011-04-13fix for bug 6996An-Cheng Huang
* add "ignore-edit" option for config output. * ignore "edit level" when saving config file.
2010-08-26switch "save" to use new config output implementation.An-Cheng Huang
2010-06-29add option to save w/o default values.Michael Larson
2009-10-30Sync config file after savingStephen Hemminger
By calling fsync, we can be more assured that file actually makes it to disk.
2009-10-19add sudo back to save command, and add check to save script that validates ↵slioch
vyatta config token at end of file. this will prevent the accidental overwrite of non vyatta config files. check on prevent existing files that don't contain ' === vyatta-config-version:' from being saved to.
2009-01-26save_config: fix perlcritic warningsStephen Hemminger
Use three arg form of open etc.
2008-11-24Need to fix some stuff from change to Vyatta::Stephen Hemminger
I wanted to use Vyatta::Config::Output, but the perl part of the autoconf installer is to stupid to handle directory trees, so had to limit it to one directory per package. So name should have been Vyatta::ConfigOutput...
2008-11-21Convert VyattaConfig (et al) to Vyatta::ConfigStephen Hemminger
Use hierarchal directory structure
2008-06-24Fix 3143: Unable to save/load config from a remote server.Stig Thormodsrud
2008-03-10Add GPLv2 to additional Vyatta created scriptsrbalocca
2008-03-05Add VPL to scripts and fix lintian errorsrbalocca
2007-12-13assume bootfile_path is /opt/vyatta/etc/configTom Grennan
2007-11-02* config-mode "show" command now hides default values.An-Cheng Huang
* add "show -all" command to display all values. * "save" command saves all values.
2007-09-25fixed env variables in scripts.An-Cheng Huang
2007-09-25initial import (from eureka /cli) plus new build system.upstreamAn-Cheng Huang