Searched refs:backupsPath (Results 1 – 8 of 8) sorted by relevance
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/ |
H A D | asemanapplication.h | 60 Q_PROPERTY(QString backupsPath READ backupsPath NOTIFY backupsPathChanged) 113 static QString backupsPath();
|
H A D | asemanapplication.cpp | 367 QString AsemanApplication::backupsPath() in backupsPath() function in AsemanApplication
|
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/ |
H A D | httpd.go | 153 backupsPath string var 429 backupsPath = getConfigPath(c.BackupsPath, configDir) 433 if backupsPath == "" { 434 return fmt.Errorf("required directory is invalid, backup path %#v", backupsPath)
|
H A D | api_maintenance.go | 33 outputFile = filepath.Join(backupsPath, outputFile)
|
H A D | httpd_test.go | 200 backupsPath string var 331 backupsPath = filepath.Join(os.TempDir(), "test_backups") 332 httpdConf.BackupsPath = backupsPath 333 err = os.MkdirAll(backupsPath, os.ModePerm) 401 os.RemoveAll(backupsPath) 419 httpdConf.BackupsPath = backupsPath 434 httpdConf.BackupsPath = backupsPath 3913 backupFilePath := filepath.Join(backupsPath, "backup.json") 4129 err = os.Remove(filepath.Join(backupsPath, "backup.json")) 4132 err = os.Chmod(backupsPath, 0001) [all …]
|
/dports/databases/pear-DB_Sqlite_Tools/DB_Sqlite_Tools-0.1.7/DB/Sqlite/ |
H A D | Tools.php | 720 * @param string $backupsPath Sync Destionation path 725 public function localRsync ($databasesPath,$backupsPath, argument 728 $command = 'rsync ' . $options . ' ' . $databasesPath . ' ' . $backupsPath;
|
/dports/sysutils/zbackup/zbackup-1.4.4/ |
H A D | zcollector.cc | 199 string backupsPath = getBackupsPath(); in gc() local
|
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/ |
H A D | plugins.qmltypes | 63 Property { name: "backupsPath"; type: "string"; isReadonly: true }
|