Skip to content

Instantly share code, notes, and snippets.

View mdebusk's full-sized avatar
💭
I may be slow to respond.

Michael DeBusk mdebusk

💭
I may be slow to respond.
View GitHub Profile
@popey
popey / move_dropbox.sh
Created December 13, 2018 11:24
Move Dropbox to a sparse file
# Location of the image which will contain the new ext4 partition
DROPBOXFILE="$HOME"/.dropbox.img
# Current location of my Dropbox folder
DROPBOXHOME="$HOME"/Dropbox
# Where we will copy the folder to. If you have little space, you could make this
# a folder on a USB drive
DROPBOXBACKUP="$HOME"/old_Dropbox