Skip to content

Instantly share code, notes, and snippets.

rsync --progress --exclude={proc,run,lost+found,dev,sys,snap} -aAXHv --numeric-ids --delete 192.168.1.1:/ /mnt/
@malageza
malageza / bing-rotate.sh
Created January 2, 2023 07:14 — forked from pedrosland/bing-rotate.sh
Script to download Bing images and set as the wallbaper - several modifications from original
#!/bin/bash
# $bing is needed to form the fully qualified URL for
# the Bing pic of the day
bing="http://www.bing.com"
# $xmlURL is needed to get the xml data from which
# the relative URL for the Bing pic of the day is extracted
# The idx parameter determines where to start from. 0 is the current day,
# 1 the previous day, etc.