Home
last modified time | relevance | path

Searched refs:restorePath (Results 1 – 25 of 81) sorted by relevance

1234

/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/pkg/restore/
H A Drestore.go31 restorePath, err := getRestoreVersion()
48 err = makeRestoreTOC(restorePath, cf.PgDumpDir, TOCFile)
69 restore := getRestoreCmd(restorePath, cf.PgDumpDir, baseArgs, "--section=pre-data")
110 restore := exec.Command(restorePath)
133 func makeRestoreTOC(restorePath string, dumpDir string, TOCFile *os.File) error {
134 restore := exec.Command(restorePath)
142 restorePath, err := exec.LookPath("pg_restore")
144 return restorePath, errors.New("could not find pg_restore")
146 getver := exec.Command(restorePath, "--version")
149 return restorePath, fmt.Errorf("failed to get version of pg_restore: %w", err)
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/builtin/logical/transit/
H A Dpath_restore_test.go187 restorePath := "restore"
189 restorePath = fmt.Sprintf("%s/%s", restorePath, tc.RestoreName)
193 Path: restorePath,
/dports/security/vault/vault-1.8.2/builtin/logical/transit/
H A Dpath_restore_test.go187 restorePath := "restore"
189 restorePath = fmt.Sprintf("%s/%s", restorePath, tc.RestoreName)
193 Path: restorePath,
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_joomlaupdate/
H A Drestore_finalisation.php150 * @param string $restorePath The base path to restore.php
156 function finalizeRestore($siteRoot, $restorePath) argument
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influxd/restore/
H A Drestore.go483 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase)
484 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
485 return fmt.Errorf("database already present: %s", restorePath)
497 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention)
498 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
499 return fmt.Errorf("retention already present: %s", restorePath)
512 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention, shardID)
513 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
514 return fmt.Errorf("shard already present: %s", restorePath)
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influxd/restore/
H A Drestore.go483 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase)
484 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
485 return fmt.Errorf("database already present: %s", restorePath)
497 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention)
498 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
499 return fmt.Errorf("retention already present: %s", restorePath)
512 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention, shardID)
513 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
514 return fmt.Errorf("shard already present: %s", restorePath)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influxd/restore/
H A Drestore.go483 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase)
484 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
485 return fmt.Errorf("database already present: %s", restorePath)
497 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention)
498 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
499 return fmt.Errorf("retention already present: %s", restorePath)
512 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention, shardID)
513 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
514 return fmt.Errorf("shard already present: %s", restorePath)
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influxd/restore/
H A Drestore.go479 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase)
480 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
481 return fmt.Errorf("database already present: %s", restorePath)
493 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention)
494 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
495 return fmt.Errorf("retention already present: %s", restorePath)
508 restorePath := filepath.Join(cmd.datadir, cmd.sourceDatabase, cmd.backupRetention, shardID)
509 if _, err := os.Stat(restorePath); err != nil && !os.IsNotExist(err) {
510 return fmt.Errorf("shard already present: %s", restorePath)
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/browser/ctrls/
H A DFolderCtrl.java82 public void restorePath(String key) {
83 tree.restorePath(key);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dbitcoin.cpp347 …if(m_wallet_controller) m_wallet_controller->getRestoreData(restorePath, restoreParam, restoreName… in requestShutdown()
464 if(!restorePath.isEmpty()) in restartWallet()
489 bool ret = QFile::exists(restorePath) && QFile::exists(pathWallet); in restartWallet()
490 if(ret && QFileInfo(restorePath) != QFileInfo(pathWallet)) in restartWallet()
493 ret &= QFile::copy(restorePath, pathWallet); in restartWallet()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/docker/libnetwork/
H A Dsandbox_dns_windows.go18 func (sb *sandbox) restorePath() { func
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dprojectcreateimpl.h58 void restorePath();
/dports/devel/flexdock/flexdock-1.2.4/src/java/core/org/flexdock/docking/state/
H A DDockingPath.java150 public static DockingPath updateRestorePath_(Dockable dockable, DockingPath restorePath) { in updateRestorePath_() argument
151 if(dockable==null || restorePath==null) in updateRestorePath_()
153 dockable.putClientProperty(RESTORE_PATH_KEY, restorePath); in updateRestorePath_()
154 return restorePath; in updateRestorePath_()

1234