diff --git a/.buildinfo b/.buildinfo index a73c616..22a3895 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 6bffedc960c9d714a6ebfc02917919ad +config: afd20f0f5a86940f9585f16f95da4790 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/configuration.doctree b/.doctrees/configuration.doctree index 5077305..449cf1d 100644 Binary files a/.doctrees/configuration.doctree and b/.doctrees/configuration.doctree differ diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 8f12ef2..c7113eb 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/.doctrees/examples.doctree b/.doctrees/examples.doctree index e84a7f2..1c10038 100644 Binary files a/.doctrees/examples.doctree and b/.doctrees/examples.doctree differ diff --git a/.doctrees/faq.doctree b/.doctrees/faq.doctree index ebca619..4f86799 100644 Binary files a/.doctrees/faq.doctree and b/.doctrees/faq.doctree differ diff --git a/.doctrees/index.doctree b/.doctrees/index.doctree index e00bc9b..e421a6b 100644 Binary files a/.doctrees/index.doctree and b/.doctrees/index.doctree differ diff --git a/.doctrees/installation.doctree b/.doctrees/installation.doctree index c96a9bb..56bb86a 100644 Binary files a/.doctrees/installation.doctree and b/.doctrees/installation.doctree differ diff --git a/.doctrees/troubleshooting.doctree b/.doctrees/troubleshooting.doctree index f3bdb71..b353fd3 100644 Binary files a/.doctrees/troubleshooting.doctree and b/.doctrees/troubleshooting.doctree differ diff --git a/_sources/faq.rst.txt b/_sources/faq.rst.txt index c6f17e4..1006fc8 100644 --- a/_sources/faq.rst.txt +++ b/_sources/faq.rst.txt @@ -22,6 +22,11 @@ No, but you can add a hook that does it for you. It would be something like the When = PreTransaction Exec = /usr/bin/rsync -avzq --delete /boot /.bootbackup +Note that you will probably want to name the file with a numbered prefix less than +``05`` so that it is run before the snap-pac pre snapshot takes place. That will ensure +that the snapshot taken will have the boot partition back-up corresponding with the +state of the system. For example, you could name it ``04-backupboot.hook``. + **How do I link old kernel modules automatically when the kernel is upgraded?** diff --git a/_static/basic.css b/_static/basic.css index b3bdc00..aa9df31 100644 --- a/_static/basic.css +++ b/_static/basic.css @@ -130,7 +130,7 @@ ul.search li a { font-weight: bold; } -ul.search li div.context { +ul.search li p.context { color: #888; margin: 2px 0 0 30px; text-align: left; @@ -508,6 +508,63 @@ table.hlist td { vertical-align: top; } +/* -- object description styles --------------------------------------------- */ + +.sig { + font-family: 'Consolas', 'Menlo', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', monospace; +} + +.sig-name, code.descname { + background-color: transparent; + font-weight: bold; +} + +.sig-name { + font-size: 1.1em; +} + +code.descname { + font-size: 1.2em; +} + +.sig-prename, code.descclassname { + background-color: transparent; +} + +.optional { + font-size: 1.3em; +} + +.sig-paren { + font-size: larger; +} + +.sig-param.n { + font-style: italic; +} + +/* C++ specific styling */ + +.sig-inline.c-texpr, +.sig-inline.cpp-texpr { + font-family: unset; +} + +.sig.c .k, .sig.c .kt, +.sig.cpp .k, .sig.cpp .kt { + color: #0033B3; +} + +.sig.c .m, +.sig.cpp .m { + color: #1750EB; +} + +.sig.c .s, .sig.c .sc, +.sig.cpp .s, .sig.cpp .sc { + color: #067D17; +} + /* -- other body styles ----------------------------------------------------- */ @@ -634,14 +691,6 @@ dl.glossary dt { font-size: 1.1em; } -.optional { - font-size: 1.3em; -} - -.sig-paren { - font-size: larger; -} - .versionmodified { font-style: italic; } @@ -771,7 +820,11 @@ div.code-block-caption code { table.highlighttable td.linenos, span.linenos, div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */ - user-select: none; + user-select: none; + -webkit-user-select: text; /* Safari fallback only */ + -webkit-user-select: none; /* Chrome/Safari */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* IE10+ */ } div.code-block-caption span.caption-number { @@ -786,16 +839,6 @@ div.literal-block-wrapper { margin: 1em 0; } -code.descname { - background-color: transparent; - font-weight: bold; - font-size: 1.2em; -} - -code.descclassname { - background-color: transparent; -} - code.xref, a code { background-color: transparent; font-weight: bold; diff --git a/_static/searchtools.js b/_static/searchtools.js index 1a90152..2f500ae 100644 --- a/_static/searchtools.js +++ b/_static/searchtools.js @@ -509,7 +509,7 @@ var Search = { var excerpt = ((start > 0) ? '...' : '') + $.trim(text.substr(start, 240)) + ((start + 240 - text.length) ? '...' : ''); - var rv = $('
').text(excerpt); + var rv = $('

').text(excerpt); $.each(hlwords, function() { rv = rv.highlightText(this, 'highlighted'); }); diff --git a/configuration.html b/configuration.html index b48b0a5..30fc1fb 100644 --- a/configuration.html +++ b/configuration.html @@ -4,11 +4,12 @@ - + + Configuration — snap-pac documentation - - - + + + @@ -90,7 +91,7 @@

-
+

Configuration

@@ -126,7 +127,7 @@ separated list of packages that were installed, upgraded, or removed.

  • userdata - list of strings; key-value pairs that will be added to the userdata for the pair of snapshots. Default: []

  • -
    +

    Examples

    Turn off snapshots for root configuration and turn on for home configuration:

    [root]
    @@ -167,16 +168,16 @@ Additionally he post snapshot description is overridden.

    post_description = "pacman transaction post snapshot"
    -
    -
    -
    + + +

    Environment Variables

    To temporarily prevent snapshots from being performed for a single pacman command, set the environment variable SNAP_PAC_SKIP. For example:

    sudo SNAP_PAC_SKIP=y pacman -Syu
     
    -
    +
    @@ -189,7 +190,7 @@ command, set the environment variable Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 | diff --git a/examples.html b/examples.html index 1a4fb66..ab6ca1f 100644 --- a/examples.html +++ b/examples.html @@ -4,11 +4,12 @@ - + + Example — snap-pac documentation - - - + + + @@ -90,7 +91,7 @@
    -
    +

    Example

    @@ -163,7 +164,7 @@ symbol means. You can also do
    error: package 'nano' was not found
     
    -
    + @@ -176,7 +177,7 @@ symbol means. You can also do Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 | diff --git a/faq.html b/faq.html index a84032f..4fc213e 100644 --- a/faq.html +++ b/faq.html @@ -4,11 +4,12 @@ - + + FAQ — snap-pac documentation - - - + + + @@ -88,7 +89,7 @@
    -
    +

    FAQ

    @@ -107,6 +108,10 @@ When = PreTransaction Exec = /usr/bin/rsync -avzq --delete /boot /.bootbackup
    +

    Note that you will probably want to name the file with a numbered prefix less than +05 so that it is run before the snap-pac pre snapshot takes place. That will ensure +that the snapshot taken will have the boot partition back-up corresponding with the +state of the system. For example, you could name it 04-backupboot.hook.

    How do I link old kernel modules automatically when the kernel is upgraded?

    This behavior is no longer a part of this package. Use a pacman hook like the following:

    [Trigger]
    @@ -122,7 +127,7 @@ When = PostTransaction
     Exec = /usr/bin/bash -c "find /usr/lib/modules -xtype l -delete; ln -sv /.snapshots/$(snapper -c root list | awk 'END{print $1}')/snapshot/usr/lib/modules/$(uname -r) /usr/lib/modules/"
     
    - + @@ -135,7 +140,7 @@ Exec = /usr/bin/bash -c "find /usr/lib/modules -xtype l -delete; ln -sv /.s ©2021, Wes Barnett, PhD. | - Powered by Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 | diff --git a/genindex.html b/genindex.html index ee49068..3237991 100644 --- a/genindex.html +++ b/genindex.html @@ -6,9 +6,9 @@ Index — snap-pac documentation - - - + + + @@ -104,7 +104,7 @@ ©2021, Wes Barnett, PhD. | - Powered by Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 diff --git a/index.html b/index.html index 3ad5ecc..1855955 100644 --- a/index.html +++ b/index.html @@ -4,11 +4,12 @@ - + + snap-pac — snap-pac documentation - - - + + + @@ -88,7 +89,7 @@
    -
    +

    snap-pac

    This is a set of pacman hooks and script that causes snapper to automatically take a pre and post snapshot before and @@ -157,7 +158,7 @@ unsupported.

  • FAQ
  • -
    + @@ -170,7 +171,7 @@ unsupported.

    ©2021, Wes Barnett, PhD. | - Powered by Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 | diff --git a/installation.html b/installation.html index 91ee695..4d9e554 100644 --- a/installation.html +++ b/installation.html @@ -4,11 +4,12 @@ - + + Installation — snap-pac documentation - - - + + + @@ -90,7 +91,7 @@
    -
    +

    Installation

    Install the snap-pac package using pacman:

    pacman -S snap-pac
    @@ -110,18 +111,18 @@
     F7B28C61944FE30DABEEB0B01070BCC98C18BD66.

    For previous releases, the key’s fingerprint was 8535CEF3F3C38EE69555BF67E4B5E45AA3B8C5C3.

    -
    +

    Dependencies

    python, pacman, and snapper are all required.

    -
    -
    +
    +

    Testing

    For testing, pytest is required. To run the tests do:

    make test
     
    -
    -
    + +

    Documentation

    Typically, you will not need to build the documentation on your own and can simply access it by visiting the online documentation or by accessing the manpage:

    @@ -135,8 +136,8 @@ do:

    The resulting html documentation will then be located at docs/build/index.html. Additionally, this generates the manpage which will be located under man8.

    -
    - + + @@ -149,7 +150,7 @@ Additionally, this generates the manpage which will be located under Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 | diff --git a/search.html b/search.html index 06fc1a0..652548d 100644 --- a/search.html +++ b/search.html @@ -6,10 +6,10 @@ Search — snap-pac documentation - - + + - + @@ -83,6 +83,7 @@

    Search

    +

    @@ -90,19 +91,26 @@ functionality.

    + +

    Searching for multiple words only shows matches that contain all words.

    + +
    + +
    +
    @@ -114,7 +122,7 @@ ©2021, Wes Barnett, PhD. | - Powered by Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 diff --git a/searchindex.js b/searchindex.js index 60ed747..8b3e83c 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["configuration","examples","faq","index","installation","troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["configuration.rst","examples.rst","faq.rst","index.rst","installation.rst","troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"100":[1,3],"1033":1,"1034":1,"2016":1,"2489":3,"7394":3,"7395":3,"8535cef3f3c38ee69555bf67e4b5e45aa3b8c5c3":4,"boolean":0,"case":0,"default":[0,3,5],"final":4,"import":0,"true":0,"while":5,For:[0,3,4],That:5,The:[0,1,3,4,5],Then:[0,1,4],Use:2,abov:[1,3],access:4,accord:3,action:2,add:[0,2,5],added:0,addit:0,addition:[0,3,4],after:[1,3,5],alia:3,all:[0,1,4],along:1,also:[0,1],altern:4,ani:[0,3,5],appli:0,applic:3,apr:1,arm:3,arthur:0,aur:3,automat:[2,3],avail:[1,3],avzq:2,awk:2,back:[2,3],backup:2,bash:2,becaus:3,befor:[0,1,3],behavior:[2,5],being:[0,5],bin:[1,2],boot:2,bootbackup:2,breakag:3,btrf:2,build:4,cach:3,call:[0,3],can:[0,1,2,3,4,5],care:3,caus:3,cdt:1,chang:[1,3],check:[1,3],chroot:3,command:[0,3],comment:0,commit:4,conditionneedsupd:3,configur:[1,3,5],conflict:[1,3],consid:5,continu:1,copi:0,correspond:0,creat:[1,3],databas:[3,5],delet:[1,2],depend:[1,3],desc_limit:0,descript:[0,2,3],desktop:3,detail:3,diff:[1,5],differ:0,directli:3,disk:[1,3],doc:[1,4],doe:[2,3],doesn:3,don:0,done:0,download:4,dure:[1,3],each:[0,1,3],easili:3,edit:0,editor:0,end:2,entri:0,environ:3,error:1,etc:[0,1,5],everi:0,exact:3,exampl:3,exec:2,expect:5,explanatori:0,extrem:3,f7b28c61944fe30dabeeb0b01070bcc98c18bd66:4,fals:0,faq:[1,3],favorit:0,featur:3,file:[0,1,3,5],filter:5,find:[2,3],fingerprint:4,follow:[0,1,2,3,5],found:1,fri:1,from:[0,3,5],full:0,fuller:[0,3],gener:4,get:3,give:5,given:1,gone:3,gpg:4,handl:0,has:[3,5],have:[0,3,4],helper:3,here:[0,1],home:0,hook:[0,1,2,3,5],how:[1,2,3],html:[1,4],icon:3,important_command:0,important_packag:0,index:4,inform:5,ini:0,instal:[0,1,2,3],instruct:[3,5],integ:0,integr:[1,3],involv:0,its:5,kei:[0,1,3,4],kernel:2,keyr:[1,3],later:0,latest:4,length:0,lib:2,like:[2,3],link:2,linux:[0,2],list:[0,1,2],live:3,load:[1,3],locat:[0,4],lock:5,log:[1,3],longer:[1,2],look:[1,3],lts:0,mai:[0,3],make:[3,4],man8:4,man:4,manpag:4,mark:0,matter:3,maximum:0,mean:1,method:3,mib:[1,3],mime:3,modifi:1,modul:2,more:[3,5],most:[0,3],mount:3,name:0,nano:1,nanorc:1,need:[0,3,4],net:3,non:2,note:[0,3],now:1,number:[1,3,4],occur:3,off:0,old:2,one:0,onli:[0,5],onlin:4,opensus:3,oper:2,option:0,other:[0,3,5],otherwis:0,output:[1,3],overridden:0,own:4,pac:[0,1,2,4,5],packag:[0,1,2,3,4],pacman:[0,1,2,3,4,5],pair:0,parent:0,part:[0,2],partial:3,partit:2,perform:[0,1,3,5],pgp:4,possibl:3,post:[0,1,3,5],post_descript:0,posttransact:2,pre:[0,1,3,5],pre_descript:0,pretransact:2,prevent:0,previou:[3,4],print:2,proce:[1,3],procedur:3,process:[1,3],properli:3,provid:3,pytest:4,python:[0,4],reason:3,releas:4,remov:[0,2,3,5],requestid:0,requir:4,resolv:[1,3],resort:3,restor:5,result:4,revert:3,rnano:1,roll:3,rollback:[1,3],root:[0,1,2,3,5],rsync:2,run:[1,3,4,5],same:1,screen:3,script:3,section:[0,5],see:[1,3,5],self:0,separ:0,set:[0,3,5],setup:3,sever:[0,3],share:1,she:3,should:0,sig:4,sign:4,signatur:4,similar:3,simpl:3,simpli:4,sinc:0,singl:0,size:[1,3],snap:[0,1,2,4,5],snap_pac_skip:0,snaphot:5,snapper:[0,1,2,3,4,5],snapshot:[0,1,2,3,5],some:3,someth:2,space:[0,1,3],specif:3,sphinx:4,start:4,state:3,statu:[1,5],string:0,subvolum:3,sudo:[0,3],suitabl:0,symbol:1,symlink:2,sync:3,system:[0,3],syu:[0,3],tail:1,take:[3,5],taken:5,tar:4,tarbal:4,target:2,temporarili:0,theme:3,thi:[0,1,2,3,4,5],thing:3,through:3,thu:3,total:[1,3],transact:[0,1,3],trigger:2,troubleshoot:3,truncat:[0,1],turn:0,type:[2,3],typic:4,unam:2,under:4,undo:[1,3],undochang:[1,3,5],unless:0,unsupport:3,updat:3,upgrad:[0,2,3],usb:3,use:3,used:[1,3],user:[0,3],userdata:0,using:[3,4],usr:[1,2],valu:0,variabl:3,verifi:4,version:4,via:0,vim:3,visit:4,wai:[1,3],want:3,well:3,were:0,what:1,when:[0,2,3,5],where:4,whether:[0,3],which:[3,4,5],won:5,word:3,would:2,xtype:2,yast:3,yes:[0,5],you:[0,1,2,3,4,5],your:[0,3,4]},titles:["Configuration","Example","FAQ","snap-pac","Installation","Troubleshooting"],titleterms:{configur:0,depend:4,document:4,environ:0,exampl:[0,1],faq:2,instal:4,pac:3,snap:3,test:4,troubleshoot:5,variabl:0}}) \ No newline at end of file +Search.setIndex({docnames:["configuration","examples","faq","index","installation","troubleshooting"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["configuration.rst","examples.rst","faq.rst","index.rst","installation.rst","troubleshooting.rst"],objects:{},objnames:{},objtypes:{},terms:{"0":[1,3],"00":3,"01":1,"04":2,"05":2,"1":[1,2,3],"100":[1,3],"1033":1,"1034":1,"13":1,"14":1,"2":[1,3,4],"2016":1,"22":1,"2489":3,"3":[1,3],"4":3,"42":0,"5":1,"54":1,"72":0,"7394":3,"7395":3,"79":3,"8":[1,3,4,5],"8535cef3f3c38ee69555bf67e4b5e45aa3b8c5c3":4,"boolean":0,"case":0,"default":[0,3,5],"do":[0,1,2,3,4],"final":4,"import":0,"true":0,"while":5,A:0,Be:3,By:[0,5],For:[0,2,3,4],If:3,In:[0,3],It:2,No:[2,5],That:[2,5],The:[0,1,3,4,5],Then:[0,1,4],To:[0,3,4],abov:[1,3],access:4,accord:3,action:2,ad:0,add:[0,2,5],addit:0,addition:[0,3,4],after:[1,3,5],alia:3,all:[0,1,4],along:1,also:[0,1],altern:4,an:[1,3],ani:[0,3,5],appli:0,applic:3,apr:1,ar:[0,1,3,4,5],arm:3,arthur:0,aur:3,automat:[2,3],avail:[1,3],avzq:2,awk:2,back:[2,3],backup:2,backupboot:2,bash:2,becaus:3,befor:[0,1,2,3],behavior:[2,5],being:[0,5],bin:[1,2],boot:2,bootbackup:2,breakag:3,btrf:2,build:4,c:[1,2],cach:3,call:[0,3],can:[0,1,2,3,4,5],care:3,caus:3,cdt:1,chang:[1,3],check:[1,3],chroot:3,command:[0,3],comment:0,commit:4,conditionneedsupd:3,configur:[1,3,5],conflict:[1,3],consid:5,continu:1,copi:0,correspond:[0,2],could:2,cp:0,creat:[1,3],databas:[3,5],delet:[1,2],depend:[1,3],desc_limit:0,descript:[0,2,3],desktop:3,detail:3,diff:[1,5],differ:0,directli:3,disk:[1,3],doc:[1,4],doe:[2,3],doesn:3,don:0,done:0,download:4,dure:[1,3],e:5,each:[0,1,3],easili:3,edit:0,editor:0,end:2,ensur:2,entri:0,environ:3,error:1,etc:[0,1,5],everi:0,exact:3,exampl:[2,3],exec:2,expect:5,explanatori:0,extrem:3,f7b28c61944fe30dabeeb0b01070bcc98c18bd66:4,fals:0,faq:[1,3],favorit:0,featur:3,file:[0,1,2,3,5],filter:5,find:[2,3],fingerprint:4,follow:[0,1,2,3,5],found:1,fr:1,fri:1,from:[0,3,5],full:0,fuller:[0,3],g:5,gener:4,get:3,give:5,given:1,gone:3,gpg:4,gz:4,ha:[3,5],handl:0,have:[0,2,3,4],he:[0,3],helper:3,here:[0,1],home:0,hook:[0,1,2,3,5],how:[1,2,3],html:[1,4],i:[2,4,5],icon:3,important_command:0,important_packag:0,index:4,inform:5,ini:0,instal:[0,1,2,3],instruct:[3,5],integ:0,integr:[1,3],involv:0,its:5,kei:[0,1,3,4],kernel:2,keyr:[1,3],l:2,later:0,latest:4,length:0,less:2,lib:2,like:[2,3],link:2,linux:[0,2],list:[0,1,2],live:3,ll:3,ln:2,load:[1,3],locat:[0,4],lock:5,log:[1,3],longer:[1,2],look:[1,3],lt:0,mai:[0,3],make:[3,4],man8:4,man:4,manpag:4,mark:0,matter:3,maximum:0,mean:1,method:3,mib:[1,3],mime:3,modifi:1,modul:2,more:[3,5],most:[0,3],mount:3,my:4,n:[1,3],name:[0,2],nano:1,nanorc:1,need:[0,3,4],net:3,non:2,note:[0,2,3],now:1,number:[1,2,3,4],occur:3,off:0,old:2,one:0,onli:[0,5],onlin:4,opensus:3,oper:2,option:0,other:[0,3,5],otherwis:0,output:[1,3],overridden:0,own:4,pac:[0,1,2,4,5],packag:[0,1,2,3,4],pacman:[0,1,2,3,4,5],pair:0,parent:0,part:[0,2],partial:3,partit:2,perform:[0,1,3,5],pgp:4,place:2,pm:1,possibl:3,post:[0,1,3,5],post_descript:0,posttransact:2,pre:[0,1,2,3,5],pre_descript:0,prefix:2,pretransact:2,prevent:0,previou:[3,4],print:2,probabl:2,proce:[1,3],procedur:3,process:[1,3],properli:3,provid:3,pytest:4,python:[0,4],qi:1,r:2,reason:3,releas:4,remov:[0,2,3,5],requestid:0,requir:4,resolv:[1,3],resort:3,restor:5,result:4,revert:3,rnano:1,roll:3,rollback:[1,3],root:[0,1,2,3,5],rsync:2,run:[1,2,3,4,5],s:[0,1,3,4,5],same:1,screen:3,script:3,section:[0,5],see:[1,3,5],self:0,separ:0,set:[0,3,5],setup:3,sever:[0,3],share:1,she:3,should:0,sig:4,sign:4,signatur:4,similar:3,simpl:3,simpli:4,sinc:0,singl:0,size:[1,3],snap:[0,1,2,4,5],snap_pac_skip:0,snaphot:5,snapper:[0,1,2,3,4,5],snapshot:[0,1,2,3,5],so:[0,2,3,5],some:3,someth:2,space:[0,1,3],specif:3,sphinx:4,start:4,state:[2,3],statu:[1,5],string:0,subvolum:3,sudo:[0,3],suitabl:0,sv:2,symbol:1,symlink:2,sync:3,system:[0,2,3],syu:[0,3],t:[0,1,3,5],tail:1,take:[2,3,5],taken:[2,5],tar:4,tarbal:4,target:2,temporarili:0,than:2,theme:3,thi:[0,1,2,3,4,5],thing:3,through:3,thu:3,total:[1,3],transact:[0,1,3],trigger:2,troubleshoot:3,truncat:[0,1],turn:0,type:[2,3],typic:4,unam:2,under:4,undo:[1,3],undochang:[1,3,5],unless:0,unsupport:3,up:[2,5],updat:3,upgrad:[0,2,3],us:[1,2,3,4],usb:3,user:[0,3],userdata:0,usr:[1,2],valu:0,variabl:3,verifi:4,version:4,via:0,vim:3,visit:4,wa:[1,4],wai:[1,3],want:[2,3],well:3,were:0,what:1,when:[0,2,3,5],where:4,whether:[0,3],which:[3,4,5],won:5,word:3,would:2,xtype:2,y:[0,1,3],yast:3,ye:[0,5],you:[0,1,2,3,4,5],your:[0,3,4]},titles:["Configuration","Example","FAQ","snap-pac","Installation","Troubleshooting"],titleterms:{configur:0,depend:4,document:4,environ:0,exampl:[0,1],faq:2,instal:4,pac:3,snap:3,test:4,troubleshoot:5,variabl:0}}) \ No newline at end of file diff --git a/troubleshooting.html b/troubleshooting.html index 0e53644..76f2693 100644 --- a/troubleshooting.html +++ b/troubleshooting.html @@ -4,11 +4,12 @@ - + + Troubleshooting — snap-pac documentation - - - + + + @@ -90,7 +91,7 @@
    -
    +

    Troubleshooting

    @@ -106,7 +107,7 @@ the instructions pacman gives you (e.g., removing the lock file). You c database lock file to a snapper filter so that snapper won’t consider it when performing snapper diff, snapper status, snapper undochange, etc. See the Filters section in snapper(8) for more information.

    -
    +
    @@ -119,7 +120,7 @@ section in Sphinx 3.5.4 + Powered by Sphinx 4.0.0 & Alabaster 0.7.12 |