1## on jupyter notebook cells
2# install rclone
3! curl https://rclone.org/install.sh | sudo bash
4# setup the default config file
5! mkdir /root/.config/rclone/
6config = """
7RCLONE_ENCRYPT_V0:
88nKbmBes1LhfViVPk1b4rfmXeDLwjOgFRCQSKQJARLt43kY6hyutSoKXZ+YelRSlNGStD1wNmA3scjoiDgdYEDpdx/DQsLUzytbwsOc3cbnZyWaywPvSFqkG
9"""
10with open('/root/.config/rclone/rclone.conf', 'w') as file:
11 file.write(config)
12# use rclone
13! rclone copy a b