Hello guys.
I set up my Proxmox to backup files to my Google Drive, which is still working. I went away for a few months, and the local drive is now full, with my Transmission container not starting. I have a HDD connected to my router and then mounted to my Proxmox (sda1).
Running df -h shows this:
Running du -hd1 2>/dev/null | sort -h shows this:
I'm a little confused. Been a good 8 months since I set up the server. Inside /mnt I have this. Are these being saved on the local drive as well as the Google drive?
I can't remember how I set it all up it's been a long time. Everything is still working, all of my containers, except for one (transmission), which fails to start, and I cannot update or download anything in the shell as the drive is full.
If you can help, it would be much appreciated. Thanks!
I set up my Proxmox to backup files to my Google Drive, which is still working. I went away for a few months, and the local drive is now full, with my Transmission container not starting. I have a HDD connected to my router and then mounted to my Proxmox (sda1).
Running df -h shows this:
Code:
root@pve:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.7G 0 7.7G 0% /dev
tmpfs 1.6G 2.0M 1.6G 1% /run
/dev/mapper/pve-root 94G 92G 0 100% /
tmpfs 7.7G 31M 7.7G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
efivarfs 192K 100K 88K 54% /sys/firmware/efi/efivars
/dev/nvme0n1p2 1022M 12M 1011M 2% /boot/efi
/dev/sdc 57G 60K 54G 1% /backups
//192.168.1.1/sda1 5.5T 5.3T 238G 96% /media/share
/dev/fuse 128M 32K 128M 1% /etc/pve
gdrive: 100G 63G 38G 63% /mnt/gdrive
192.168.1.35:/mnt/pool/backup 53G 26G 28G 48% /mnt/pve/truenas-backup
tmpfs 1.6G 0 1.6G 0% /run/user/0
Running du -hd1 2>/dev/null | sort -h shows this:
Code:
0 ./proc
0 ./sys
4.0K ./home
4.0K ./opt
4.0K ./srv
16K ./lost+found
36K ./tmp
56K ./backups
2.0M ./run
15M ./etc
18M ./root
31M ./dev
106M ./boot
2.8G ./usr
12G ./var
56G ./mnt
5.3T .
5.3T ./media
I'm a little confused. Been a good 8 months since I set up the server. Inside /mnt I have this. Are these being saved on the local drive as well as the Google drive?
Code:
4.0K ./vzsnap0
26G ./pve
31G ./gdrive
56G
I can't remember how I set it all up it's been a long time. Everything is still working, all of my containers, except for one (transmission), which fails to start, and I cannot update or download anything in the shell as the drive is full.
If you can help, it would be much appreciated. Thanks!

Last edited: