Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21

Thread: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

  1. #11
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    Is this link a good roadmap to removing snap? :

    https://itsfoss.com/remove-snap/#rem...treme-caution-

    ed@ed-G41MT-S2PT:~$ snap list
    Name Version Rev Tracking Publisher Notes
    bare 1.0 5 latest/stable canonical✓ base
    core18 20230503 2751 latest/stable canonical✓ base
    core20 20230503 1891 latest/stable canonical✓ base
    core22 20230531 750 latest/stable canonical✓ base
    gnome-3-34-1804 0+git.3556cb3 93 latest/stable/… canonical✓ -
    gnome-3-38-2004 0+git.6f39565 140 latest/stable canonical✓ -
    gnome-42-2204 0+git.587e965 105 latest/stable canonical✓ -
    gtk-common-themes 0.1-81-g442e511 1535 latest/stable/… canonical✓ -
    snap-store 41.3-71-g709398e 959 latest/stable/… canonical✓ -
    snapd 2.59.4 19361 latest/stable canonical✓ snapd
    ed@ed-G41MT-S2PT:~$
    Last edited by ozark_hillbilly; June 13th, 2023 at 10:44 PM. Reason: added snap list; link to snap removal webpage

  2. #12
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    Bump...

  3. #13
    Join Date
    Mar 2011
    Location
    U.K.
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    You might find this Stacer GUI tool helps you drivng over the bumps in the road ..

    https://oguzhaninan.github.io/Stacer-Web/

    eg go to Uninstaller > Snap Packages

    and other dashboards for maintenance.

  4. #14
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    Quote Originally Posted by ozark_hillbilly View Post
    "Mount the backup storage to /Backups and run the script."

    I created /Backups directory. Is this the correct syntax for linking my other drive partition [sdb1] to /Backups?

    sudo mount -t Ext4 umask=0222 /dev/sdb1 /Backups

    thanks...
    does that mount command work? Why set the umask for ext4? I wouldn't. Use permissions to handle that. There are example options (probably) in /etc/fstab for mounting ext4 file systems.
    Not leaving backup storage connected all the time is smart, but if you have to manually do anything with backups, then human laziness will cause the process to fail. I know it did for me in the early 2000s. All I had to do was run 1 script, once a week ... and still I failed to do it. This is why backup need to be 100% automatic. We humans are lazy. Know it. Love it. Live it.

    I just put this backup how-to up: https://lpi.jdpfu.com/2023-Backups/2...up-How-To.html ... hopefully, it is clear and fills in some blanks.

  5. #15
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    Thank you for that link.

  6. #16
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    I go thte umask bit out of a Ubuntu Linux book and did not realize it was unnecessary for Ext4. The pitfalls of being a neopyhte.
    I appreciate your latest link as it may fill in some areas I am unsure about. Thanks again.

  7. #17
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    Quote Originally Posted by ozark_hillbilly View Post
    I go thte umask bit out of a Ubuntu Linux book and did not realize it was unnecessary for Ext4. The pitfalls of being a neopyhte.
    I appreciate your latest link as it may fill in some areas I am unsure about. Thanks again.
    Either the book is mistaken, or the type of file system it was mounting was non-native Linux, like NTFS?
    https://www.linuxcommand.org/tlcl.php is the book I've used to teach beginning Linux at the local University. Start from the beginning and do 1 chapter a week, complete all the exercises for the chapter --- including the "extra" ones. In 12 weeks, you'll have a better grasp AND you will have learned things in the right order.

    Unix/Linux knowledge builds on prior skills. Really can't jump from baby stuff to 10 yr old stuff - there's just so much early development knowledge that is required. The learning curve is very steep, if you don't have a good introduction. The first 12 chapters ARE that intro.

  8. #18
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    snapd is deleted now....

  9. #19
    Join Date
    Jan 2009
    Location
    Northern Arkansas USA
    Beans
    462
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    thank you!!!!!!
    I have tro do that book for sure.....

  10. #20
    Join Date
    Jun 2021
    Location
    Third rock from the sun.
    Beans
    Hidden!

    Re: sda1 is 95% full / Backup failed: correct approach to removing unnecessary files?

    @TheFu .. thank you for the CLI book ive just started going through it. nothing like a refresher course ...

Page 2 of 3 FirstFirst 123 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •