Home
last modified time | relevance | path

Searched refs:backupsPath (Results 1 – 8 of 8) sorted by relevance

/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/
H A Dasemanapplication.h60 Q_PROPERTY(QString backupsPath READ backupsPath NOTIFY backupsPathChanged)
113 static QString backupsPath();
H A Dasemanapplication.cpp367 QString AsemanApplication::backupsPath() in backupsPath() function in AsemanApplication
/dports/ftp/sftpgo/sftpgo-2.2.0/httpd/
H A Dhttpd.go153 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 Dapi_maintenance.go33 outputFile = filepath.Join(backupsPath, outputFile)
H A Dhttpd_test.go200 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 DTools.php720 * @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 Dzcollector.cc199 string backupsPath = getBackupsPath(); in gc() local
/dports/net-im/cutegram/Cutegram-2.7.1-stable/Cutegram/asemantools/qml/AsemanTools/
H A Dplugins.qmltypes63 Property { name: "backupsPath"; type: "string"; isReadonly: true }