You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a dummy line with some random contents and didn't get an error message and no backup failure.
# Raspberry Pi Image Cleanup Exclude File
# Usage
# RF = remove file
# RD = remove directory
# RT = remove tree (removes directory and everything in it)
# RFID = remove all files in directory
# RAIT = remove all in tree (removes all in the directory and subdirectories but keeps the tree)
# RAID = remove all in directory (removes everything in the directory)
# <C2><A7>USER = is replaced with the actual user
rdlprmf
# Allgemeine tempor<C3><A4>re/ver<C3><A4>nderliche Daten
rait = /var/cache/apt/archives
rait = /var/tmp
rait = /tmp
rait = /proc
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I added a dummy line with some random contents and didn't get an error message and no backup failure.
I also noticed
I didn't test to add invalid commands or commands with syntax errors. Hope any errors will terminate the backup.
Beta Was this translation helpful? Give feedback.
All reactions