Compare commits
6 Commits
ea42e14006
...
main
Author | SHA1 | Date | |
---|---|---|---|
b477b945a1 | |||
8e90cd5a83 | |||
5edea5168d | |||
e4e9ef714b | |||
de3d71d2d9 | |||
d1615920ec |
@@ -9,6 +9,7 @@
|
|||||||
# Flatpack
|
# Flatpack
|
||||||
.var/app/*/cache
|
.var/app/*/cache
|
||||||
.var/app/*/.cache
|
.var/app/*/.cache
|
||||||
|
.var/app/org.telegram.desktop/data/TelegramDesktop/tdata/user_data
|
||||||
|
|
||||||
# Recently used files
|
# Recently used files
|
||||||
.local/share/RecentDocuments
|
.local/share/RecentDocuments
|
||||||
@@ -49,3 +50,4 @@ go/pkg/mod/cache
|
|||||||
|
|
||||||
# Java
|
# Java
|
||||||
.java
|
.java
|
||||||
|
|
||||||
|
10
.rsync-plex-ignore
Normal file
10
.rsync-plex-ignore
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
Preferences.bak
|
||||||
|
.LocalAdminToken
|
||||||
|
plexmediaserver.pid
|
||||||
|
Cache/*
|
||||||
|
Codecs/*
|
||||||
|
Crash Reports/*
|
||||||
|
Diagnostics/*
|
||||||
|
Drivers/*
|
||||||
|
Logs/*
|
||||||
|
Updates/*
|
@@ -6,10 +6,10 @@ This project maintains a list of directories and files you probably do not need
|
|||||||
```
|
```
|
||||||
# download to `.rsync-ignore`
|
# download to `.rsync-ignore`
|
||||||
wget https://gitaly.ru/anpleenko/rsync/raw/branch/main/.rsync-ignore -O .rsync-ignore
|
wget https://gitaly.ru/anpleenko/rsync/raw/branch/main/.rsync-ignore -O .rsync-ignore
|
||||||
|
curl https://gitaly.ru/anpleenko/rsync/raw/branch/main/.rsync-ignore > .rsync-ignore
|
||||||
# or clone and copy to `.rsync-ignore`
|
# or clone and copy to `.rsync-ignore`
|
||||||
git clone https://gitaly.ru/anpleenko/rsync
|
git clone https://gitaly.ru/anpleenko/rsync
|
||||||
cd rsync-homedir-excludes
|
cd rsync
|
||||||
cp rsync-homedir-excludes.txt .rsync-ignore
|
|
||||||
|
|
||||||
# edit the file .rsync-ignore to your needs
|
# edit the file .rsync-ignore to your needs
|
||||||
nano .rsync-ignore
|
nano .rsync-ignore
|
||||||
|
Reference in New Issue
Block a user