Home
last modified time | relevance | path

Searched refs:restore_path (Results 1 – 25 of 67) sorted by relevance

123

/dports/sysutils/fsbackup/fsbackup-1.2pl1/scripts/
H A Dfsrestore.sh30 restore_path="/var/backup"
42 cd $restore_path
49 tar -xpzf $cur_arc -C $restore_path
51 tar -xpf $cur_arc -C $restore_path
55 cd $restore_path
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/rocksdb-0.14.0/tests/
H A Dtest_backup.rs27 let restore_path = DBPath::new("restore_from_backup_path"); in backup_restore() localVariable
44 &restore_path, in backup_restore()
45 &restore_path, in backup_restore()
50 let db_restore = DB::open_default(&restore_path).unwrap(); in backup_restore()
/dports/security/clamtk/clamtk-1f026f0/lib/
H A DQuarantine.pm264 my $restore_path = ClamTk::App->get_path( 'restore' );
266 open( my $F, '<', $restore_path ) or do {
297 my $restore_path = ClamTk::App->get_path( 'restore' );
298 open( my $F, '<:encoding(UTF-8)', $restore_path ) or do {
322 open( $F, '>:encoding(UTF-8)', $restore_path ) or do {
346 my $restore_path = ClamTk::App->get_path( 'restore' );
348 open( my $F, '<', $restore_path ) or do {
369 open( $F, '>', $restore_path ) or do {
/dports/misc/py-cinder/cinder-12.0.10/cinder/backup/drivers/
H A Dtsm.py317 def _do_restore(self, backup_path, restore_path, vol_id, backup_mode): argument
340 if restore_path != backup_path:
341 restore_cmd.append(restore_path)
449 restore_path = _create_unique_device_link(backup.id,
455 self._do_restore(backup_path, restore_path, volume_id, backup_mode)
461 'bpath': restore_path,
472 'bpath': restore_path,
479 _cleanup_device_hardlink(restore_path, volume_path, volume_id)
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/testing/
H A Dhardlinktest.py250 restore_path = os.path.join(abs_test_dir, b"hl_restore")
251 restore_dir = rpath.RPath(Globals.local_connection, restore_path)
258 InternalRestore(1, 1, sub_path, restore_path, 10000)
265 InternalRestore(1, 1, sub_path, restore_path, 20000)
347 restore_path = os.path.join(abs_test_dir, b"hl_restore")
348 restore_dir = rpath.RPath(Globals.local_connection, restore_path)
355 InternalRestore(1, 1, sub_path, restore_path, 10000)
362 InternalRestore(1, 1, sub_path, restore_path, 20000)
/dports/textproc/bat/bat-0.18.3/tests/utils/
H A Dmocked_pagers.rs44 fn restore_path(original_path: String) { in restore_path() function
68 restore_path(original_path); in with_mocked_versions_of_more_and_most_in_path()
/dports/sysutils/burp/burp-2.4.0/src/server/
H A Dextra_comms.c299 char *restore_path=get_string(cconfs[OPT_RESTORE_PATH]); in extra_comms_read() local
300 if(!restore_path) in extra_comms_read()
315 if(conf_parse_incexcs_path(cconfs, restore_path) in extra_comms_read()
331 const char *restore_path=get_string( in extra_comms_read() local
334 if (restore_path) in extra_comms_read()
335 unlink(restore_path); in extra_comms_read()
H A Drun_action.c89 const char *restore_path=get_string(cconfs[OPT_RESTORE_PATH]); in client_can_restore() local
92 if(restore_path && is_reg_lstat(restore_path)==1) in client_can_restore()
95 unlink(restore_path); in client_can_restore()
/dports/sysutils/burp-devel/burp-2.5.4/src/server/
H A Dextra_comms.c299 char *restore_path=get_string(cconfs[OPT_RESTORE_PATH]); in extra_comms_read() local
300 if(!restore_path) in extra_comms_read()
315 if(conf_parse_incexcs_path(cconfs, restore_path) in extra_comms_read()
331 const char *restore_path=get_string( in extra_comms_read() local
334 if (restore_path) in extra_comms_read()
335 unlink(restore_path); in extra_comms_read()
H A Drun_action.c89 const char *restore_path=get_string(cconfs[OPT_RESTORE_PATH]); in client_can_restore() local
92 if(restore_path && is_reg_lstat(restore_path)==1) in client_can_restore()
95 unlink(restore_path); in client_can_restore()
/dports/emulators/vice/vice-3.5/src/
H A Dromset.c129 static void restore_path(char *saved_path) in restore_path() function
187 restore_path(saved_path); in romset_file_load()
526 restore_path(saved_path); in romset_archive_item_select()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/
H A Dromset.c125 static void restore_path(const char *saved_path) in restore_path() function
180 restore_path(saved_path); in romset_file_load()
519 restore_path(saved_path); in romset_archive_item_select()
/dports/devel/py-astroid/astroid-2.9.0/astroid/
H A Dcontext.py152 def restore_path(self): member in InferenceContext
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
H A Dtest_discovery.py145 def restore_path(): function
147 self.addCleanup(restore_path)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/unittest/test/
H A Dtest_discovery.py145 def restore_path(): function
147 self.addCleanup(restore_path)
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_discovery.py158 def restore_path(): function
160 self.addCleanup(restore_path)

123