35 lines
675 B
INI
35 lines
675 B
INI
[storage]
|
|
engine = file_system
|
|
path = /home/alexander/Cloud/Getraenkemarkt
|
|
directory = Mackup
|
|
|
|
[applications_to_ignore]
|
|
# Do not sync configuration files managed by
|
|
# https://code.webartifex.biz/alexander/dotfiles
|
|
|
|
alacritty
|
|
bash
|
|
bat
|
|
git
|
|
flameshot
|
|
mackup
|
|
neofetch
|
|
p10k
|
|
pgsql
|
|
poetry
|
|
ssh
|
|
vim
|
|
zsh
|
|
|
|
# Do not sync $XDG_DATA_HOME/password-store as it contains symlinks
|
|
# that Nextcloud does NOT support
|
|
pass
|
|
|
|
|
|
# This section is mainly needed such that this file
|
|
# does not cause a ConfigParser error
|
|
# => Background: The enclosing folder should only
|
|
# contain config files for individual applications
|
|
# that are to be synced and not mackup's own config
|
|
[application]
|
|
name = mackup
|