Comment on What is the best way to sync images to my NAS?
Lemmchen@feddit.org 1 week agoSet up a “global” ignore file that gets synced between devices. Call it .stignoreglobal
fort example and and change the .stignore
file (which doesnt get synced) on every device to only include #include .stignoreglobal
. Now you’re ignore state gets synced between devices and you can make changes from anywhere.
Mine looks like this:
// Incomplete Downloads *.part *.crdownload // OS-generated files desktop.ini Thumbs.db // Cache cache spotifycache // Unity analytics Unity // LineageOS updater org.lineageos.updater // No read access :( /Android/{data,obb}
Appoxo@lemmy.dbzer0.com 1 week ago
Neat!
I am already using a selective sync for my emulator save data between my NAS, PC and steamdeck in a triangle sync and on top another sync for the data I generate on my phone.