Default User wrote:

> Hello!
> 
> I want to try using borgbackup to do backups of my (only) user directory:
> /home/debian-user
> 
> I just want to do so using Vorta, a GUI for borgbackup.
> 
> But I just need a good, general list of directory and file type
> exclusions that I can just cut and paste into the Exclude Patterns
> window in Vorta.  Something like the default list of exclusions that
> appears by default in the Backintime backup program.
> 

I use this. For file type I do not know

borg create --progress --stats --compression zstd,10 \
        -e 'pp:/sys' \
        -e 'pp:/proc' \
        -e 'pp:/dev' \
        -e 'pp:/run' \
        -e 'pp:/tmp' \
        -e 'pp:/var/tmp' \
        -e 'pp:/var/log'

Reply via email to