This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024/02/10 04:35:26 DEBUG : rclone: Version "v1.65.2" starting with parameters ["rclone" "sync" "gdrive_wolfvolpi:/" "/home/wolfv/gdrive_wolfvolpi_backup//last_snapshot" "--backup-dir=/home/wolfv/gdrive_wolfvolpi_backup//old_files" "--suffix=_2024-02-10_03.07.00" "--log-file=/home/wolfv/Documents/pc_maintenance/backup_systems/rclone_wolf/rclone_jobber.log" "--checksum" "-vv"] | |
2024/02/10 04:35:26 DEBUG : Creating backend with remote "gdrive_wolfvolpi:/" | |
2024/02/10 04:35:26 DEBUG : Using config file from "/home/wolfv/.config/rclone/rclone.conf" | |
2024/02/10 04:35:26 DEBUG : gdrive_wolfvolpi: Loaded invalid token from config file - ignoring | |
2024/02/10 04:35:26 DEBUG : Saving config "token" in section "gdrive_wolfvolpi" of the config file | |
2024/02/10 04:35:26 DEBUG : Keeping previous permissions for config file: -rw-r--r-- | |
2024/02/10 04:35:26 DEBUG : gdrive_wolfvolpi: Saved new token in config file | |
2024/02/10 04:35:27 DEBUG : Google drive root '': 'root_folder_id = 0AKrxjFGf59mbUk9PVA' - save this in the config to s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
################################### license ################################## | |
# switch_sound.sh is a script that switches between speaker and headphone with one mouse click. | |
# Written in 2018 by Wolfram Volpi, contact at https://gist.github.com/wolfv6/df6deb2ac7667d16d621d6da79ef99e0 | |
# To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. | |
# This software is distributed without any warranty. | |
# You should have received a copy of the CC0 Public Domain Dedication along with this software. | |
# If not, see http://creativecommons.org/publicdomain/zero/1.0/. |