Home
last modified time | relevance | path

Searched refs:autobackup (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/py-zfs-autobackup/zfs_autobackup-3.1/zfs_autobackup.egg-info/
H A DPKG-INFO2 Name: zfs-autobackup
10 # ZFS autobackup
58 * Just install zfs-autobackup via pip.
84 [root@server ~]# easy_install zfs-autobackup
184 The autobackup-property can have 3 values:
191 ### Running zfs-autobackup
204 … [Source] Send all datasets that have 'autobackup:offsite1=true' or 'autobackup:offsite1=child'
258 root@ws1:~# zfs-autobackup test --verbose
267 …] Selects all datasets that have property 'autobackup:test=true' (or childs of datasets that have …
386 ## How zfs-autobackup handles encryption
[all …]
/dports/shells/bash-completion/bash-completion-2.11/completions/
H A Dlvm193 --autobackup | -!(-*)A)
308 --autobackup | -!(-*)A)
355 --autobackup | -!(-*)A)
375 --autobackup | -!(-*)A)
402 --autobackup | -!(-*)A)
534 --autobackup | -!(-*)A)
554 --autobackup | -!(-*)A)
716 --autobackup | -!(-*)A)
736 --autobackup | -!(-*)A)
756 --autobackup | -!(-*)A)
[all …]
/dports/sysutils/py-zfs-autobackup/zfs_autobackup-3.1/
H A DPKG-INFO10 # ZFS autobackup
58 * Just install zfs-autobackup via pip.
84 [root@server ~]# easy_install zfs-autobackup
184 The autobackup-property can have 3 values:
191 ### Running zfs-autobackup
204 … [Source] Send all datasets that have 'autobackup:offsite1=true' or 'autobackup:offsite1=child'
254 You can use zfs-autobackup to only make snapshots.
258 root@ws1:~# zfs-autobackup test --verbose
267 …] Selects all datasets that have property 'autobackup:test=true' (or childs of datasets that have …
386 ## How zfs-autobackup handles encryption
[all …]
H A DREADME.md2 # ZFS autobackup
50 * Just install zfs-autobackup via pip.
76 [root@server ~]# easy_install zfs-autobackup
176 The autobackup-property can have 3 values:
183 ### Running zfs-autobackup
196 [Source] Send all datasets that have 'autobackup:offsite1=true' or 'autobackup:offsite1=child'
246 You can use zfs-autobackup to only make snapshots.
250 root@ws1:~# zfs-autobackup test --verbose
259 …] Selects all datasets that have property 'autobackup:test=true' (or childs of datasets that have …
378 ## How zfs-autobackup handles encryption
[all …]
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/backup/
H A Dbackup.sh15 autobackup.label number
16 autobackup.critical 1:
/dports/misc/qbrew/qbrew-0.4.1/src/
H A Dconfigstate.h52 autobackup(true), loadlast(true), recentnum(5), recentfiles() { ; } in GenConfigState()
57 bool autobackup; member
H A Dconfigure.cpp109 general_->autobackup->setChecked(state.autobackup); in setGeneralState()
249 state_.general.autobackup = general_->autobackup->isChecked(); in apply()
H A Dqbrew.cpp370 if (state_.general.autobackup) { in fileSave()
414 if (state_.general.autobackup) backupFile(); in fileSaveAs()
847 state_.general.autobackup = in readConfig()
848 config.value(CONF_GEN_AUTOBACKUP, state_.general.autobackup).toBool(); in readConfig()
905 config.setValue(CONF_GEN_AUTOBACKUP, state_.general.autobackup); in writeConfig()
1139 if (state_.general.autobackup) backupFile(); in autoSave()
H A Dgeneralconfig.ui96 <widget class="QCheckBox" name="autobackup" >
182 <tabstop>autobackup</tabstop>
/dports/print/latex-beamer/beamer-3.57/support/
H A Dinstall.sh40 tlmgr option -- autobackup 0
/dports/print/texlive-tlmgr/texlive-20150521-source/texk/texlive/linked_scripts/texlive/
H A Dtlmgr.pl2509 my $autobackup = 0;
2514 if ($autobackup) {
2516 if ($autobackup eq "-1") {
2519 } elsif ($autobackup eq "0") {
2521 } elsif ($autobackup =~ m/^[0-9]+$/) {
2528 $autobackup = 0;
2922 if ($autobackup) {
3096 if ($autobackup) {
6078 my ($pkg, $backupdir, $autobackup, $dry) = @_;
6083 return if ($autobackup == -1);
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/texlive/
H A Dtlmgr.pl2506 my $autobackup = 0;
2511 if ($autobackup) {
2513 if ($autobackup eq "-1") {
2516 } elsif ($autobackup eq "0") {
2518 } elsif ($autobackup =~ m/^[0-9]+$/) {
2525 $autobackup = 0;
2919 if ($autobackup) {
3093 if ($autobackup) {
6075 my ($pkg, $backupdir, $autobackup, $dry) = @_;
6080 return if ($autobackup == -1);
[all …]
/dports/math/sc/sc-7.16/
H A DTODO3 1) autobackup of things typed in.
/dports/misc/qbrew/qbrew-0.4.1/
H A DChangeLog31 08/25/2004 - Added autosave, autobackup
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Dtqsl_prefs.cpp341autobackup = new wxCheckBox(this, ID_PREF_FILE_AUTO_BACKUP, _("Allow automatic configuration backu… in BEGIN_EVENT_TABLE()
342 autobackup->SetValue(ab); in BEGIN_EVENT_TABLE()
343 sizer->Add(autobackup, 0, wxLEFT|wxRIGHT|wxTOP, 10); in BEGIN_EVENT_TABLE()
398 dirPick->Enable(autobackup->GetValue()); in ShowHide()
434 config->Write(wxT("AutoBackup"), autobackup->GetValue()); in TransferDataFromWindow()
H A Dtqsl_prefs.h132 wxCheckBox *autobackup, *badcalls, *daterange, *adifedit, *dispdupes, *logtab; variable
/dports/shells/bash/bash-5.1/examples/complete/
H A Dbash_completion7308 -@(A|-autobackup))
7456 -@(A|-autobackup))
7512 -@(A|-autobackup))
7536 -@(A|-autobackup))
7567 -@(A|-autobackup))
7723 -@(A|-autobackup))
7748 -@(A|-autobackup))
7950 -@(A|-autobackup))
7975 -@(A|-autobackup))
7999 -@(A|-autobackup))
[all …]
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dfile.c2041 int autobackup = get_conf_int("autobackup"); in handle_backup() local
2042 …if (autobackup && autobackup > 0 && (current_tv.tv_sec - lastbackup_tv.tv_sec > autobackup || (las… in handle_backup()
/dports/math/sc-im/sc-im-0.8.2/
H A DReadme.md83 …- threads support (in case you want to test this in Minix, just disable autobackup and HAVE_PTHREA…
/dports/science/gramps/gramps-5.1.4/gramps/gui/
H A Dviewmanager.py208 self.uistate.connect('autobackup', self.autobackup)
594 self.autobackup()
1146 def autobackup(self): member in ViewManager
/dports/print/texlive-base/texlive-20150521-source/doc/tlbuild-incl/
H A Dtlmgr.texi284 is not given, the value of the @code{autobackup} option is used. If both are
310 @code{autobackup} option set in the TLPDB. You must use @code{--all} or a list
746 autobackup (number of backups to keep).
779 The options @code{autobackup} and @code{backupdir} determine the defaults for
785 The @code{autobackup} option (de)activates automatic generation of backups.
786 Its value is an integer. If the @code{autobackup} value is @code{-1}, no
787 backups are removed. If @code{autobackup} is 0 or more, it specifies the
792 To setup @code{autobackup} to @code{-1} on the command line, use:
795 tlmgr option -- autobackup -1
/dports/sysutils/py-salt/salt-3004.1/doc/topics/releases/
H A D3003.rst37 - Added vgcreate custom parameters to module call: addtag, alloc, autobackup, metadatatype, zero (#…
/dports/comms/cqrlog/cqrlog-2.5.0/
H A DCHANGELOG219 - autobackup failed when QTH profile was not set
721 - autobackup didn't save last QSO - fixed
722 - if 'Show only QSO since XX' enabled, autobackup saved only these QSOs - fixed
/dports/ports-mgmt/pkg/pkg-1.17.5/
H A DNEWS235 - Implement a mechanism to autobackup libraries during upgrades
/dports/print/texlive-base/texlive-20150521-source/doc/
H A Dtlbuild.info2623 is not given, the value of the 'autobackup' option is used. If both are
2645 overrides the 'autobackup' option set in the TLPDB. You must use
3038 autobackup (number of backups to keep).
3068 The options 'autobackup' and 'backupdir' determine the defaults for
3074 The 'autobackup' option (de)activates automatic generation of
3075 backups. Its value is an integer. If the 'autobackup' value is '-1',
3076 no backups are removed. If 'autobackup' is 0 or more, it specifies the
3081 To setup 'autobackup' to '-1' on the command line, use:
3083 tlmgr option -- autobackup -1

12