From aab929ce05d1321c6419056e2769a1898373b379 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Fri, 17 Aug 2018 18:21:16 +0200 Subject: [PATCH] committing changes in /etc after apt run Package changes: +libbrotli1 1.0.3-1ubuntu1 amd64 +libnextcloudsync0 2.3.3-20180415.190957~bionic1 amd64 +libqt5keychain1 0.7.0-3 amd64 +libqt5positioning5 5.9.5+dfsg-0ubuntu2 amd64 +libqt5sensors5 5.9.5-0ubuntu1 amd64 +libqt5webchannel5 5.9.5-0ubuntu1 amd64 +libqt5webkit5 5.212.0~alpha2-7ubuntu1 amd64 +libwoff1 1.0.2-1 amd64 +nextcloud-client 2.3.3-20180415.190957~bionic1 amd64 +nextcloud-client-caja 2.3.3-20180415.190957~bionic1 all +nextcloud-client-l10n 2.3.3-20180415.190957~bionic1 all --- .etckeeper | 3 +++ Nextcloud/sync-exclude.lst | 42 ++++++++++++++++++++++++++++++++++ sysctl.d/101-sync-inotify.conf | 1 + 3 files changed, 46 insertions(+) create mode 100644 Nextcloud/sync-exclude.lst create mode 100644 sysctl.d/101-sync-inotify.conf diff --git a/.etckeeper b/.etckeeper index ceb25b2..e8f7e84 100755 --- a/.etckeeper +++ b/.etckeeper @@ -102,6 +102,8 @@ maybe chmod 0755 'NetworkManager/dnsmasq.d' maybe chmod 0755 'NetworkManager/system-connections' maybe chmod 0600 'NetworkManager/system-connections/Bridge_0' maybe chmod 0600 'NetworkManager/system-connections/br0_slave_0' +maybe chmod 0755 'Nextcloud' +maybe chmod 0644 'Nextcloud/sync-exclude.lst' maybe chmod 0755 'PackageKit' maybe chmod 0644 'PackageKit/PackageKit.conf' maybe chmod 0644 'PackageKit/Vendor.conf' @@ -2748,6 +2750,7 @@ maybe chmod 0644 'sysctl.d/10-magic-sysrq.conf' maybe chmod 0644 'sysctl.d/10-network-security.conf' maybe chmod 0644 'sysctl.d/10-ptrace.conf' maybe chmod 0644 'sysctl.d/10-zeropage.conf' +maybe chmod 0644 'sysctl.d/101-sync-inotify.conf' maybe chmod 0644 'sysctl.d/README' maybe chmod 0755 'systemd' maybe chmod 0644 'systemd/journald.conf' diff --git a/Nextcloud/sync-exclude.lst b/Nextcloud/sync-exclude.lst new file mode 100644 index 0000000..8e0b1c5 --- /dev/null +++ b/Nextcloud/sync-exclude.lst @@ -0,0 +1,42 @@ +*~ +~$* +.~lock.* +~*.tmp +]*.~* +]Icon\r* +].DS_Store +].ds_store +._* +]Thumbs.db +desktop.ini +System Volume Information + +.*.sw? +.*.*sw? + +].TemporaryItems +].Trashes +].DocumentRevisions-V100 +].Trash-* +.fseventd +.apdisk + +.htaccess +.directory + +*.part +*.filepart +*.crdownload + +*.kate-swp +*.gnucash.tmp-* + +.synkron.* +.sync.ffs_db +.symform +.symform-store +.fuse_hidden* +*.unison +.nfs* + +My Saved Places. diff --git a/sysctl.d/101-sync-inotify.conf b/sysctl.d/101-sync-inotify.conf new file mode 100644 index 0000000..57c955a --- /dev/null +++ b/sysctl.d/101-sync-inotify.conf @@ -0,0 +1 @@ +fs.inotify.max_user_watches = 524288 -- 2.39.5