Compare commits

..

6 Commits

Author SHA1 Message Date
b477b945a1 Add .rsync-plex-ignore 2025-09-24 10:08:49 +03:00
8e90cd5a83 Delete backup_home.sh 2025-09-24 10:02:45 +03:00
5edea5168d Update .rsync-ignore 2025-09-24 09:30:53 +03:00
e4e9ef714b remove telegram cache 2025-09-24 09:28:26 +03:00
de3d71d2d9 create backup script 2025-09-24 08:25:21 +03:00
d1615920ec change readme 2025-09-24 08:17:05 +03:00
3 changed files with 14 additions and 2 deletions

View File

@@ -9,6 +9,7 @@
# Flatpack
.var/app/*/cache
.var/app/*/.cache
.var/app/org.telegram.desktop/data/TelegramDesktop/tdata/user_data
# Recently used files
.local/share/RecentDocuments
@@ -49,3 +50,4 @@ go/pkg/mod/cache
# Java
.java

10
.rsync-plex-ignore Normal file
View File

@@ -0,0 +1,10 @@
Preferences.bak
.LocalAdminToken
plexmediaserver.pid
Cache/*
Codecs/*
Crash Reports/*
Diagnostics/*
Drivers/*
Logs/*
Updates/*

View File

@@ -6,10 +6,10 @@ This project maintains a list of directories and files you probably do not need
```
# download to `.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`
git clone https://gitaly.ru/anpleenko/rsync
cd rsync-homedir-excludes
cp rsync-homedir-excludes.txt .rsync-ignore
cd rsync
# edit the file .rsync-ignore to your needs
nano .rsync-ignore