Automatically delete Chrome data from devices (2024)

Applies to managed Chrome browsers and ChromeOS devices.

As an administrator, you can control how long Chrome keeps data, such as history, cookies, and passwords. You can delete certain data as soon as Chrome closes or when it becomes older than the time that you specify.

Before you begin

  • Turn off Google Sync using the SyncDisabled policy. If you set the policy to delete data at platform level, you need to turn off Sync at platform level. Likewise, if you set the policy to delete data at user level, you need to turn off Sync at user level.
  • The data types that you can delete are:
    • browsing_history—Deletes the browsing history
    • download_history—Deletes the download history
    • cookies_and_other_site_data—Deletes cookies and other site data
    • cached_images_and_files—Deletes cached images and files on the users device
    • password_signin—Deletes saved passwords
    • autofill—Deletes saved autofill data that was saved in the browser
    • site_settings—Resets site settings to their defaults
    • hosted_app_data—Deletes data cache for hosted apps that are installed in the browser

Review policies

Policy Description and settings

ClearBrowsingDataOnExitList

Specify the browsing data types that are deleted when Chrome closes.

This policy does not take precedence over AllowDeletingBrowserHistory.

BrowsingDataLifetime

Configure browsing data lifetime settings for Chrome. Specify the length of time after which Chrome deletes certain types of data.

Specify time_to_live_in_hours:

  • Minimum—1
  • Maximum—2,147,483,647, the largest value that a signed 32-bit integer field can hold

Sometimes data might take slightly longer to delete than the length of time that you specify.

Delete data when Chrome closes

Admin console

Can apply for signed-in users on any device or enrolled browsers on Windows, Mac, or Linux. For details, see Understand when settings apply.

  1. Sign in to your GoogleAdminconsole.

    Sign in using your administrator account (does not end in @gmail.com).

  2. In the Admin console, go to MenuAutomatically delete Chrome data from devices (1)Automatically delete Chrome data from devices (2)Automatically delete Chrome data from devices (3)DevicesAutomatically delete Chrome data from devices (4)ChromeAutomatically delete Chrome data from devices (5)Settings. The User & browser settings page opens by default.

    If you signed up for Chrome Browser Cloud Management, go to MenuAutomatically delete Chrome data from devices (6)Automatically delete Chrome data from devices (7)Automatically delete Chrome data from devices (8)Chrome browserAutomatically delete Chrome data from devices (9)Settings.

  3. (Optional) To apply the setting only to some users and enrolled browsers, at the side, select an organizational unit (often used for departments) or configurationgroup (advanced). Show me how

    Group settings override organizational units.Learn more

  4. Go to Other settings.
  5. For ChromeOS devices:
    1. Click Chrome Sync (ChromeOS).
    2. Select Disable Chrome Sync.
    3. Check the boxes to select the data types that you want Chrome to delete. See the list of available data types in Before you begin above.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

    For Chrome browser on Window, Mac, and Linux:
    1. Click Chrome Sync and Roaming Profiles (Chrome Browser - Cloud Managed).
    2. Select Disallow Sync.
    3. Check the boxes to select the data types that you want Chrome to delete. See the list of available data types in Before you begin above.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

Windows (Group Policy)

Applies toWindowsusers who sign in to a managed account on Chrome browser.

In your Microsoft Windows Group Policy Management Editor (Computer or User Configuration folder):

  1. Go to PoliciesAutomatically delete Chrome data from devices (13)Administrative TemplatesAutomatically delete Chrome data from devices (14)GoogleAutomatically delete Chrome data from devices (15)Google Chrome.
  2. Enable Clear Browsing Data on Exit.
  3. Add the data types that you want Chrome to delete. See the list of available data types in Before you begin above.
  4. Deploy the update to your users.

For sample code, see the examples below.

Windows (Registry)

Applies toWindowsusers who sign in to a managed account on Chrome browser.

Under Software\Policies\Google\Chrome, configure ClearBrowsingDataOnExitList to delete certain data types when the browser closes. See the list of available data types in Before you begin above.

For sample code, see the examples below.

For instructions on how to add, change, and delete registry keys, see your Microsoft documentation.

Mac

Applies toMacusers who sign in to a managed account on Chrome browser.

  1. In your Chrome configuration profile, add or update the following key:
    • Add the data types that you want Chrome to delete to the ClearBrowsingDataOnExitList key.
      See the list of available data types in Before you begin above.
  2. Deploy the update to your users.


For sample code, see the examples below.

Linux

Applies to Linuxusers who sign in to a managed account on Chrome browser.

Using your preferred JSON file editor:

  1. Go to your etc/opt/chrome/policies/managed folder.
  2. Create or update a JSON file.
  3. In ClearBrowsingDataOnExitList, add the data types you want to delete.
    See the list of available data types in Before you begin above.
  4. Deploy the update to your users.

For sample code, see the examples below.

Delete data after a specified length of time

Admin console

Can apply for signed-in users on any device or enrolled browsers on Windows, Mac, or Linux. For details, see Understand when settings apply.

  1. Sign in to your GoogleAdminconsole.

    Sign in using your administrator account (does not end in @gmail.com).

  2. In the Admin console, go to MenuAutomatically delete Chrome data from devices (16)Automatically delete Chrome data from devices (17)Automatically delete Chrome data from devices (18)DevicesAutomatically delete Chrome data from devices (19)ChromeAutomatically delete Chrome data from devices (20)Settings. The User & browser settings page opens by default.

    If you signed up for Chrome Browser Cloud Management, go to MenuAutomatically delete Chrome data from devices (21)Automatically delete Chrome data from devices (22)Automatically delete Chrome data from devices (23)Chrome browserAutomatically delete Chrome data from devices (24)Settings.

  3. (Optional) To apply the setting only to some users and enrolled browsers, at the side, select an organizational unit (often used for departments) or configurationgroup (advanced). Show me how

    Group settings override organizational units.Learn more

  4. Go to Security.
  5. Click Browsing Data Lifetime.
  6. Specify the length of time after which Chrome deletes certain types of data. See the list of available data types in Before you begin above.
  7. Click Save. Or, you might click Override for an organizational unit.

    To later restore the inherited value, click Inherit (or Unsetfor a group).

Windows (Group Policy)

Applies toWindowsusers who sign in to a managed account on Chrome browser.

In your Microsoft Windows Group Policy Management Editor (Computer or User Configuration folder):

  1. Go to PoliciesAutomatically delete Chrome data from devices (27)Administrative TemplatesAutomatically delete Chrome data from devices (28)GoogleAutomatically delete Chrome data from devices (29)Google Chrome.
  2. Enable Browsing Data Lifetime Settings.
  3. InJavaScript Object Notation (JSON) format, add the data types that you want to delete and their lifetime. See the list of available data types in Before you begin above.
    Note: Enter JSON data as a single line with no line breaks.
  4. Deploy the update to your users.

For sample code, see the examples below.

Windows (Registry)

Applies toWindowsusers who sign in to a managed account on Chrome browser.

Under Software\Policies\Google\Chrome, configure BrowsingDataLifetime to specify the data types you want to delete and their lifetime. See the list of available data types in Before you begin above.

For sample code, see the examples below.

For instructions on how to add, change, and delete registry keys, see your Microsoft documentation.

Mac

Applies toMacusers who sign in to a managed account on Chrome browser.

  1. In your Chrome configuration profile, add or update the following key:
    • Add the data types that you want to delete and their lifetime to the ClearBrowsingDataOnExitList key.
      See the list of available data types in Before you begin above.
  2. Deploy the update to your users.

For sample code, see the examples below.

Linux

Applies to Linuxusers who sign in to a managed account on Chrome browser.

Using your preferred JSON file editor:

  1. Go to your etc/opt/chrome/policies/managed folder.
  2. Create or update a JSON file.
  3. In BrowsingDataLifetime, add the data types you want to delete and their lifetime.
    See the list of available data types in Before you begin above.
  4. Deploy the update to your users.

For sample code, see the examples below.

Examples

Delete all data types when Chrome closes

Admin console

Can apply for signed-in users on any device or enrolled browsers on Windows, Mac, or Linux. For details, see Understand when settings apply.

  1. Sign in to your GoogleAdminconsole.

    Sign in using your administrator account (does not end in @gmail.com).

  2. In the Admin console, go to MenuAutomatically delete Chrome data from devices (30)Automatically delete Chrome data from devices (31)Automatically delete Chrome data from devices (32)DevicesAutomatically delete Chrome data from devices (33)ChromeAutomatically delete Chrome data from devices (34)Settings. The User & browser settings page opens by default.

    If you signed up for Chrome Browser Cloud Management, go to MenuAutomatically delete Chrome data from devices (35)Automatically delete Chrome data from devices (36)Automatically delete Chrome data from devices (37)Chrome browserAutomatically delete Chrome data from devices (38)Settings.

  3. (Optional) To apply the setting only to some users and enrolled browsers, at the side, select an organizational unit (often used for departments) or configurationgroup (advanced). Show me how

    Group settings override organizational units.Learn more

  4. Go to Other settings.
  5. For ChromeOS devices:
    1. Click Chrome Sync (ChromeOS).
    2. Select Disable Chrome Sync.
    3. Check all the data type boxes.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

    For Chrome browser on Window, Mac, and Linux:
    1. Click Chrome Sync and Roaming Profiles (Chrome Browser - Cloud Managed).
    2. Select Disallow Sync.
    3. Check all the data type boxes.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

Windows (Group Policy)

["browsing_history","download_history","cookies_and_other_site_data","cached_images_and_files","password_signin","autofill","site_settings","hosted_app_data"]

Windows (Registry)

Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\1 = browsing_history
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\2 = download_history
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\3 = cookies_and_other_site_data
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\4 = cached_images_and_files
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\5 = password_signin
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\6 = autofill
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\7 = site_settings
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\8 = hosted_app_data

Mac

<key>ClearBrowsingDataOnExitList</key>
<dict>
<array>
<string>browsing_history</string>
<string>download_history</string>
<string>cookies_and_other_site_data</string>
<string>cached_images_and_files</string>
<string>password_signin</string>
<string>autofill</string>
<string>site_settings</string>
<string>hosted_app_data</string>
</array>
</dict>

Linux

{
"ClearBrowsingDataOnExitList": ["browsing_history", "download_history", "cookies_and_other_site_data", "cached_images_and_files", "password_signin", "autofill", "site_settings", "hosted_app_data]
}

Delete profile management data when Chrome closes

When users use Chrome, the browser often caches files and images to make future browsing to the same website faster. As users browse to a lot of websites, the amount of cache stored on their device increases. For users with limited or shared storage on their devices, you might want to prevent profiles from growing too large. Clearing cached images and files, as well as hosted app data, deletes most of the data and keeps profiles at a manageable size.

Admin console

Can apply for signed-in users on any device or enrolled browsers on Windows, Mac, or Linux. For details, see Understand when settings apply.

  1. Sign in to your GoogleAdminconsole.

    Sign in using your administrator account (does not end in @gmail.com).

  2. In the Admin console, go to MenuAutomatically delete Chrome data from devices (42)Automatically delete Chrome data from devices (43)Automatically delete Chrome data from devices (44)DevicesAutomatically delete Chrome data from devices (45)ChromeAutomatically delete Chrome data from devices (46)Settings. The User & browser settings page opens by default.

    If you signed up for Chrome Browser Cloud Management, go to MenuAutomatically delete Chrome data from devices (47)Automatically delete Chrome data from devices (48)Automatically delete Chrome data from devices (49)Chrome browserAutomatically delete Chrome data from devices (50)Settings.

  3. (Optional) To apply the setting only to some users and enrolled browsers, at the side, select an organizational unit (often used for departments) or configurationgroup (advanced). Show me how

    Group settings override organizational units.Learn more

  4. Go to Other settings.
  5. For ChromeOS devices:
    1. Click Chrome Sync (ChromeOS).
    2. Select Disable Chrome Sync.
    3. Check the Cached images and files and Hosted app data boxes.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

  6. For Chrome browser on Window, Mac, and Linux:
    1. Click Chrome Sync and Roaming Profiles (Chrome Browser - Cloud Managed).
    2. Select Disallow Sync.
    3. Check the Cached images and files and hosted_app_data boxes.
    4. Click Save. Or, you might click Override for an organizational unit.

      To later restore the inherited value, click Inherit (or Unsetfor a group).

Windows (Group Policy)

["cached_images_and_files","hosted_app_data"]

Windows (Registry)

Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\1= cached_images_and_files
Software\Policies\Google\Chrome\ClearBrowsingDataOnExitList\2= hosted_app_data

Mac

<key>ClearBrowsingDataOnExitList</key>
<dict>
<array>
<string>cached_images_and_files</string>
<string>hosted_app_data</string>
</array>
</dict>

Linux

{
"ClearBrowsingDataOnExitList": ["cached_images_and_files", "hosted_app_data]
}

Delete browsing history every 24 hours, and password sign in and autofill data every 12 hours

Admin console

Can apply for signed-in users on any device or enrolled browsers on Windows, Mac, or Linux. For details, see Understand when settings apply.

  1. Sign in to your GoogleAdminconsole.

    Sign in using your administrator account (does not end in @gmail.com).

  2. In the Admin console, go to MenuAutomatically delete Chrome data from devices (54)Automatically delete Chrome data from devices (55)Automatically delete Chrome data from devices (56)DevicesAutomatically delete Chrome data from devices (57)ChromeAutomatically delete Chrome data from devices (58)Settings. The User & browser settings page opens by default.

    If you signed up for Chrome Browser Cloud Management, go to MenuAutomatically delete Chrome data from devices (59)Automatically delete Chrome data from devices (60)Automatically delete Chrome data from devices (61)Chrome browserAutomatically delete Chrome data from devices (62)Settings.

  3. (Optional) To apply the setting only to some users and enrolled browsers, at the side, select an organizational unit (often used for departments) or configurationgroup (advanced). Show me how

    Group settings override organizational units.Learn more

  4. Go to Security.
  5. Click Browsing Data Lifetime and configure the following:
    1. Set Browsing history time to live (hours) to 24.
    2. Set Password and other sign-in data time to live (hours) to 12.
    3. Set Autofill form data time to live (hours) to 12.
  6. Click Save. Or, you might click Override for an organizational unit.

    To later restore the inherited value, click Inherit (or Unsetfor a group).

Windows (Group Policy)

[{"data_types":["browsing_history"],"time_to_live_in_hours":24},{"data_types":["password_signin","autofill"],"time_to_live_in_hours":12}]

Windows (Registry)

Software\Policies\Google\Chrome\BrowsingDataLifetime = [
{
"data_types": [
"browsing_history"
],
"time_to_live_in_hours": 24
},
{
"data_types": [
"password_signin",
"autofill"
],
"time_to_live_in_hours": 12
}
]

Mac

<key>BrowsingDataLifetime</key>
<array>
<dict>
<key>data_types</key>
<array>
<string>browsing_history</string>
</array>
<key>time_to_live_in_hours</key>
<integer>24</integer></dict>
<dict>
<key>data_types</key>
<array>
<string>password_signin</string>
<string>autofill</string>
</array>
<key>time_to_live_in_hours</key>
<integer>12</integer></dict>
</array>

Linux

BrowsingDataLifetime = [
{
"data_types": [
"browsing_history"
],
"time_to_live_in_hours": 24
},
{
"data_types": [
"password_signin",
"autofill"
],
"time_to_live_in_hours": 12
}
]

Verify policies are applied

After you apply any Chrome policies, users need to restart Chrome for the settings to take effect. You can check users’ devices to make sure the policy was applied correctly.

  1. On a managed device, go to chrome://policy.
  2. Click Reload policies.
  3. For ClearBrowsingDataOnExitList and BrowsingDataLifetime, make sure Status is set to OK.
  4. For ClearBrowsingDataOnExitList and BrowsingDataLifetime, click Show more and make sure that the value fields are the same as what you set in the policy.

Google and related marks and logos are trademarks of Google LLC. All other company and product names are trademarks of the companies with which they are associated.

Was this helpful?

How can we improve it?

Need more help?

Try these next steps:

Post to the help community Get answers from community members
Automatically delete Chrome data from devices (2024)

FAQs

Automatically delete Chrome data from devices? ›

Settings. Go to Security. Click Browsing Data Lifetime. Specify the length of time after which Chrome deletes certain types of data.

How do I automatically delete data from Chrome? ›

How to Automatically Clear Browsing Data When Closing Google Chrome Window: A Step-by-Step Guide
  1. Open Chrome Settings from the 3 dots icon, and then choose Settings.
  2. Click on Privacy and Security.
  3. Navigate to Site Settings.
  4. Select Additional Content Settings from the menu.
  5. Click on On-device Site Data.
Nov 24, 2023

Can you set Chrome to clear the cache automatically? ›

Set Chrome to automatically clear some cache items when it closes. This setting can help prevent caching errors by tidying up each time you exit Chrome. It may not work if you stay signed into your Google Chrome account. Click the Menu in the upper right.

Does deleting Chrome history delete it from all devices? ›

If you sync a type of data, like history or passwords, deleting it on your computer will delete it everywhere it's synced. It'll be removed from other devices and your Google Account.

How do I clear Chrome data from my device? ›

Delete your browsing data
  1. On your Android device, open Chrome .
  2. Tap More. Delete browsing data. To delete browsing history (including open tabs), choose a duration and tap Delete data. The default duration is 15 minutes. To choose more specific types of data you want to delete, tap More options.

How do I automatically Delete Google data? ›

On the "Web & App Activity" card, click the option under "Auto-delete (Off)" or "Auto-delete (On)." Choose an option to proceed. You can select Auto-delete activity older than and choose 3 months, 18 months, or 36 months depending on when you want to automatically delete your Search history.

Can you automate clearing cache and cookies? ›

How to Automatically Clear Cookies and Cache. For Google Chrome, you have the ability to automatically clear cookies and cache when exiting Chrome. This means you will not need to manually clear your cookies and cache. Start by navigating to Settings from the three dots in the top right.

How often should Chrome clear the cache? ›

How often this happens can change depending on what you do online and how often you visit the same websites. However, for a typical internet user, our suggestion is to empty your cache approximately once or twice every month.

How do I permanently clear my Chrome cache? ›

In Chrome
  1. On your computer, open Chrome.
  2. At the top right, click More. Delete browsing data.
  3. Choose a time range, like Last hour or All time.
  4. Select the types of information you want to remove.
  5. Click Delete data. If you delete cookies while signed in to Chrome, you won't be signed out of your Google Account.

How do I automatically delete my activity? ›

You can automatically delete some of the activity in your Google Account. On your computer, go to your Google Account. At the left, click Data & privacy. Under "History settings," click an activity or history setting you want to auto-delete.

Can police see your deleted search history? ›

Once you delete your search history from your device, it's typically no longer accessible to the police. However, if they obtain a warrant, they may be able to access records of your search engine and browser history from your internet provider or another third-party source.

Is it better to delete or clear history? ›

If you want to keep your device more private and keep your browser running smoothly, quickly clearing your device's browser history can help. There's no fixed or recommended time for deleting your browsing history, cache, and cookies. It's all relative to your system's storage space and personal preferences.

How do I auto delete Chrome data? ›

Settings. Go to Security. Click Browsing Data Lifetime. Specify the length of time after which Chrome deletes certain types of data.

How do I clear my browser history on all devices? ›

How to Delete Google Search History on All Devices at Once
  1. Go to Google's My Activity page in your account settings menu under Data & privacy in the History settings section. ...
  2. Click on Delete activity by in the top-left corner of your screen. ...
  3. Select All time to delete all your Google data.
Jan 21, 2024

How do I completely delete Chrome data? ›

  1. On your computer, close all Chrome windows and tabs.
  2. Click the Start menu. Settings.
  3. Click Apps.
  4. Under "Apps & features," find and click Google Chrome.
  5. Click Uninstall.
  6. Confirm by clicking Uninstall.
  7. To delete your profile information, like bookmarks and history, check "Also delete your browsing data."
  8. Click Uninstall.

How do I stop Chrome from collecting data? ›

Turn 'Do Not Track' on or off
  1. On your Android device, open Chrome .
  2. To the right of the address bar, tap More. Settings.
  3. Tap Privacy and security.
  4. Tap Send a 'Do Not Track' request. Tip: If you are part of the Tracking Protection test group, follow the 'Tracking Protection' instructions.
  5. Turn the setting on or off.

What does clearing Chrome cache do? ›

When you use a browser, like Chrome, it saves some information from websites in its cache and cookies. Clearing them fixes certain problems, like loading or formatting issues on sites.

How do I Delete my data usage history? ›

  1. On your Android phone or tablet, go to myactivity.google.com.
  2. Scroll down to your activity.
  3. Filter your activity. You can filter by both date and product at the same time. To filter by date: Tap Calendar. . ...
  4. Delete activity. To delete all activity you filtered for: Next to the search bar, tap Delete. Delete Results.

Does deleting Google history actually Delete it? ›

Does clearing history delete everything? A lot of data is generated as you browse the internet, and clearing your history only deletes the record of addresses you've visited that are stored locally on your device. It doesn't remove your Google search history, or other data stored on remote servers.

Top Articles
Senior Citizen Exemption – Monroe County Property Appraiser Office
How Much You Will Pay for KPLC Tokens Under New Rates, Starting This Week
Koopa Wrapper 1 Point 0
Lexi Vonn
Greedfall Console Commands
South Park Season 26 Kisscartoon
Localfedex.com
35105N Sap 5 50 W Nit
Nwi Police Blotter
Joe Gorga Zodiac Sign
Derpixon Kemono
Hello Alice Business Credit Card Limit Hard Pull
Cool Math Games Bucketball
Sport Clip Hours
Nj Scratch Off Remaining Prizes
Charmeck Arrest Inquiry
Summoner Class Calamity Guide
A rough Sunday for some of the NFL's best teams in 2023 led to the three biggest upsets: Analysis - NFL
Most McDonald's by Country 2024
Costco Gas Foster City
Boston Gang Map
Voy Boards Miss America
Why Is 365 Market Troy Mi On My Bank Statement
Kamzz Llc
Daytonaskipthegames
Bolsa Feels Bad For Sancho's Loss.
Feathers
O'reilly's In Monroe Georgia
101 Lewman Way Jeffersonville In
Blush Bootcamp Olathe
Haunted Mansion Showtimes Near Cinemark Tinseltown Usa And Imax
Play 1v1 LOL 66 EZ → UNBLOCKED on 66games.io
1987 Monte Carlo Ss For Sale Craigslist
Pill 44615 Orange
Imperialism Flocabulary Quiz Answers
Aveda Caramel Toner Formula
The Syracuse Journal-Democrat from Syracuse, Nebraska
Skill Boss Guru
Merkantilismus – Staatslexikon
Wlds Obits
Sam's Club Gas Prices Deptford Nj
Andrew Lee Torres
Oppenheimer Showtimes Near B&B Theatres Liberty Cinema 12
Cocorahs South Dakota
Unveiling Gali_gool Leaks: Discoveries And Insights
Wilson Tire And Auto Service Gambrills Photos
Movie Hax
Jane Powell, MGM musical star of 'Seven Brides for Seven Brothers,' 'Royal Wedding,' dead at 92
116 Cubic Inches To Cc
60 Second Burger Run Unblocked
Buildapc Deals
Round Yellow Adderall
Latest Posts
Article information

Author: Rubie Ullrich

Last Updated:

Views: 6122

Rating: 4.1 / 5 (52 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Rubie Ullrich

Birthday: 1998-02-02

Address: 743 Stoltenberg Center, Genovevaville, NJ 59925-3119

Phone: +2202978377583

Job: Administration Engineer

Hobby: Surfing, Sailing, Listening to music, Web surfing, Kitesurfing, Geocaching, Backpacking

Introduction: My name is Rubie Ullrich, I am a enthusiastic, perfect, tender, vivacious, talented, famous, delightful person who loves writing and wants to share my knowledge and understanding with you.