Jump to content
View in the app

A better way to browse. Learn more.

Pulseway

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

Just in case if anyone interested, I'm sharing my script that support Unix headless Virtual Box snapshot creation.

 

I have two VirtualBox machine (Linux, Win10) and both are running under different username.

Since, pulseway is running under root privilege, I should use su to virtualbox user and pass the specific command to shell.

Please update as needed.

Thanks

---------------------------------------------

#!/bin/bash
NOW=`date +"%m-%d-%Y-%T"`
SNAPSHOT_NAME_Linux="Linux_$NOW"
SNAPSHOT_NAME_Win10="Win10_$NOW"
SNAPSHOT_DESCRIPTION="Snapshot taken on $NOW"

su -l "vboxusername" -c "/usr/bin/VBoxManage snapshot Linux take "$SNAPSHOT_NAME_Linux" --description "$SNAPSHOT_DESCRIPTION"" &
su -l "vboxusername" -c "/usr/bin/VBoxManage snapshot Win10 take "$SNAPSHOT_NAME_Win10" --description "$SNAPSHOT_DESCRIPTION"" &

exit 0

  • 2 weeks later...
  • 3 years later...

A possible solution with my script. 

It create a log, keep 7 snapshots and delete the oldest, create a clon and delete the old clon, work with many virtual machines and at the end reboot the host

Regards

https://github.com/nktrabajo/bashbackups

Create an account or sign in to comment

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.